← All posts

Hello, World

2026-03-12T00:00:00.000Z

meta first-post

This is the first post on the site. Getting things set up.

What this site is

A place to write about things I find interesting — programming, homelab stuff, side projects.

Stack

Built with Astro and Tailwind CSS. Hosted on Vercel.

Here’s a quick snippet to test code rendering:

def greet(name: str) -> str:
    return f"Hello, {name}!"

More soon.