Jekyllをはじめる

Githubホスティングの利用に際して
静的HTMLジェネレータであるJekyllを始めようと思います。
http://tokkonopapa.github.com/blog/2011/12/28/easy-usage-of-jekyll-on-github/
http://mattn.kaoriya.net/software/lang/ruby/20090409185248.htm
http://css.studiomohawk.com/jekyll/2011/06/11/jekyll/
http://d.hatena.ne.jp/takuti/20110724/1311464070

やることは、
(1)_config.ymlを作って適当に記述する。
(2)_layoutsフォルダを作成してdefault.htmlとpost.htmlを置く。
(3)_postsフォルダを作成する。

これで試すと
No access permission to '/'みたいなエラーが出た。
エラーをググっても解決策が見つからない。

どうやらindex.htmlが生成されていないことが原因らしい。
そういえばindex.htmlのレイアウトファイルを作っていなかった!
yml形式でレイアウトファイルを書いてindex.htmlを置くと、
index.htmlが生成されて無事にアクセスできました。

いろいろいじってみます。
http://help.github.com/pages/
http://tokkono.cute.coocan.jp/blog/slow/index.php/programming/github-pages-almost-perfect-guide/