From 2faff242ffd4faf7c8c53e4a9317d5d9c930ad09 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 12 Nov 2023 12:45:23 -0500 Subject: Remove obsolete website. The official Haunt page is hosted on my blog now. --- website/manual/Static-Assets.html | 86 --------------------------------------- 1 file changed, 86 deletions(-) delete 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 deleted file mode 100644 index 6301194..0000000 --- a/website/manual/Static-Assets.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - -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