Skip to content
Sample Post: Notes on Blog Infrastructure

Sample Post: Notes on Blog Infrastructure

Placeholder1 min readJuly 5, 2026

Placeholder post exercising tables, blockquotes, and external links in the MDX pipeline.

{/* 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.