Octopress
$ git clone git://github.com/imathis/octopress.git octopress
$ cd octopress
$ bundle install --path vendor/bundle
Thiết lập theme
$ git clone git://github.com/lucaslew/whitespace.git .themes/whitespace
$ rake install['whitespace'] # for zsh, use: rake install\['whitespace'\]
$ rake generate
Thêm bài viết
$ rake new_post['Hello world']
Xem trước
$ rake preview
GitHub Pages
$ rake setup_github_pages
Triển khai
$ rake generate
$ rake deploy