# mykiwi.blog ## Development shell ```sh nix develop ``` Gives you `hugo` on `PATH`, pinned via `hugoVersion` in `flake.nix`. ## Building ```sh nix build ``` Builds the site with Hugo and outputs it to `./result`.