Minimal Zola site. About (home) / Links / Resume, GitHub footer.
zola serve # http://127.0.0.1:1111
zola build # output in public/
nix build .#image-x86_64
# or for aarch64
nix build .#image-aarch64
nix build .#srv
nix build .#srv-musl64
# or for aarch64 musl
nix build .#srv-aarch64