Hexo项目在硬盘,换电脑后需要的配置
下载git
 安装node.js
 https://www.nodejs.com.cn/download.html
 安装hexo
 npm install -g hexo-cli
 npm install 安装依赖
 hexo server 测试成功即可
github仓库项目在硬盘,换电脑后配置
 git config -g user.name “name”
 git config -g user.email “xx@com”
git config --global --add safe.directory ‘D:/000aaa/Blog/source’