vuepress-plugin-blog2

vuepress-plugin-blog2

Add blog support for VuePress2

Docs open in new window

How to use

Install

pnpm add -D vuepress-plugin-blog2

Usage

import { blogPlugin } from "vuepress-plugin-blog2";

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