summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
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")))