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
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:
- Write in Markdown
- Use code blocks:
function greet(name) {
return `Hello, ${name}!`;
}
- Add lists, links, and more
Getting Started
To create a new blog post:
- Create a new
.mdxfile insrc/content/posts/ - Add frontmatter with
title,date, and optionaldescription - Write your content in Markdown
- The post will automatically appear on the blog page!
Happy writing! 🎉