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/Static-Assets.html | 87 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 website/manual/Static-Assets.html (limited to 'website/manual/Static-Assets.html') diff --git a/website/manual/Static-Assets.html b/website/manual/Static-Assets.html new file mode 100644 index 0000000..0248edb --- /dev/null +++ b/website/manual/Static-Assets.html @@ -0,0 +1,87 @@ + + + + + +Haunt Reference Manual: Static Assets + + + + + + + + + + + + + + + + + + + + +
+

+Next: , Up: Builders   [Contents][Index]

+
+
+ +

5.6.1 Static Assets

+ +
+
(use-modules (haunt builder assets))
+
+ +
+
Scheme Procedure: static-directory directory [dest directory]
+
+

Create a builder procedure that recursively copies all of the files in +directory, a file names relative to a site’s source directory, +and copies them into dest, a prefix relative to a site’s target +output directory. By default, dest is directory. +

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