summaryrefslogtreecommitdiff
path: root/website/README
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2015-11-03 22:02:07 +0100
committerLudovic Courtès <ludo@gnu.org>2016-10-26 23:16:52 +0200
commit580af4b3823357b04be87319975d9e3dab11b85a (patch)
treeba8c3807af46f1a186dd1681079e1a44915bbebf /website/README
parentd25d352aa3b498e854a65989502973f5c27d039a (diff)
downloadguix-artwork-580af4b3823357b04be87319975d9e3dab11b85a.tar
guix-artwork-580af4b3823357b04be87319975d9e3dab11b85a.tar.gz
website: Add support for Haunt.
This provides a simple way to build the website locally. * website/haunt.scm: New file. * website/README: Document the new build process. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'website/README')
-rw-r--r--website/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/website/README b/website/README
index 9112726..5438a5d 100644
--- a/website/README
+++ b/website/README
@@ -15,10 +15,13 @@ website]] which is implemented in [[https://www.gnu.org/software/guile][Guile]]
* Building
-In this implementation, links assume =/software/guix= is the root directory of
-the website. In order to build the website on your machine, you will want to
-modify the values of ‘(current-url-root)’ and ‘(gnu.org-root)’ parameter
-objects.
+Building the website depends on the static site generator:
+
+ - [[http://haunt.dthompson.us/][Haunt]]
+
+To build the site, run ‘haunt build’ to compile all of the HTML pages.
+To view the results, run ‘haunt serve’ and visit <http://localhost:8080>
+in a web browser.
* Copying