About this site
Built with Zola and served by a small Rust server (src/main.rs), hosted on Fly.io.
Publishing is plain markdown + git. just new-post "Title" scaffolds a draft, just serve previews it locally, and pushing to main deploys automatically via GitHub Actions (flyctl deploy). No CMS — the workflow is documented in the README.
Development environment is Nix (nix-shell) or the devcontainer (.devcontainer/), both with the same toolchain.
Credit
This section is vastly out of date. I've taken inspirations from lots of places. I'll endevour to reference and thank them more!