In order to develop the website you will need one tool: jekyll
Jekyll is a ruby gem that generates websites from markdown. To install it and its dependencies run:
bundle
To develop locally run:
bundle exec jekyll serve
Push updates or merge a pull request to the main branch and GitHub Actions will take care of the rest.
Site theme originally based on jekyll-clean by Scott Emmons. jekyll-clean was released under the Creative Commons Attribution.