Skip to content

Instantly share code, notes, and snippets.

@fahrinh
fahrinh / category_list.rb
Created November 15, 2011 11:20 — forked from nistude/category_list.rb
A category list tag for jekyll
# place this file in your plugins directory and add the tag to your sidebar
#$ cat source/_includes/custom/asides/categories.html
#<section>
# <h1>Categories</h1>
# <ul id="categories">
# {% category_list %}
# </ul>
#</section>
module Jekyll