Hello, World!
Welcome to the blog! This site is built with Astro.
Adding new posts
To publish a new post, drop a Markdown file into src/content/blog/ with
frontmatter like this:
---
title: "My Post Title"
description: "A short summary of the post."
pubDate: 2026-07-20
tags: ["astro", "notes"]
---
Post content goes here, written in **Markdown**.
The homepage and post pages pick up new files automatically — no other code changes needed.