- 装git
- 装yarn
- fork代码
https://github.com/mumumi/blog
- clone自己fork的代码
git clone https://github.com/{xxx}/blog
- 修改代码配置
package.json & deploy.p & deploy.sh 中的github路径
src.vuepress\config.js 中的个人信息
- 安装依赖
在根目录运行命令yarn ins
- 写帖子
src_posts 文件夹下
- 发布网站
在根目录运行命令yarn deploy