// posts/welcome-post.mdx
title: "Welcome to My Blog" date: "2024-11-05" description: "This is my first blog post using Next.js and MDX" tags: ["nextjs", "react", "mdx"]
Welcome to My Blog
This is my first blog post using Next.js and MDX.
Code Example
const greeting = "Hello, World!";
console.log(greeting);