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