SAMPLE POST — Hello, world
· 1 min read
- sample
This is sample content. Delete this file (
src/content/blog/sample-hello-world.md) or replace its contents with your real first post.
This placeholder exists so you can see how a short post renders: the title, date, reading time, and body styles all come from the blog layout.
Writing a new post is one file:
- Add a
.mdor.mdxfile tosrc/content/blog/ - Include the frontmatter fields shown in this file (
title,description,pubDate, optionaltags) - Commit and push — Cloudflare Pages rebuilds automatically
That’s the whole publishing pipeline.