diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 22:35:23 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 22:35:23 +0200 |
commit | 2e441c853e6233c0a1853fcab43a1e5203d86fd8 (patch) | |
tree | 845cbe29f7b39011f7e241879d5f6336f49a727f | |
parent | e7de84b266b8da95e9062fe38b207feb847b5433 (diff) | |
download | blog-2e441c853e6233c0a1853fcab43a1e5203d86fd8.tar |
Document flake usage
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,11 @@ Deploy the website: $ cabal v2-run exe:site -- deploy +Alternatively build the experimental Nix flake: + + $ nix build git+https://git.skreutz.com/blog.git + $ open ./result/srv/www.skreutz.com/index.html + ## Credits Built with [Hakyll](https://jaspervdj.be/hakyll/) and |