A few Liquid templates to use for rendering RSS feeds for your Jekyll blog. Featuring four kinds of feeds:
- feed.xml — Renders the 10 most recent posts.
- feed.category.xml — Only renders posts for a specific category. This example renders posts for a "miscellaneous" category.
- feed.links.xml — Only contains posts that link to external websites noted by a
link
variable in the YAML Front Matter. Not a common Jekyll convention, but a good way to generating a linked list. - feed.articles.xml — Only showing articles that don't link to external sites; The opposite of
feed.links.xml
.