Sam Foshee

Hello, world

First post — proving the wiring works.

seedling 1 min · 137 words meta

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:

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.