0.2.0 • Published 2 years ago

@renovamen/vuepress-plugin-rss v0.2.0

Weekly downloads
10
License
MIT
Repository
github
Last release
2 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

2 years ago

2.0.0-alpha.25

2 years ago

2.0.0-alpha.24

2 years ago

2.0.0-alpha.23

2 years ago

2.0.0-alpha.20

2 years ago

2.0.0-alpha.9

2 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago