This website uses Zola, an easy to use static site generator.
To get started:
-
Live reload
zola serve
- Make changes and publish
zola build
Build artifacts should be available in ./public/
This repository uses GitHub Actions to automatically build and deploy upon each commit.