diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-18 18:11:08 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-18 18:11:08 -0400 |
commit | bbcf40b3ee1a904602afcc9ca74b6aa46d366f82 (patch) | |
tree | 0bf3e77491b810060d457966d30e4a6bb2258513 | |
parent | e30b6f15cf5a9fb3605b21681fd46260831e3e06 (diff) |
example: Add RSS feed.
-rw-r--r-- | example/haunt.scm | 2 |
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"))) |