准备工作
- 安装hexo
- clone
kaola-fed/kaola-fed.github.io
到本地https://github.com/kaola-fed/kaola-fed.github.io.git
开始发布
- 在code目录下, 首先执行npm install安装依赖module,执行
hexo new 文章名称
,新建一篇文章; - 在source/_post目录下,找到新建的文件,编辑好文章后,执行
hexo server
,运行本地博客服务,这时候可以打开http://localhost:4000
就可以看到新增的内容了; - 确认编辑好后,执行hexo generate生成静态文件,把生成的public下的静态文件拷贝到最外层文件中, 提交所有更改到master分支;
- 等待一段时间,wercker自动部署好后, 就可以在
http://kaola-fed.github.io
看到更新了;