Files
11ty_neocities/src/index.md

23 lines
1.3 KiB
Markdown
Raw Normal View History

2023-02-25 23:34:52 +10:30
---
layout: layout/base.njk
2023-03-12 17:32:02 +10:30
title: becoming one with the slime
2023-02-25 23:34:52 +10:30
---
hey what's up! my name is uuupah. im a twenty-something non-binary (they/them please!) software dev 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.
2023-02-25 23:34:52 +10:30
2023-03-28 15:37:11 +10:30
### recent updates
<div class="updates-field">
{% set updateslist = collections.post | reverse | limit(5) %}
{% for post in updateslist %}
<p>{{ post.page.date.toLocaleDateString("en-UK") }} - [{{ post.data.title }}]({{post.filePathStem}}) [{{post.data.tags[0]}}]</p>
{% endfor %}
</div>
2023-03-04 00:08:05 +10:30
### pages
2023-03-03 21:28:59 +10:30
2023-03-04 00:08:05 +10:30
{% include 'partials/link_tiles.njk' %}
2023-03-03 21:28:59 +10:30
2023-02-26 14:07:43 +10:30
### this site
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. i also use [obsidian](https://obsidian.md/) and obsidian git to create and edit posts on my phone. the source code for this site is [here](https://github.com/uuupah/11ty_neocities).