rufio-rss

0.0.4 • Public • Published

RSS feeds for Rufio

Install the plugin:

$ npm install --save rufio-rss

Then add rss to your enabled plugins in your projects rufio.json file and configure the plugin:

    "plugins": {
        "active": [
            "rss"
        ]
    },
    "rss": {
        "feeds": {
            "rss.xml": {
                "types": ["page", "post"]
            }
        }
    }

This will create a file, rss.xml in the root of your build. The rss feed will include both page and post types.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i rufio-rss

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • wesleytodd