vuepress-plugin-rss

2.0.0 • Public • Published

Vuepress Plugin RSS

RSS Plugin for Vuepress

Install

> yarn add vuepress-plugin-rss -D
# or
> npm i vuepress-plugin-rss -D

Config for your site

  • Update your .vuepress/config.js
module.exports = {
    ...
    plugins: [
      ['vuepress-plugin-rss',
        {
          base_url: '/', // required
          site_url: 'https://coralo.io', // required
          copyright: '2018 Coralo', // optional
          // filter some post
          filter: (frontmatter) => { return [true|false] },
          // How much articles
          count: 20
        }
      ]
    ]
}

License MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    32
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    32
  • 1.0.1
    5
  • 1.0.0
    6

Package Sidebar

Install

npm i vuepress-plugin-rss

Weekly Downloads

19

Version

2.0.0

License

MIT

Unpacked Size

2.48 kB

Total Files

5

Last publish

Collaborators

  • sangnd