| Add nix build target and README | 1 | # mykiwi.blog |
| 2 | ||
| 3 | ## Development shell | |
| 4 | ||
| 5 | ```sh | |
| 6 | nix develop | |
| 7 | ``` | |
| 8 | ||
| 9 | Gives you `hugo` on `PATH`, pinned via `hugoVersion` in `flake.nix`. | |
| 10 | ||
| 11 | ## Building | |
| 12 | ||
| 13 | ```sh | |
| 14 | nix build | |
| 15 | ``` | |
| 16 | ||
| 17 | Builds the site with Hugo and outputs it to `./result`. |