blob: d011a5ea8c07d74d298e8ff2977fd608c4c0309e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
To build the web site, you need Haunt:
https://dthompson.us/projects/haunt.html
You can install it with something like:
guix install haunt
The following command builds the web site:
haunt build
… and this one serves a copy of the web site:
haunt serve
Enjoy!
|