Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 506 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 506 Bytes

vuepress-theme-extreme

基于 VuePress 开发的一款简约博客主题。

Install

yarn add @kisstar/vuepress-theme-extreme

Usage

// .vuepress/config.js
module.exports = {
  theme: '@kisstar/vuepress-theme-extreme',
};

更多配置和效果演示可查看线上文档说明。

Development scripts

# install dependencies
yarn install

# runs the app in the development mode
yarn dev

License

MIT