- Install Jekyll. Note the special instructions for macOS Mojave!
- Clone this repo
- Run the following
$ bundle install
$ bundle exec jekyll serve
If the above (still) fails to work, edit the Gemfile
to include
gem 'github-pages', group: :jekyll_plugins
in the second line.