Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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`

```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

- Core Plugin - [dacsang97](https://github.com/dacsang97)
- Support Vuepress 1.0 - [tomieric](https://github.com/tomieric)

---

License MIT