gitbook-plugin-feed

0.3.0 • Public • Published

gitbook-plugin-feed

npm npm npm

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

Package Sidebar

Install

npm i gitbook-plugin-feed

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • yuanbin