##my hexo local project for github blog 在这个项目编辑文章,可以直接发布到Repository https://github.com/YihuaWanglv/yihuawanglv.github.io.git
$ npm install hexo-deployer-git --save $ npm install hexo-deployer-heroku --save $ npm install hexo-deployer-rsync --save $ npm install hexo-deployer-openshift --save $ npm install hexo-deployer-ftpsync --save
deploy: type: git repository: https://github.com/YihuaWanglv/yihuawanglv.github.io.git branch: master
$ hexo clean $ hexo generate $ hexo deploy