一、coding部署
二、github部署
- 创建仓库,仓库名必须为
yourname.github.io
,yourname
为用户名
当你的仓库名为:用户名.github.io 之后默认开启Github Pages - 添加ssh key
三、_config.yml修改
修改站点配置文件
的deploy
信息如下
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo:
github: git@github.com:yourname/yourname.github.io.git
coding: git@git.coding.net:yourname/yourname.git
四、执行部署
hexo d -g