Skip to content
back to writing

July 1, 2026

Sample Post — Replace Me

Meta

This is a sample post so the blog listing and post-detail pages have real content to render during development.

To publish your first real post:

  1. Duplicate this file in content/blog/ and rename it to your post's slug
  2. Update the frontmatter (title, excerpt, publishedAt, tags)
  3. Write the body in MDX — standard Markdown plus JSX if you need it
  4. Delete this sample file once you have real posts

Code blocks are syntax-highlighted automatically:

terraform init
terraform plan -out=tfplan
terraform apply tfplan