pengzhanbo ef737098b5 feat(theme): notes 默认配置, link: '/note' 变更为 link: '/'
BREAKING CHANGE: 对于已使用该功能的用户,需要手动修改文章中的相关链接,以及 md front matter 中的 `permalink` 字段, 删去 `/note`
2024-03-03 02:17:38 +08:00
..
2024-02-27 01:04:13 +08:00
2024-02-27 01:08:37 +08:00
2024-02-27 01:04:13 +08:00

vuepress-theme-plume

npm version npm download GitHub License

一个简约的,干净的,容易上手的 vuepress 主题,适用于博客和文档。

开箱即用,仅需少量配置即可使用,让您更专注于 内容的创作,更好的表达你的想法,形成你的知识笔记。

内置了丰富的强大的功能,旨在让内容更具有表现力。

查看文档

Install

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

Usage

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

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

plumeTheme(options)

options : PlumeThemeOptions

查看 options 详细说明

LICENSE

MIT