Grant McCormick
← All posts

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:

  1. Add a .md or .mdx file to src/content/blog/
  2. Include the frontmatter fields shown in this file (title, description, pubDate, optional tags)
  3. Commit and push — Cloudflare Pages rebuilds automatically

That’s the whole publishing pipeline.