Octopress Theme

octopressのテーマをデフォルトから変更する手順

使用出来るテーマ一覧は以下に記載

3rd Party Octopress Themes · imathis/octopress Wiki

今回はここにある

roberto/oct2-orange · GitHub

を使用。

1
2
3
% cd octopress
% git clone git://github.com/roberto/oct2-orange.git .themes/oct2-orange
% rake install\['oct2-orange'\]

後は、_config.ymlに asides/nav.html を追加。

1
default_asides: [asides/nav.html, asides/recent_posts.html ....

Comments