blog/README.md

13 lines
215 B
Markdown
Raw Normal View History

2024-05-24 02:32:13 -07:00
# Hakyll-powered blog
2024-05-22 22:17:41 -07:00
2024-05-24 02:32:13 -07:00
This repository hosts the source code for my blog, powered by
[hakyll](https://jaspervdj.be/hakyll/).
2024-05-22 22:17:41 -07:00
2024-05-24 02:32:13 -07:00
To build locally, install `nix` and enable flakes.
2024-05-22 22:17:41 -07:00
2024-05-24 02:32:13 -07:00
```sh
nix build
2024-05-22 22:17:41 -07:00
2024-05-24 02:32:13 -07:00
nix run . watch
```