| Add nix build target and README 1328429 Romain Gautier yesterday | 1 | # mykiwi.blog |
| 2 | |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 3 | |
| Add nix build target and README 1328429 Romain Gautier yesterday | 4 | ## Development shell |
| 5 | |
| 6 | ```sh |
| 7 | nix develop |
| 8 | ``` |
| 9 | |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 10 | Gives you `hugo` on `PATH`, pinned in `flake.nix`. |
| 11 | |
| Add nix build target and README 1328429 Romain Gautier yesterday | 12 | |
| 13 | ## Building |
| 14 | |
| 15 | ```sh |
| 16 | nix build |
| 17 | ``` |
| 18 | |
| 19 | Builds the site with Hugo and outputs it to `./result`. |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 20 | |
| 21 | |
| 22 | ## Design |
| 23 | |
| 24 | The typography, color palette, and layout (`blog/assets/css/style.scss`, |
| 25 | `blog/layouts/`) are ported from [fzakaria.com](https://github.com/fzakaria/fzakaria.com) |
| 26 | (MIT-licensed), reimplemented as Hugo templates. The Newsreader and |
| 27 | JetBrains Mono font files under `blog/static/fonts/` are open source (SIL OFL |
| 28 | / Apache 2.0 respectively). |