git clone git@github.com:WhiteCode2016/HexoBlog.git
npm install hexo
npm install
npm install hexo-deployer-git --save
git pull origin hexo
hexo new "work PC test"
hexo server
git add .
git commit -m "add work PC test"
git push origin hexo
hexo g -d