Getting Started With My Blog
•3 min read
Welcome 🎉
This is the first post on this blog — powered by MDX, Next.js, and rehype-pretty-code. Super excited to start sharing!
Why blog?
Writing helps me:
- Think clearly
- Learn deeply
- Share knowledge
- Connect with people
Code Example
export default function Hello() {
return <h1>Hello MDX Blog 👋</h1>;
} This is an informational callout — it renders using a React component inside MDX.
This one is a warning! MDX lets you blend interactive and styled components naturally.