1.0.8 • Published 5 years ago

@tomieric/vuepress-plugin-rss v1.0.8

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

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

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago