2023-12-31 00:11:19 +08:00
..
2023-12-31 00:11:19 +08:00
2023-12-30 08:23:04 +08:00

vuepress-theme-plume

一款基于 VuePress@2 的博客皮肤。

查看使用文档

Install

# use yarn
yarn add vuepress-theme-plume
# or npm
npm i vuepress-theme-plume

Usage

// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { plumeTheme } from 'vuepress-theme-plume'

export default defineUserConfig({
  theme: plumeTheme({
    // theme config
  })
})