2025-05-12 02:31:17 -04:00
|
|
|
---
|
|
|
|
title: "Journal"
|
|
|
|
layout: single.njk
|
|
|
|
lastmod: 2025-05-12T00:50:00.00-05:00
|
2025-05-18 13:17:26 -04:00
|
|
|
permalink: "/journal/index.html"
|
2025-05-12 02:31:17 -04:00
|
|
|
eleventyImport:
|
|
|
|
collections: ["post"]
|
|
|
|
eleventyNavigation:
|
|
|
|
key: "Journal"
|
|
|
|
order: 1
|
|
|
|
---
|
|
|
|
|
|
|
|
# Journal
|
|
|
|
|
2025-05-12 09:40:52 -04:00
|
|
|
All my journal entries.
|
2025-05-12 02:31:17 -04:00
|
|
|
|
|
|
|
<ol>
|
2025-05-12 09:40:52 -04:00
|
|
|
{% for entry in collections.post reversed %}
|
2025-05-18 13:17:26 -04:00
|
|
|
<li>{{ entry.date | formatDate: "yyyy-MM-dd" }} / <a href="{{ entry.url }}">{{ entry.data.title }}</a></li>
|
2025-05-12 02:31:17 -04:00
|
|
|
{% endfor %}
|
2025-05-18 13:17:26 -04:00
|
|
|
<!-- In case you want it later \{\{ entry.data.page.excerpt | md \}\} -->
|
2025-05-12 02:33:13 -04:00
|
|
|
</ol>
|
2025-05-16 16:08:11 -04:00
|
|
|
|
2025-05-16 21:16:21 -04:00
|
|
|
## Explore
|
2025-05-16 16:08:11 -04:00
|
|
|
|
|
|
|
**By year**
|
|
|
|
|
|
|
|
- 2025
|
|
|
|
|
2025-05-16 21:16:21 -04:00
|
|
|
**By category**
|
2025-05-16 16:08:11 -04:00
|
|
|
|
2025-05-16 21:16:21 -04:00
|
|
|
- Free flow
|