0.0.4 • Published 10 years ago

rufio-rss v0.0.4

Weekly downloads
5
License
-
Repository
-
Last release
10 years ago

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.

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago