diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-10 15:48:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-10 15:48:45 +0200 |
commit | 847a68fda79657fcc9ade4920c330858f8ffa070 (patch) | |
tree | 8e0c13d16964b459471d511f2cbb7db3b1587105 /README |
Add skeleton of a Haunt web site.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ | |||
1 | To build the web site, you need Haunt: | ||
2 | |||
3 | https://dthompson.us/projects/haunt.html | ||
4 | |||
5 | You can install it with something like: | ||
6 | |||
7 | guix install haunt | ||
8 | |||
9 | The following command builds the web site: | ||
10 | |||
11 | haunt build | ||
12 | |||
13 | … and this one serves a copy of the web site: | ||
14 | |||
15 | haunt serve | ||
16 | |||
17 | Enjoy! | ||