Github Blog - 搭建 Oct 18th, 2016 8:44 am | Comments 安装Git 安装Ruby 推荐使用RVM。 安装DevKit 1 gem install devkit 克隆Octopress库 1 git clone git://github.com/imathis/octopress.git 安装Octopress依赖项 1 2 gem install bundler bundler install 安装Octopress默认主题 1 rake install 关联Octopress至Github 1 rake setup_github_pages 在Repository url中输入对应的仓库地址。 原始地址: http://sxgfxm.github.io/blog/2016/10/18/github-blog-da-jian/ written by Light posted at http://sxgfxm.github.io