Welcome to My Blog

This is an example blog post to demonstrate how MDX files work in this blog.

WAWildan Aizzaddin
Welcome to My Blog

Welcome to My Blog

This is an example blog post written in MDX. You can use:

  • Markdown syntax for formatting
  • React components
  • Code blocks with syntax highlighting

Features

Here are some things you can do in your blog posts:

  1. Write in Markdown
  2. Use code blocks:
function greet(name) {
  return `Hello, ${name}!`;
}
  1. Add lists, links, and more

Getting Started

To create a new blog post:

  1. Create a new .mdx file in src/content/posts/
  2. Add frontmatter with title, date, and optional description
  3. Write your content in Markdown
  4. The post will automatically appear on the blog page!

Happy writing! 🎉