2.0.0 • Published 5 years ago

vuepress-plugin-rss v2.0.0

Weekly downloads
24
License
MIT
Repository
github
Last release
5 years ago

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

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago