--- title: "Notes" layout: default ---

Notes

Documenting work-in-progress projects, learnings, things I read, and more.

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

{{ month.name }}

{% endfor %}