A first placeholder post
Placeholder — this blog is still being built.
This blog is still being built. Real posts will replace this one. The content below is stand-in copy meant to show how the typography, headings, lists, quotes, and code blocks will look once there’s something real to publish.
An example heading
A paragraph of body text with italics, bold, a link, and a highlighted phrase. Still placeholder.
A smaller heading
- A list item
- Another list item
- A third, just to show spacing
A blockquote, to show how quoted passages render against the rest of the body.
// Code blocks get syntax highlighting via Shiki (min-light).
const stillBuilding = true;
function greet(name) {
return `hello, ${name}`;
}
And a horizontal rule above, for good measure.