mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
@vuepress-plume/vuepress-theme-plume
一款基于 VuePress@2 的博客皮肤。
Install
# use yarn
yarn add @vuepress-plume/vuepress-theme-plume
# or npm
npm i @vuepress-plume/vuepress-theme-plume
Usage
// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { themePlume } from '@vuepress-plume/vuepress-theme-plume'
export default defineUserConfig({
theme: themePlume({
// theme config
})
})