This website is hosted via Github Pages. It uses Jekyll as a static site generator.
- Ruby 2.6.0
- Bundler
- Jekyll
gem install --user-install bundler jekyll
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
bundle install
bundle exec jekyll serve
Preview your site, in your web browser, navigate to http://localhost:4000.