Files
11ty_neocities/src/index.md

27 lines
1.4 KiB
Markdown
Raw Normal View History

2023-02-25 23:34:52 +10:30
---
layout: layout/base.njk
2023-08-01 14:42:01 +09:30
title: 🐌 becoming one with the slime 🐌
2023-02-25 23:34:52 +10:30
---
2023-08-01 14:42:01 +09:30
![](https://64.media.tumblr.com/5d37ab2aa782462c7aa092f7bd0d27cb/c44d7d4b9325e7d1-16/s1280x1920/1690fe1e95401b094ffa62ae933ff2c038e62814.gifv)
2023-02-25 23:34:52 +10:30
2023-08-01 14:42:01 +09:30
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.
<!-- ### recent updates
2023-03-28 15:37:11 +10:30
<div class="updates-field">
2023-05-09 12:05:54 +09:30
(check <a href="journal_html">journal.html</a> as well)
{% for post in collections.post | reverse | limit(5) %}
2023-03-28 15:37:11 +10:30
<p>{{ post.page.date.toLocaleDateString("en-UK") }} - [{{ post.data.title }}]({{post.filePathStem}}) [{{post.data.tags[0]}}]</p>
{% endfor %}
2023-08-01 14:42:01 +09:30
</div> -->
2023-03-28 15:37:11 +10:30
2023-08-01 14:42:01 +09:30
## 📃 pages 📃
2023-03-03 21:28:59 +10:30
2023-08-01 14:42:01 +09:30
{% include 'partials/link_links.njk' %}
2023-08-01 14:42:01 +09:30
<!-- {% include 'partials/link_tiles.njk' %} -->
2023-03-03 21:28:59 +10:30
2023-08-01 14:42:01 +09:30
<!-- ## 🖨️ this site 🖨️
2023-02-26 14:07:43 +10:30
2023-08-01 14:42:01 +09:30
is built using [eleventy](https://11ty.dev) and hosted on [neocities](https://neocities.org/). i used [flamedfury's tutorial](https://flamedfury.com/guides/11ty-homepage-neocities/) to get started, and implemented [bcomnes deployment github action](https://github.com/bcomnes/deploy-to-neocities) to bring the amount of work required to make changes to almost zero. the source code for this site is [here](https://github.com/uuupah/11ty_neocities). -->