New: search page at /blog/search, JSON feed at /feed.json, and machine-readable search at /blog/search.json.

Blog archive

Archive

Chronological grouping by month, aligned with long-standing docs/blog systems.

February 2026

8 posts

Building a Documentation-Style Blog in SvelteKit

SvelteKit

Building a Documentation-Style Blog in SvelteKit

A practical blueprint for a documentation-style blog: proportions, theming, Markdown rendering, reading-time, share widgets, infinite scroll, and RSS.

Feb 8, 2026 1 min read

Markdown Kitchen Sink (Rendering QA)

Markdown

Markdown Kitchen Sink (Rendering QA)

A deliberately dense post to validate typography, spacing, tables, lists, code blocks, images, and edge cases in our Markdown renderer.

Feb 8, 2026 1 min read

Design Tokens That Scale (Without Getting Mushy)

Design Systems

Design Tokens That Scale (Without Getting Mushy)

A small, opinionated token set that keeps contrast crisp across light/dark, while preserving the documentation-style quiet UI.

Feb 6, 2026 1 min read

Infinite Scroll With IntersectionObserver (Without Jank)

Performance

Infinite Scroll With IntersectionObserver (Without Jank)

Documentation-style content loading: a paginated JSON endpoint plus a sentinel at the bottom of the grid.

Feb 5, 2026 1 min read

RSS Feeds That Actually Work

RSS

RSS Feeds That Actually Work

Generate a real RSS 2.0 feed from your Markdown posts and expose it at /feed.xml.

Feb 4, 2026 1 min read

AI Summary Cards With Frontmatter

UX

AI Summary Cards With Frontmatter

A skimmable summary card that appears near the top of the post, controlled by a single frontmatter field.

Feb 3, 2026 1 min read

Tag Tabs + Mobile Fade Masks

Responsive

Tag Tabs + Mobile Fade Masks

A horizontally scrollable tag bar on mobile, with fade edges so it feels intentional instead of broken.

Feb 2, 2026 1 min read

A Markdown Pipeline That Looks Like Product UI

Markdown

A Markdown Pipeline That Looks Like Product UI

mdsvex gets us Markdown-in-Svelte; Shiki gets us code blocks that don’t look like blogspot.

Feb 1, 2026 1 min read

January 2026

3 posts