This is the first public test article in a new folder.
The goal is simple: confirm that AstroPaper v6 can read Markdown files from a custom folder under src/content/posts/, publish them as normal posts, and include their tags in the tag index.

What This Confirms
This article confirms three things:
- A new folder under
src/content/posts/works. - A Markdown file inside that folder can be published.
- A post with
draft: falseappears on the live site after Vercel deploys.
Why This Matters
After the v6 upgrade, the site uses Astro content collections. That means the folder structure is still flexible, but the frontmatter needs to stay valid.
For future writing, this pattern is safe:
src/content/posts/folder-name/article-name.md
As long as the frontmatter is correct, the article should be treated like a normal post.