summaryrefslogtreecommitdiffstats
path: root/website/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-10 15:48:17 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-10 15:48:45 +0200
commitd85ece03edc3669726b50e9c8c193e5626268ea8 (patch)
tree1f32832a19de9e3e77e44e37b048073b5a3c6c2c /website/README
parentUpdate gnu:gnu-toolchain-fund page with donation information. (diff)
Add skeleton of a Haunt web site.
Diffstat (limited to 'website/README')
-rw-r--r--website/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/website/README b/website/README
new file mode 100644
index 0000000..d011a5e
--- /dev/null
+++ b/website/README
@@ -0,0 +1,17 @@
1To build the web site, you need Haunt:
2
3 https://dthompson.us/projects/haunt.html
4
5You can install it with something like:
6
7 guix install haunt
8
9The 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
17Enjoy!