Socket
Socket
Sign inDemoInstall

vuepress-plugin-rss-support

Package Overview
Dependencies
22
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vuepress-plugin-rss-support

### 安装


Version published
Weekly downloads
11
decreased by-63.33%
Maintainers
1
Install size
1.28 MB
Created
Weekly downloads
 

Readme

Source

VuePress RSS 支持插件

安装

$ yarn add vuepress-plugin-rss-support -D

配置

更新 .vuepress/config.js 文件

module.exports = {
    ...
    plugins: [
      [
        'vuepress-plugin-rss-support',
        {
          // 网站地址
          site_url: 'https://wubaiqing.github.io/zaobao',
          // 版权信息
          copyright: '2019 每日时报',
          // 目录过滤
          filter: (page) => { return /^\/201.+/.test(page.path) },
          // 显示条数
          count: 60,
        }
      ]
    ]
}

FAQs

Last updated on 02 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc