464 B
464 B
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
})
})