blog setup with Hexo

- setup the deploy config

1
npm install hexo-deployer-git --save

- config the git repo

1
2
3
4
5
deploy:
type: git
repo: <repository url>
branch: [branch]
message: [message]

- deploy

1
hexo generate -d
谢谢投食 _(:з」∠)_