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