2023-02-15 00:54:24 +08:00

28 lines
528 B
Markdown

# `@vuepress-plume/vuepress-theme-plume`
一款基于 VuePress@2 的博客皮肤。
[查看使用文档](https://pengzhanbo.cn/note/vuepress-theme-plume)
## Install
``` sh
# use yarn
yarn add @vuepress-plume/vuepress-theme-plume
# or npm
npm i @vuepress-plume/vuepress-theme-plume
```
## Usage
``` js
// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { plumeTheme } from '@vuepress-plume/vuepress-theme-plume'
export default defineUserConfig({
theme: plumeTheme({
// theme config
})
})
```