Designed to run in GitHub pages.
Install Jekyll and related tools by following the instructions provided by GitHub.
A tldr version follows:
- First time contributor to this site? Ensure you have Ruby and bundler
installed, and then run
bundle install - Create a branch.
- Make your changes.
- To test your changes, run
bundle exec jekyll serve