docpad-plugin-rss
v2.3.1
Published
DocPad plugin that generates an RSS feed for a collection of documents
Downloads
20
Maintainers
Readme
RSS Plugin for DocPad
DocPad plugin that generates an RSS feed for a collection of documents
Install
docpad install rss
Usage
Configure a collection to feed in your docpad configuration file:
plugins:
rss:
default:
collection: 'posts'
url: '/rss.xml' # optional, this is the default
title: 'Your feed title' #optional, default to site title
RSS feed is written to <outPath>/<url>
, /rss.xml
by default.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Contributors
These amazing people have contributed code to this project:
- Eric Vantillard [email protected] — view contributions
- varya — view contributions
- nylnook — view contributions
License
Licensed under the incredibly permissive MIT license