Getting started

How to compile the site.

jekyll build

Things arn't working?

gem install bundler jekyll
bundle add webrick

or with brew...

brew install brew-gem
brew gem install bundler
brew gem install jekyll

then

bundle update

Finally

bundle exec jekyll serve