Summary for build this blog May 23, 2016 • thusrda 建站总结 ( 也可参考这里 ) 在_post 下新建符合jekyll 规范的 markdown 文件 可以使用 rake new 简化操作, 生成头部. markdown 格式参考这里 使用jekyll生成静态文件 jekyll serve -B 或 jekyll build 使用git提交更改并上传到github仓库,( 在这之前可以在本地站点查看文章是否有需要修改的地方) git add --a git commit -m "这里写提交说明" git push origin master