Hello
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 serveBuild the deployable tree:
nix buildThe result is a plain directory of HTML under ./result, which any static host will serve as-is.