NB! This repository is now archieved and web page is using a different platform instead. This is kept for historic reasons.
Using bundler with locally placed gems is recommended and allows sandboxing
- Install Ruby on your machine
- Clone repo and cd into it
- Install bundler
gem install bundler
- Use bundler to pull jekyll dependencies
bundle install --path vendor/bundle
bundle update
bundle exec jekyll serve --config=_config-dev.yml --watch
jekyll serve --config=_config-dev.yml --watch