summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-03-18 18:11:08 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-03-18 18:11:08 -0400
commitbbcf40b3ee1a904602afcc9ca74b6aa46d366f82 (patch)
tree0bf3e77491b810060d457966d30e4a6bb2258513 /example
parente30b6f15cf5a9fb3605b21681fd46260831e3e06 (diff)
example: Add RSS feed.
Diffstat (limited to 'example')
-rw-r--r--example/haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/haunt.scm b/example/haunt.scm
index 7c538bd..536e64c 100644
--- a/example/haunt.scm
+++ b/example/haunt.scm
@@ -2,6 +2,7 @@
(haunt builder blog)
(haunt builder atom)
(haunt builder assets)
+ (haunt builder rss)
(haunt reader)
(haunt reader skribe)
(haunt reader texinfo)
@@ -17,4 +18,5 @@
#:builders (list (blog)
(atom-feed)
(atom-feeds-by-tag)
+ (rss-feed)
(static-directory "images")))