Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Latest commit

Β 

History

History
19 lines (18 loc) Β· 703 Bytes

File metadata and controls

19 lines (18 loc) Β· 703 Bytes
layout page
title Archive
permalink /archive/

Here are all the posts on BakingPixel sorted by date. You can also browse posts by tags.

{% assign postsByMonth = site.posts | group_by_exp:"post", "post.date | date: '%B %Y'" %} {% for month in postsByMonth %}

{{ month.name }} {{ year.name }}

    {% for post in month.items %}
  • {{ post.title }} {{ post.date | date: "%-d %B %Y" }}
  • {% endfor %}
{% endfor %}