0.3.0 • Published 9 years ago
gitbook-plugin-feed v0.3.0
gitbook-plugin-feed
This plugin will add feed(RSS 2.0/Atom 1.0) for your GitBook.
Sample config
{
"plugins": [
"feed"
],
"pluginsConfig": {
"feed": {
"hostname": "https://yuanbin.gitbooks.io/test/content",
"title": "GitBook Test",
"author": "billryan"
}
}
}
License
MIT