Octopressのサイドバーにタグクラウドを表示する

Octpressのデフォルト設定では、タグクラウドがありません。
ですが、pluginを組み込むことで、タグクラウドを実現することができます。
無かったら困るというほどでもないけれど、あったほうが何かと便利なので自分のブログに組み込んでみます。

プラグインの組み込み


手順は以下の順序で行なっていきます。

  1. Githubからプラグインをダウンロード $git clone git://github.com/tokkonopapa/octopress-tagcloud.git
  2. ダウンロードしたファイルを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/
  3. _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

参考サイト


作者の導入手順記事
Quiitaの記事

Octopressもいいけど、Quiitaをブログ代わりにするのもいいかも。
悩ましいなぁ。。。