posty.renderer.feed module

class posty.renderer.feed.FeedRenderer(site, output_path='build')[source]

Bases: posty.renderer.base.Renderer

Base class for all feed Renderers (RSS, Atom)

output()[source]

This method must be implemented by child classes. It gets called during render_site to output the specific file, such as the RSS file or Atom file

render_posts()[source]

Add each post to the feed

render_site()[source]
url()[source]

Return the URL to this feed file