Hello, World (Sample Post)

A short sample post used to validate the blog pipeline (list/detail/tags/search).

This is a sample post.

It exists so we can verify:

  • Content Collections schema validation
  • Sorting by publishedAt
  • Rendering MDX on the detail page
  • Tag links and tag filtering

A tiny MDX snippet

You can embed small bits of JSX when needed:

export const answer = 42;

(We probably won’t use runtime JSX for most posts, but it’s good to know the pipeline works.)