# 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`. ## Design The typography, color palette, and layout (`blog/assets/css/style.scss`, `blog/layouts/`) are ported from [fzakaria.com](https://github.com/fzakaria/fzakaria.com) (MIT-licensed), reimplemented as Hugo templates. The Newsreader and JetBrains Mono font files under `blog/static/fonts/` are open source (SIL OFL / Apache 2.0 respectively).