@ifuture/vuepress-plugin-rss

1.0.2 • Public • Published

vuepress-plugin-rss

The feed for vuepress

Support Atom; RSS2; Itunes podcast.

Install

npm install @ifuture/vuepress-plugin-rss --save-dev

or

yarn add @ifuture/vuepress-plugin-rss -D

.vuepress/config.js

module.exports = {
  "plugins": [
      ['@ifuture/vuepress-plugin-rss', {
        type:['atom','rss2','podcast'],
        limit: 20,
        feedOptions : {
          title: 'site title',
          description: 'description',
          site_url: 'https://note.ifuture.pro',
          image_url: 'https://note.ifuture.pro/head.png',
          author: 'author',
          managingEditor: 'author',
          webMaster: 'author',
          copyright: 'author',
          language: 'en'
        }
      }]
    ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @ifuture/vuepress-plugin-rss

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

20 kB

Total Files

11

Last publish

Collaborators

  • ifuture