Blog and portfolio. Static React app plus a small read-only API, served entirely by one Cloudflare Worker.
vim content/blog/my-post.md
git push origin mainCI runs the tests and deploys on green, in about 40 seconds. The filename
becomes the slug. Frontmatter: title, date, excerpt, tags, draft.
npm ci --legacy-peer-deps
npm run dev # local Worker on the production runtime
npm testSee DEPLOYMENT.md for the publish pipeline and CLAUDE.md for architecture.