- 这是基于vuepress-theme-vdoing 所搭建的博客平台。
- 网站的样式配置来源于这位大佬的 的配置
- 这里用于记录一些值得记录的文章。
# clone the project
git clone https://github.com/kuschzzp/doc-kusch.git
# enter the project directory
cd doc-kusch
# install dependency
npm install # or yarn install
# develop
npm run docs:dev # or yarn docs:dev