Placeholder: the blog scaffold works
A temporary post that exercises every route of the blog scaffold.
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.txtindex, which links to this post.
A little Markdown
Some emphasis, some strong text, and a code block:
const snake = 'words';
That is all this post needs to do.