tomieric / vuepress-plugin-rss

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

Home Page:https://github.com/tomieric/vuepress-plugin-rss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`

https://github.com/tomieric/vuepress-plugin-rss


Languages

Language:JavaScript 100.0%