Jekyll template with HAML, SASS, CoffeeScript, bundler, livereload.
bundle install
Start server at localhost:4000 and refresh site files instantly:
jekyll serve --watch
Start guard (compiles CoffeeScript, supports livereload):
bundle exec guard
Build site static files without running a server:
jekyll build