This is the website for the static site generator Adduce. You can view the site live at adduce.vale.rocks. The GitHub repository for Adduce itself is available at DeclanChidlow/Adduce.
You'll obviously need Adduce installed.
To build the site, you can run sh gen.sh. It will output the compiled site to the build/ folder.
Currently, the site is hosted on GitHub Pages. To simplify deployment, a GitHub Action is setup which will build the site from main to gh-pages, and then deploy it, whenever this repository is pushed to.