This is the first post on the new site. It exists primarily to prove that the content layer, MDX rendering, prose styles, and routing wire up correctly across all three candidate themes.
A sub-heading
If you can read this with reasonable typography, things are working. The goal of this seed post is to exercise enough Markdown surface — headings, paragraphs, lists, blockquotes, inline code, code blocks — that the prose stylesheet can be evaluated honestly.
A pull quote, just to exercise blockquote styling. The Brutalist Mono theme should render this with a hard left border; the Warm Essayist with an italicized soft rule.
A list:
- One item
- Another item
- A third item
A small inline code example, and a code block:
const greeting = 'hello';
console.log(greeting);
That’s all for now — Phase 2’s job is just to prove the seed renders.