hexo on coding and github

1 about coding – gitcafe

Coding is a home server, which is much stable than github. Also it's convenient that baidu.com can get this blog.

2 hexo deploy to both github and coding

Publishing hexo static blog for both github and coding can be done with one addtional line in blog's _config.xml.

deploy:
type: git
message: [message]
repo:
github: git@github.com:angry-bird/angry-bird.github.io.git,master
coding: <repository url>,[branch]

Test ssh connection to coding and github

ssh -T git@git.coding.net
ssh -T git@github.com

3 coding webhook