jdsimcoe / siteleaf

Exploring Siteleaf template for Siteleaf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Siteleaf

Local development

Install gems:

bundle install

Install node packages:

npm install

Compile and watch for changes to JavaScript in _src:

grunt dev

Start the server and watch for changes:

bundle exec jekyll serve

Publishing

Compile and minify JavaScript:

grunt

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

About

Exploring Siteleaf template for Siteleaf.


Languages

Language:SCSS 61.0%Language:HTML 26.0%Language:JavaScript 12.8%Language:Ruby 0.3%