This is forked from Jaan Altosaar's fork of Cole Townsend's Balzac. Major thanks to them!
Make sure you have ruby installed and install bundler for managing gems:
gem install bundler
.
Install the dependencies:
bundler install
.
Then you should be able to run jekyll commands:
jekyll build
jekyll serve --config _config.yml,_config_dev.yml --watch
scss -t compress assets/sass/i.scss assets/css/i.css
Check for broken internal and external links:
rake test