siteleaf.com
siteleaf.com copied to clipboard
Siteleaf v2 theme for the siteleaf.com marketing site and blog
Prerequisites
-
Install Ruby and RubyGems: https://jekyllrb.com/docs/installation/
-
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.