hexo deploy to github with ssh

description: hexo deploy github pages through ssh

configuration for deploying to github with ssh

change the configuration in _config.yml under the hexo root folder

1
2
3
4
5
6
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repository: git@github.com:kelfan/kelfan.github.io.git
branch: master


more on search4fan.github.io