% grep -r "jamstack" /posts/
Jamstack
Deploying Keystatic to Vercel Preview
Deploying Keystatic to Vercel Preview — switching storage modes by NODE_ENV, blocking /keystatic in production, GitHub App setup, and the default-branch trap.
Trying Keystatic as a CMS for Local Content Editing
Trying Keystatic on a Next.js blog — local setup, isolating the admin UI with Route Groups, and the Markdoc configuration gotchas I ran into.
Setting Up a Markdown Blog Writing Environment with Front Matter CMS
How I set up Front Matter CMS in VS Code to manage my Markdown blog -- frontmatter field design, automation pipeline coexistence, and the operational rules I landed on.
Pagefind Japanese Search Deep Dive: Tokenizers and IME Fixes
Why searching "サイバー" (cyber) in Pagefind returns "サイドバー" (sidebar) -- digging into the tokenizer mismatch between the index side (lindera/IPAdic) and query side (Intl.Segmenter), plus fixing IME input issues.
Adding Search to My Blog with Pagefind
How I added free search to a static blog with Pagefind, Next.js, and Vercel -- covering why I picked it, Japanese language support, and the setup.
Building a Blog at Lightning Speed with Next.js + Vercel
The technical stack and design behind this multilingual Jamstack blog, built with Next.js and Vercel. Covering Git-based workflows, AI translation with Gemini, and data management with Supabase.