(use-modules (haunt builder atom))
Return a builder procedure that renders a site’s posts as an Atom feed. All arguments are optional:
The page file name. The default is feed.xml.
The feed subtitle. The default is “Recent Posts”.
The procedure called to manipulate the posts list before rendering. The default is to keep all posts and sort them in reverse chronological order.
The maximum number of posts to render in the feed. The default is 20.
Return a builder procedure that renders an atom feed for every tag used in a post. All arguments are optional:
The directory in which to write the feeds. The default is feeds/tags.
The procedure called to manipulate the posts list before rendering. The default is to keep all posts and sort them in reverse chronological order.
The maximum number of posts to render in each feed. The default is 20.