建议单独托管在github上,因为国内大环境背景下,你懂的啦!

域名解析

登陆DNSPOD控制台 在域名添加2条记录值

记录类型线路类型记录值
CNAME国外username.github.io
CNAME国内username.coding.me

配置文件

_config.yml站点配置文件中添加配置:

# Deployment
# Docs: https://hexo.io/docs/deployment.html
deploy:
- type: git
  repo: git@github.com:username/username.github.io.git
  branch: master
- type: git
  repo: git@git.coding.net:username/username.coding.me.git
  branch: master

然后执行hexo deploy完成。