This is a test article. Its only job is to exercise every part of the articles pipeline — frontmatter parsing, slug derivation, sitemap entry generation, JSON-LD emission, and the markdown→HTML converter — so that when the first real article ships, we know the plumbing works.
What this proves
The articles infrastructure renders this file correctly if you can read the rest of this page with proper formatting. Specifically:
- Bold text renders as
<strong> - Italic text renders as
<em> Inline codegets a subtle background tint- External links open in a new tab
- Internal links stay in the same tab
- Bullet lists use the heritage bullet glyph
Numbered lists work too
- First item
- Second item
- Third item
Blockquotes look like this
"The map is not the territory." Keep articles practical: real situations from the mats, not abstract advice. Specific beats clever.
Horizontal rule
Code blocks
Useful when an article references config or commands:
python3 deploy.py
const example = { title: "Test", body: "..." }
What this does NOT prove
This page does not test images (not yet supported), tables (not yet supported), or any of the SEO surfaces beyond the page itself — sitemap entry, OG tags, JSON-LD Article schema. Those need view-source verification, not visual inspection.
Delete this article
Once the real first article ships, remove this file from content/articles/ and redeploy. It's a smoke-test, not real content.