参与开发
项目地址: https://github.com/Machillka/shared-blog
bash
git clone https://github.com/Machillka/shared-blog
cd shared-blog
pnpm install
pnpm run docs:build
pnpm run docs:preview
就可在浏览器中查看构建好的站点(一切以应用台输出为主
项目结构
text
.
├── posts # 用于展示的笔记
├── guide # 站点指南
├── .vitepress # 配置文件
│ └── plugins # 自定义插件
│ └── scripts # 自定义脚本
│ └── theme
│ └── components # Vue 组件
│ └── styles # Css 样式
└── public # 存放静态资源
可以对应地进行新功能的添加或者旧站点的修改,提个 pr
下面放一个 Todo List 总之就是未来可期