Octpressのデフォルト設定では、タグクラウドがありません。
ですが、pluginを組み込むことで、タグクラウドを実現することができます。
無かったら困るというほどでもないけれど、あったほうが何かと便利なので自分のブログに組み込んでみます。
プラグインの組み込み
手順は以下の順序で行なっていきます。
- Githubからプラグインをダウンロード
$git clone git://github.com/tokkonopapa/octopress-tagcloud.git
- ダウンロードしたファイルをpluginディレクトリと_asidesディレクトリにコピー
$cp plugins/tag_cloud.rb ~/Projects/rails/fakestarbaby.github.com/plugins/tag_cloud.rb
$cp source/_includes/custom/asides/* ~/Projects/rails/fakestarbaby.github.com/source/_includes/custom/asides/
- _config.ymlを編集
default_asides: [custom/asides/about.html, asides/recent_posts.html, custom/asides/tag_cloud.html, asides/github.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]
これだけ
タグクラウドを表示するHTMLファイルの変更
必要に応じて編集します。
以下のファイルに記載されているcounter:trueをcounter:falseに変更することでタグ件数を非表示にできます。
デフォルトは表示する設定になっています。(デフォルト設定のままでよいと思いますが・・・)
- source/_includes/custom/asides/category_list.html
- source/_includes/custom/asides/tag_cloud.html
参考サイト
Octopressもいいけど、Quiitaをブログ代わりにするのもいいかも。
悩ましいなぁ。。。