{/* PLACEHOLDER — replace with a real post before publishing. */}
A quick tour of the pieces that make this blog work.
The Pipeline
| Stage | Tool |
|---|---|
| Parse | yaml frontmatter + remark |
| Render | precompiled HTML (Workers-safe, no eval) |
| Slugs | rehype-slug heading ids |
Good infrastructure disappears. You notice it only when it breaks.
References
Read the Next.js documentation for the rendering model.