所有文章
{% include base_path %} {% include group-by-array collection=site.posts field=”categories” %}
{% for category in group_names %} {% assign posts = group_items[forloop.index0] %}
{{ category }}
{% for post in posts %} {% include archive-single.html %} {% endfor %} {% endfor %}