June 11, 2026
Welcome to the blog
A first post for the minimal AstroWind-style blog.
This blog is built with Astro v6 and Tailwind CSS v4. It keeps the page model simple: Markdown content, static routes, readable layouts, and minimal browser JavaScript.
Writing posts
Create a new Markdown file in src/content/blog and add frontmatter:
title: My post
description: A short summary.
pubDate: 2026-06-11
tags:
- notes
The filename becomes the post URL.