Hello World
First post. Not sure what I’ll write about here yet — probably a mix of tutorials, random how-tos, and things I figure out that felt worth writing down.
What to expect
Stuff I’m interested in and work on
May include:
- Web stuff (this site, boop.fish, various tools)
- Backyard Monsters Refitted
- Game development (slowly learning Godot)
- Whatever else I find interesting
Writing posts
Posts on this site are markdown files. If you’re curious, the frontmatter at the top of each post looks like this:
---
title: "Post title"
description: "Short description"
date: 2026-05-11
tags: ["tag1", "tag2"]
---
Post content goes here.
Create .md files in src/content/blog and it will show up automatically. Blogs are sorted by the date in the frontmatter of each file.