31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
---
|
|
layout: layout/base.njk
|
|
title: my heart's not .init()
|
|
---
|
|
|
|

|
|
|
|
hey what's up! my name is uuupah. im a twenty-something non-binary (they/them) person from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing.
|
|
|
|
## pages
|
|
|
|
<div class="paragraph-deparagrapher">
|
|
|
|
#### [🖌️ my art 🖼️](/art/my-art-2023/)
|
|
#### [journal.html](/journal_html/)
|
|
#### [⚠️ newest post! ⚠️]({{collections.post[collections.post.length - 1].filePathStem}})
|
|
#### thoughts and feelings
|
|
{% for post in collections['blog'] | reverse | limit(5) %}
|
|
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }}]({{post.filePathStem}})
|
|
{% endfor %}
|
|
\- [...and da restt ...](/blog/)
|
|
#### lists of things
|
|
{% for post in collections['lists'] | reverse | limit(5) %}
|
|
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }}]({{post.filePathStem}})
|
|
{% endfor %}
|
|
\- [older lists](/lists/)
|
|
#### [art inspiration list](/infinite_nightmare/)
|
|
#### [sitemap](/sitemap/)
|
|
#### [miscellania](/misc/)
|
|
|
|
</div> |