# mykiwi.blog ## Development shell ```sh nix develop ``` Gives you `hugo` on `PATH`, pinned in `flake.nix`. ## Building ```sh nix build ``` Builds the site with Hugo and outputs it to `./result`. --- Heavily inspired from [fzakaria.com](https://github.com/fzakaria/fzakaria.com)