https://github.com/billryan/gitbook-plugin-feed
Feed(RSS/Atom) plugin for GitBook.
https://github.com/billryan/gitbook-plugin-feed
Last synced: 10 months ago
JSON representation
Feed(RSS/Atom) plugin for GitBook.
- Host: GitHub
- URL: https://github.com/billryan/gitbook-plugin-feed
- Owner: billryan
- License: mit
- Created: 2016-11-06T09:17:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T12:34:37.000Z (about 9 years ago)
- Last Synced: 2025-02-15T03:35:44.473Z (11 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbook-plugin-feed
[](https://npmjs.org/package/gitbook-plugin-feed) [](https://npmjs.org/package/gitbook-plugin-feed) [](https://npmjs.org/package/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