From 50dc7bb79af62b819648c67c5ccd33b3470e626c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 21:41:36 -0500 Subject: Add Haunt manual. --- manuals/haunt/Invoking-haunt-build.html | 92 +++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 manuals/haunt/Invoking-haunt-build.html (limited to 'manuals/haunt/Invoking-haunt-build.html') diff --git a/manuals/haunt/Invoking-haunt-build.html b/manuals/haunt/Invoking-haunt-build.html new file mode 100644 index 0000000..271814e --- /dev/null +++ b/manuals/haunt/Invoking-haunt-build.html @@ -0,0 +1,92 @@ + + + + + + +Invoking haunt build (Haunt Reference Manual) + + + + + + + + + + + + + + + + + + + +
+

+Next: , Up: Command-line Interface   [Contents][Index]

+
+
+ +

4.1 Invoking haunt build

+ +

The haunt build command realizes a Haunt site configuration +file by compiling web pages and copying static assets to the output +directory. For details on how to configure a Haunt site, +see Sites. +

+

Example: +

+
+
haunt build --config=haunt.scm
+
+ +
+
--config=configuration-file
+
-c configuration-file
+

Load the Haunt site declaration from configuration-file. +

+
+
+ + + + + + -- cgit v1.2.3