@tomieric/vuepress-plugin-rss

1.0.8 • Public • Published

Vuepress Plugin RSS

RSS Plugin for Vuepress

Install

> yarn add @tomieric/vuepress-plugin-rss@next -D
# or
> npm i @tomieric/vuepress-plugin-rss@next -D

Has been merged into vuepress-plugin-rss

Config for your site

  • Update your .vuepress/config.js
module.exports = {
    ...
    plugins: [
      ['@tomieric/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
        }
      ]
    ]
}

Contributors


License MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @tomieric/vuepress-plugin-rss

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

5.96 kB

Total Files

6

Last publish

Collaborators

  • tomieric