项目分支 https://github.com/YL2014/YL2014.github.io/tree/v1-jekyll
https://github.com/YL2014/YL2014.github.io/tree/v2-hexo
$ npm start
$ npm run deploy
$ npx hexo s // 本地预览
$ npx hexo g // 生成public
$ npx hexo d // copy public to .deploy_git and push to github
$ npx hexo d -g // 生成并部署
如遇到问题,则删除后重新clone
$ rm -rf .deploy_git && git clone [email protected]:YL2014/YL2014.github.io.git .deploy_git