This is the first post in the collection. It shows MDX support, metadata, and syntax highlighting.

export const greet = (name) => {
  return `Hello, ${name}!`;
};

You can mix Markdown with components later as the blog grows.