diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-20 00:52:08 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-20 00:52:08 -0500 |
| commit | 76015a0f1215090201ff3d1e07a95f036e816b73 (patch) | |
| tree | 4b4682bc58c500154d0db9ed98476f76fb27e38c /haunt.scm | |
| parent | 95834660fd0a993f103972ec2214a38443221d79 (diff) | |
add stylesheet
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,7 @@ (use-modules (haunt builder flat-pages) (haunt builder blog) + (haunt artifact) (haunt reader) (haunt reader commonmark) (haunt site) @@ -12,5 +13,7 @@ '((author . "Henry J. Webster") (email . "hwebs@hwebs.info")) #:readers (list commonmark-reader) - #:builders (list (flat-pages #:template flat-page-template))) + #:builders (list (flat-pages #:template flat-page-template) + (lambda (site posts) + (list (verbatim-artifact "style.css" "style.css"))))) |
