mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
12 lines
215 B
Markdown
12 lines
215 B
Markdown
# Hakyll-powered blog
|
|
|
|
This repository hosts the source code for my blog, powered by
|
|
[hakyll](https://jaspervdj.be/hakyll/).
|
|
|
|
To build locally, install `nix` and enable flakes.
|
|
|
|
```sh
|
|
nix build
|
|
|
|
nix run . watch
|
|
```
|