@tomieric/vuepress-plugin-rss
v1.0.8
Published
> RSS Plugin for Vuepress
Downloads
5
Readme
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