summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-22 15:05:49 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-22 15:05:49 -0500
commit8b4b8edb8460ad15b74b15f1e6d94bfbe69fcc3f (patch)
treeea3ca32e52a3706db568061b0bc7a3dfa1d57414 /haunt.scm
parente21587eca6c8ac56c24929e5210f05da2ca8865d (diff)
add atom feed
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/haunt.scm b/haunt.scm
index 913c16a..2b83cdb 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -1,5 +1,6 @@
(use-modules
(haunt builder assets)
+ (haunt builder atom)
(haunt builder flat-pages)
(haunt builder blog)
(haunt artifact)
@@ -46,6 +47,9 @@
(blog #:theme hwebs-theme-now
#:collections posts-now
#:prefix "now")
+ (atom-feed #:file-name "blog/feed.xml"
+ #:filter filter-not-now
+ #:blog-prefix "/blog/post")
(flat-pages #:template flat-page-template)
(static-directory "images")
(lambda (site posts)