github
上新建仓库- 仓库名(固定写法):
<个人github用户名>.github.io
- 仓库名(固定写法):
安装
hexo
部署到github
的插件- 切换到博客根目录下安装:
1
npm install --save hexo-deployer-git
修改
_config.yml
- 在文件最底部作如下修改:
1
2
3
4
5deploy:
type: git
repo: https://github.com/<username>/<project> //github仓库地址
# example, https://github.com/hexojs/hexojs.github.io.git
branch: master部署到
github
1
hexo deploy
访问博客地址
1
https://<github用户名>.github.io