@renovamen/vuepress-plugin-rss

0.2.0 • Public • Published

@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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @renovamen/vuepress-plugin-rss

    Weekly Downloads

    14

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    4.36 kB

    Total Files

    5

    Last publish

    Collaborators

    • renovamen