--- layout: page title: Category permalink: /category/ ---
{% capture categories %} {% for c in site.categories %}{{ c | first }}{% unless forloop.last %},{% endunless %}{% endfor %} {% endcapture %} {% assign category_names = categories | strip | split:',' | sort %}
{% for cate in category_names %} {% endfor %}