summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2025-06-01 18:34:37 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2025-06-01 18:34:37 -0400
commit41482084ad227de1a82b4ee1fbc523ad57a7e8b9 (patch)
treeb291d4e4fadbec3ae838c7253259d5011bb982e9 /haunt.scm
parent658cd2744098c810210d7c9cafccc2093a285b0e (diff)
[cookbook] Add cookbook
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index 3ec517a..1c6c6f8 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -21,6 +21,7 @@
(jakob builder atom)
(jakob builder blog)
(jakob builder blogroll)
+ (jakob builder cookbook)
(jakob builder flat-pages)
(jakob builder htaccess)
(jakob builder outbox)
@@ -58,6 +59,8 @@
,@content)))
(theme #:title title #:content content)))
#:prefix "pages/")
+ (cookbook)
(static-directory "static")
(static-directory "posts-assets" "blog")
- (static-directory "pages-assets" "pages")))
+ (static-directory "pages-assets" "pages")
+ (static-directory "cookbook-assets" "cookbook")))