0.2.0 • Published 3 years ago

@renovamen/vuepress-plugin-rss v0.2.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

@renovamen/vuepress-plugin-rss

A plugin for adding RSS to VuePress theme Gungnir, forked from youngtailors/vuepress-plugin-rss.

This plugin is only guaranted to work on VuePress theme Gungnir. It may not work on other themes.

 

Installation

yarn add @renovamen/vuepress-plugin-rss
# or
npm install @renovamen/vuepress-plugin-rss

 

Configuration

Configurate it in your .vuepress/config.js:

module.exports = {
  plugins: [
    [
      '@renovamen/vuepress-plugin-rss', {
        site_url: 'https://zxh.io',  // (required)
        copyright: 'Renovamen 2018-2020',  // (optional)
        filter: (frontmatter) => { return [true|false] },  // posts filter (optional)
        count: 20  // how many articles (optional)
      }
    ]
  ]
}

 

License

MIT

2.0.0-alpha.26

3 years ago

2.0.0-alpha.25

3 years ago

2.0.0-alpha.24

3 years ago

2.0.0-alpha.23

3 years ago

2.0.0-alpha.20

3 years ago

2.0.0-alpha.9

3 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago