安裝
1.先由 github 將 octopress clone 一份下來:
1 | git clone git://github.com/imathis/octopress.git octopress |
2.安裝相關軟組件:
RubyGems 是 Ruby 的 Package 管理系統。類似於 Ubuntu 下的 apt-get, 安裝 Bundler 套件。
1 | gem install bundler |
3.執行 default theme 安裝:
1 | rake install #rake 就是 ruby make 的縮寫 |
4.可透過瀏覽器http://localhost:4000/
更改 Theme
1.選擇 Theme
3rd Party Octopress Themes
2.選擇 slash
1 | cd octopress |