Skip to content

youngtailors/vuepress-plugin-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuepress Plugin RSS

Version License

RSS Plugin for Vuepress

Install

> yarn add vuepress-plugin-rss -D
# or
> npm i vuepress-plugin-rss -D

Config for your site

  • Update your .vuepress/config.js
module.exports = {
    ...
    plugins: [
      [
        'vuepress-plugin-rss',
        {
          base_url: '/', // required
          site_url: 'https://procollab.com', // required
          copyright: '2018 Young Tailors', // optional
          // filter some post
          filter: (frontmatter) => { return [true|false] },
          // How much articles
          count: 20
        }
      ]
    ]
}

Contributors


License MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published