Skip to content
Sic Parvis Magna
Go back

V6 Folder Test: First Public Note

(1 min read)
Edit page

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.

AstroPaper v6 test image

What This Confirms

This article confirms three things:

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.


Edit page
Share this post:

Previous Post
V6 Folder Test: Writing Workflow
Next Post
Adding new posts in AstroPaper theme