How to install Octopress

安裝

1.先由 github 將 octopress clone 一份下來:

1
2
$ git clone git://github.com/imathis/octopress.git octopress  
$ cd octopress

2.安裝相關軟組件:

 RubyGems 是 Ruby 的 Package 管理系統。類似於 Ubuntu 下的 apt-get, 安裝 Bundler 套件。

1
2
$ gem install bundler 
$ bundle install # 執行 octopress 安裝

3.執行 default theme 安裝:

1
2
$ rake install  #rake 就是 ruby make 的縮寫
$ rake preview #啟動預覽

4.可透過瀏覽器http://localhost:4000/

更改 Theme

1.選擇 Theme
3rd Party Octopress Themes

2.選擇 slash

1
2
3
4
5
6
7
$ cd octopress

$ git clone git://github.com/tommy351/Octopress-Theme-Slash.git .themes/slash

$ for#安裝過程會詢問你是否覆蓋

$ rake generate

Github 上建立 Repository