GitHub PagesにOctopressを設置する

Github Pagesリポジトリを作成する

username.github.ioというリポジトリを作る

Octopress

$ git clone https://github.com/imathis/octopress.git
$ cd octopress
$ gem install bundler
$ bundle install
$ bundle exec rake install
$ bundle exec rake setup_github_pages
$ bundle exec rake new_post
$ bundle exec rake preview
$ bundle exec rake gen_deploy

とりあえずこれだけやれば初期状態のOctopressがデプロイできる。

_config.ymlを変更して自分の運用するサイトを作り上げていく感じ。