Skip to content

tomieric/vuepress-plugin-rss

 
 

Repository files navigation

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

About

support vuepress 1.x,Has been merged into `vuepress-plugin-rss`

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%