Files
11ty_neocities/src/index.md
2023-05-09 12:05:54 +09:30

1.3 KiB

layout, title
layout title
layout/base.njk becoming one with the slime

hey what's up! my name is uuupah. im a twenty-something non-binary (they/them please!) 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

(check journal.html as well) {% for post in collections.post | reverse | limit(5) %}

{{ post.page.date.toLocaleDateString("en-UK") }} - [{{ post.data.title }}]({{post.filePathStem}}) [{{post.data.tags[0]}}]

{% endfor %}

pages

{% include 'partials/link_tiles.njk' %}

this site

is built using eleventy and hosted on neocities. i used flamedfury's tutorial to get started, and implemented bcomnes deployment github action to bring the amount of work required to make changes to almost zero. i also use obsidian and obsidian git to create and edit posts on my phone. the source code for this site is here.