2.3.1 • Published 10 years ago

docpad-plugin-rss v2.3.1

Weekly downloads
14
License
MIT
Repository
github
Last release
10 years ago

RSS Plugin for DocPad

Build Status NPM version Dependency Status

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:

Become a contributor!

License

Licensed under the incredibly permissive MIT license

2.3.1

10 years ago

2.3.0

10 years ago

2.2.0

10 years ago

2.1.4

11 years ago

2.1.3

11 years ago

2.0.1

12 years ago

2.0.0

12 years ago