vuepress-theme-dumi2
v0.0.1
Published
📖 A dumi style theme for VuePress2.
Downloads
2
Readme
📖 A dumi style theme for VuePress2.
Install
First of all, install vuepress v2.x
Then install the theme
$ npm i -D vuepress-theme-dumi
# OR
$ yarn add -D vuepress-theme-dumi
Usage
Write vuepress config
// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import type { DefaultThemeOptions } from 'vuepress'
export default defineUserConfig<DefaultThemeOptions>({
theme: 'vuepress-theme-dumi'
})
Thanks
This repo is inspired by the following projects, Thanks for their great work.