Welcome to my blog

#meta#hello

Welcome! 🎉 This is the very first post on my new blog, built with Astro.

Why this exists

I wanted a fast, simple place to write — no heavy CMS, no database, just Markdown files that turn into a clean static website.

How posts work

Every post is a Markdown file in src/content/blog/. The frontmatter at the top sets the title, description, date and tags:

---
title: 'My post title'
description: 'A one-line summary.'
pubDate: 2026-06-15
tags: ['example']
---

Write your content below it in normal Markdown, and Astro builds a page for it automatically. That’s it — more soon!