mykiwi/mykiwi.blogpublic Fork 0
13284292baaf02985a0f100766b934a53737c51d
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

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