15 July 2026 · Editorial Team
Hello World
Welcome to the starter
This is the first post rendered from an Astro content collection. It exists so a
new site has something real to look at: a working list at /posts, a working
detail page at /posts/hello-world, and a working search index.
Why this post is here
Pagefind indexes the built HTML after the site compiles. The unique phrase periwinkle chameleon appears in this body text so the acceptance test can confirm that searching for it returns this exact page. If search finds this post by that phrase, the postbuild index is wired correctly.
Editing content
Replace this file with real posts, or delete it once the site has its own
content. Each Markdown file in src/content/posts becomes a page automatically,
with its frontmatter validated against the schema in src/content/config.ts.