GitHub - siteleaf/siteleaf.com: Siteleaf v2 theme for the siteleaf.com marketing site and blog

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Siteleaf

Prerequisites

  1. Install Ruby and RubyGems: https://jekyllrb.com/docs/installation/

  2. Install Node and NPM: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

Local development

Install gems:

bundle install

Install node packages:

npm install

Compile and watch for changes to JavaScript:

grunt dev

Start the server and watch for changes:

bundle exec jekyll serve

Open http://localhost:4000 in a web browser to preview the site.

Publishing

Compile and minify JavaScript:

grunt

With GitHub sync enabled, push to GitHub. Then publish on Siteleaf.