Test Post Two — Images and MDX
· One min read
The second placeholder post demonstrates a date-prefixed folder post, where assets live next to the article and MDX components can be used inline.
Co-located assets
This post is blog/2026-08-27-test-post-two/index.mdx, and its banner is
banner.svg in the same folder — no static/ copy required.
MDX in action
Because content files are .mdx, JSX is allowed directly in the body:
Inline JSX block — styled with Infima CSS variables so it follows both light and dark themes.
Note that HTML comments do not work here; use {/* ... */} instead.
Details / summary
Click to expand
Collapsible sections are handy for optional detail such as long logs or step-by-step setup notes.
What to do next
Delete both test posts and add real ones as blog/YYYY-MM-DD-name.mdx, using
author keys from blog/authors.yml and tag keys from blog/tags.yml.
