This website is built using the Jekyll static site generator. As such, you must install a number of prerequisites in order to actively contribute to this repo:
-
[Mac OSX only] Ensure you have the XCode Developer Command Line Tools installed:
xcode-select --install
-
Ensure you have a version of Ruby >=
2.0.0
installed:ruby --version
If not, fix that!
-
Ensure you have Bundler installed:
gem install bundler
-
Ensure you have Jekyll (Jekyll for GitHub Pages, technically) installed:
bundle install
You can build and serve the site by executing the following command:
bundle exec jekyll serve
Optionally, if you want Jekyll to monitor your pages' source files and automatically rebuild them on the fly if they change, you can add the --watch
flag:
bundle exec jekyll serve --watch
For further info on this workflow, use the following resources: