Light's Blog

The best or nothing.

Github Blog - 搭建

| 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中输入对应的仓库地址。

Comments