pengzhanbo 5de60d4d6e feat(theme): plume-theme next devloping !
add plugin-auto-frontmatter | add plugin-blog-data | devloping new theme
2022-10-19 02:30:20 +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
  })
})