Builds an RSS 2.0 feed document from the blog's posts.
Summary
Functions
Build an RSS 2.0 XML feed for the given posts.
Functions
@spec feed( [StaticBlog.Post.t()], keyword() ) :: binary()
Build an RSS 2.0 XML feed for the given posts.
Arguments
postsis the list ofStaticBlog.Post.t/0structs to include.siteis the site configuration keyword list.
Returns
- A binary containing the complete RSS XML document.