From 847a68fda79657fcc9ade4920c330858f8ffa070 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. --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..d011a5e --- /dev/null +++ b/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