← Back to Blog

Hello World - My First Blog Post

Hello World!

Welcome to my blog! This is my first post using MDX format. MDX allows us to write content using Markdown syntax while also being able to use React components.

Features

  • Markdown Support: Write content using familiar Markdown syntax
  • React Components: Embed React components directly in your content
  • Tailwind Styling: Beautiful styling with Tailwind CSS
  • Tag System: Organize posts with tags

Code Example

javascript
1function greet(name) {
2  return `Hello, ${name}!`;
3}
4
5console.log(greet("World"));

What's Next?

Stay tuned for more posts about:

  • Web Development
  • React
  • Next.js
  • And much more!

Feel free to explore the blog and check out the different tags!

© 2025 Agus Narestha | Made With ❤️