| layout | title | permalink | redirect_from |
|---|---|---|---|
page |
Categories |
/categories/ |
/category/ |
-
{% assign sorted_categories = site.categories | sort %}
{% for category in sorted_categories %}
- {{ category | first }} ({{category | last | size }})
{% endfor %}