Skip to content

Aiden124578/my_blog

Repository files navigation

logo

vuepress-theme-vdoing

* [文档 (国内源)](https://doc.xugaoyi.com/) * [文档 (github源)](https://xugaoyi.github.io/vuepress-theme-vdoing-doc/) * [效果:Aiden's blog](https://aiden124578.github.io/my_blog/)

介绍

  1. 这个主题的初衷是打造一个好用的、面向程序员的知识管理工具
  2. 轻松构建一个结构化的知识库,让你的知识海洋像一本本书一样清晰易读。
  3. 博客功能提供一种知识的碎片化形态,并支持个性化博客配置。
  4. 简洁高效,以 Markdown 为中心的项目结构。内置自动化工具,以更少的配置完成更多的事。配合多维索引快速定位每个知识点。

更新日志

这个主题可以做什么?

快速上手

# Node 14.16.0
npm install

# clone the project
git clone https://github.com/xugaoyi/vuepress-theme-vdoing.git

# enter the project directory
cd vuepress-theme-vdoing

# install dependency
npm install # or yarn install

# develop
npm run dev # or yarn dev