ifuture-pro / vuepress-plugin-rss

vuepress feed plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
        }
      }]
    ]
}

About

vuepress feed plugin


Languages

Language:JavaScript 100.0%