Tag: git

0

Specify Port For Hexo Git Deployment

Usually if you want to deploy your hexo posts with git, you can add the following lines to your _config.yml file: 1234567# Deployment## Docs: http://hexo.io/docs/deployment.htmldeploy: type: git rep

0

set up a git server to deploy with hexo

PrefaceI used rsync to deploy my website for the past few days, but it seemed that there were some bugs with hexo rsync deployment, I could only use rsync by running rsync -a localfiles username@serve