Skip to main content
vuepress-theme-hope

vuepress-plugin-feed2

Feed plugin for VuePress2

Guide 💡Config 🛠

How to use

Install

pnpm add -D vuepress-plugin-feed2

Usage

// .vuepress/config.ts
import { feedPlugin } from "vuepress-plugin-feed2";

export default {
  plugins: [
    feedPlugin({
      // your options
    }),
  ],
};

Migrating from V1

For details, see Migration Guide.