diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-06-01 18:34:37 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-06-01 18:34:37 -0400 |
| commit | 41482084ad227de1a82b4ee1fbc523ad57a7e8b9 (patch) | |
| tree | b291d4e4fadbec3ae838c7253259d5011bb982e9 /haunt.scm | |
| parent | 658cd2744098c810210d7c9cafccc2093a285b0e (diff) | |
[cookbook] Add cookbook
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"))) |