Skip to content

Instantly share code, notes, and snippets.

@amay077
Created March 31, 2013 07:42
Show Gist options
  • Select an option

  • Save amay077/5279903 to your computer and use it in GitHub Desktop.

Select an option

Save amay077/5279903 to your computer and use it in GitHub Desktop.
Octopress Top Categories Plugin を使う ref: http://qiita.com/items/3296fdf1ea11c7c9ace4
# [変更]custom/asides/top_category_list.html を任意の位置に挿入する
default_asides: [custom/asides/about.html, asides/recent_posts.html, custom/asides/top_category_list.html]
# [追加]カテゴリの表示件数
top_category_limit: 15
<section>
<h1>Top Categories</h1>
<ul id="top-category-list">{% top_category_list counter:true %}</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment