To run the site locally:
- Install bundler per instructions at http://bundler.io
- Clone and cd into this repository
- Run
bundle install
- Run
bundle exec jekyll serve
- Browse the site at http://127.0.0.1:4000/
Note that LiveReload functionality is enabled by default in _config.yml
.
This means that if you have the LiveReload browser extension installed,
you'll see local changes reload into the browser automatically on save.