Created
March 31, 2013 07:42
-
-
Save amay077/5279903 to your computer and use it in GitHub Desktop.
Octopress Top Categories Plugin を使う ref: http://qiita.com/items/3296fdf1ea11c7c9ace4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # [変更]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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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