This is my first hexo blog page.

坑啊。。 按好几个博客教程 流程走完了, hexo deploy 没反应, 解决方法:
1:安装部署工具

1
npm install hexo-deployer-git --save

2:config.yml 文件,需要加 空格

1
2
3
type:(空格) git
repository:(空格) https://github.com/chendongbupt/chendongbupt.github.io.git
branch:(空格) master