Hello world 4
This is the first post on the blog. It is a plain Markdown file at
src/content/blog/en/hello-world.md, and the URL comes from the locale folder
plus the file name.
What goes here
- Release notes for user-facing changes.
- Short engineering write-ups.
- Guides that are too narrow for the docs section.
How a post is made
Every post is one Markdown file with a small YAML header:
title: Hello worlddescription: Why this blog exists and what you can expect to find here.pubDate: 2026-08-01tags: - announcementsNothing else is needed. The list page, the tag pages and the date formatting are
handled by the routes in src/pages/[lang]/blog/.
Three languages
This post exists in English, 简体中文 and 한국어. All three use the same file
name, hello-world.md, in a different locale folder — that is what lets the
language picker link them together.
Posts without a translation still appear in every language, with the English text and a short notice.

