TEST-NO-FRONTMATTER

This project has no frontmatter whatsoever. The parser must handle this gracefully — no title, no hero image, no subtitle, no gallery, no info block.

Architecture without metadata is still architecture. The walls stand regardless of whether someone wrote their height in a ledger. This test verifies that the site doesn't crash or produce broken layouts when the content author forgets every single field.

The parser should fall back to empty strings for title, subtitle, heroImage, quote, and an empty array for gallery and paragraphs. The slug is derived from the filename alone — in this case 'test-no-frontmatter'.

Paragraph breaks are detected by double newlines, so this body text should be split into discrete readable chunks on the project page. Each of these paragraphs should render cleanly in the content column even without any surrounding metadata anchoring the design.

This is the baseline stress test — the floor of graceful degradation.

Evolution of Form
NEXT PROJECT: ...