Skip to content

hurrymaplelad/docpad-plugin-rss

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Generates an RSS feed for a collection of documents

Resources

License

Stars

Watchers

Forks

Packages

No packages published