Cloudflare Pages Demo Blog Post

A short demo post used to verify that blog routes, blog index rendering, and blog sitemap output work on the pages.dev deployment path.

devin
1 min read
cloudflare-pages
demo
deployment

This demo post exists to prove that a Cloudflare Pages EMD site can publish more than the homepage and shared legal pages. It should appear in the shared blog index, render as an individual article, and be included in the blog sitemap.

What This Checks

The content is intentionally small. It verifies that MDX/Markdown blog discovery still works when the site uses deployment.cloudflarePages instead of deployment.githubPages.

The live checks should cover:

  • /blog/
  • /blog/cloudflare-pages-demo-blog-post/
  • /blog-sitemap.xml

Expected Result

The page should use the same shared blog template as the custom-domain sites. No Cloudflare-specific runtime branch should be needed.