Hello

#meta #nix

This site is a Zola project built inside a Nix flake, so the toolchain is pinned and the output is reproducible.

Preview it locally:

nix develop --command zola serve

Build the deployable tree:

nix build

The result is a plain directory of HTML under ./result, which any static host will serve as-is.