It relies on Hugo to generate the static site.
It then uses GitHub Pages coupled with GitHub Actions to deploy the site.
A few caveats:
- It uses themes directly (via
git checkout-index) instead of git submodules as recommended by Hugo: it is secure and friendly towards local customisations. - It has some local shortcodes to help embed HTML into pages.
- It uses
2012-01-01T00:00:00Zas a magic timestamp to indicate pages other than blog posts to allow some customisations - hacky I know :)
Feel free to sponsor if you like the content or the CI/CD setup of the site
Feel free to fork the repo for building your own site with the tech stack above