← Back home

Welcome to the Minimal Astro Site

A short sample article demonstrating the content collection pipeline.

Welcome

This is a sample article rendered through the shared ArticleLayout component. Its frontmatter (title, description, pubDate) is validated by the Zod schema in src/content/config.ts, and this markdown body is compiled to HTML and injected into the layout via Astro’s render() pipeline.

Why this matters

Keeping content as file-based markdown avoids the need for a database or ORM for a single static article (see ADR-002).