将博客放到github上
1、在github上新建一个仓库,用来存放hexo项目。
2、在本机上安装 hexo-deployer-git
Windows: cnpm install hexo-deployer-git --save
Mac: npm install --save hexo-deployer-git
3、修改hexo项目中_config.yml文件,打开,拖至文件底部,补全下面选项,注意 : 后接空格
deploy:
type: git (传输方式)
repo: https://github.com/451929463/451929463.github.io.git (项目仓库地址)
branch: master (仓库分支)
4、部署项目至github
注意:git的用户名要和github用户名一致
命令: hexo d #deployer
5、然后访问
Username.github.io