いくつかの Rails アプリを heroku にデプロイしたことはありますが、Octopress を使用するのはこれが初めてです。何をしても、Octopress アプリを heroku にデプロイできません。すると、空白のページだけが表示されます。
私がしたことは:
git clone git://github.com/imathis/octopress.git
cd octopress
bundle install
rake install
rake preview # working on localhost
heroku create
git add .
git commit -m "yo"
git push heroku master
heroku open
しかし、常に空白のページが表示されます。私は明らかに非常に愚かな何かを見逃しています。どんな助けでも大歓迎です。