From d85ece03edc3669726b50e9c8c193e5626268ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 10 Apr 2021 15:48:17 +0200 Subject: Add skeleton of a Haunt web site. --- website/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 website/README (limited to 'website/README') diff --git a/website/README b/website/README new file mode 100644 index 0000000..d011a5e --- /dev/null +++ b/website/README @@ -0,0 +1,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! -- cgit v1.2.1