Sober & Connected
← Back to blog

Hello World

A placeholder post showing how to add blog content with frontmatter.

Welcome to the Sober & Connected blog.

This is a placeholder post so you can copy the pattern when you publish real articles. Edit or delete this file and add new .mdx files in content/blog/.

Frontmatter fields

Each post starts with YAML frontmatter:

  • title — used for the page title and Open Graph tags
  • description — short summary for the blog index and meta description
  • date — ISO date (YYYY-MM-DD); newest posts appear first
  • image — optional path under /public for social sharing

The URL slug comes from the filename. This file is hello-world.mdx, so it lives at /blog/hello-world.