**This is a placeholder post.** It exists only so that every route of the blog
scaffold can be exercised before any real content lands. It will be deleted
when the first real post is published.

## What it exercises

- The index page at `/`, which lists this post.
- The rendered post page at `/posts/placeholder-post`.
- The raw Markdown route at `/posts/placeholder-post.md`.
- The `/llms.txt` index, which links to this post.

## A little Markdown

Some *emphasis*, some **strong text**, and a code block:

```ts
const snake = 'words';
```

That is all this post needs to do.