1 min read

Hello World

Next.jsMDXTailwind

Welcome to my new blog! This post is written in MDX, which means I can use Markdown syntax alongside React components.

Getting Started

Building a blog with Next.js is a great experience. The App Router provides a clean way to handle server-side rendering and static site generation.

"MDX is a powerful tool for documentation and content-heavy sites."

Why MDX?

MDX allows you to write content in a way that is easy for humans to read and write, while still having the full power of React when you need it.

For example, I can use a custom component like a LikeButton or a Table of Contents.

Section 2.1

This is a sub-section under Why MDX. It helps demonstrate that our Table of Contents can handle h3 headings as well.

Enjoy reading!

0 likes