From 41482084ad227de1a82b4ee1fbc523ad57a7e8b9 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 1 Jun 2025 18:34:37 -0400 Subject: [cookbook] Add cookbook --- haunt.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'haunt.scm') 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"))) -- cgit v1.3