Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 1.03 KB

categories.md

File metadata and controls

31 lines (30 loc) · 1.03 KB
layout permalink title
page
/categories/
Categories
{% assign names = "" %} {% for category in site.categories %} {% assign names = names |append: category.first | append: ", " %} {% endfor %} {% assign names = names | split: ", " | sort %} {% assign misc_posts = " " | split: " "%} {% for category_name in names %} {% if site.categories[category_name].size < 4 %} {% assign misc_posts = misc_posts | concat: site.categories[category_name] %} {% endif %} {% endfor %} {% assign category_name = "misc." %} {% assign misc_posts = misc_posts | sort: "date" | reverse %}

{{ category_name | capitalize}}

That which doesn't fit elsewhere

{% for post in misc_posts %}

{{post.title}}

{% endfor %}