From d3a9ba4ebea136fae676911148509ec3f729abbc Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 24 Apr 2016 15:26:44 -0400 Subject: website: Add copy of HTML manual. --- website/manual/Invoking-haunt-build.html | 93 ++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 website/manual/Invoking-haunt-build.html (limited to 'website/manual/Invoking-haunt-build.html') diff --git a/website/manual/Invoking-haunt-build.html b/website/manual/Invoking-haunt-build.html new file mode 100644 index 0000000..308423a --- /dev/null +++ b/website/manual/Invoking-haunt-build.html @@ -0,0 +1,93 @@ + + + + + +Haunt Reference Manual: Invoking haunt build + + + + + + + + + + + + + + + + + + + + +
+

+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