재하의 개발 블로그
Article 1 min read

Starting My Blog

astro blog mdx

Hello

This blog is built with Astro and MDX.

MDX Support This blog supports MDX, allowing you to use React components directly inside Markdown.

Tech Stack

  • Astro — Static site generator
  • React — Interactive island components
  • Tailwind CSS — Utility-first styling
  • shadcn/ui — Accessible UI components

Architecture Diagram

graph LR
    A[MDX Content] --> B[Astro Build]
    B --> C[Static HTML]
    B --> D[React Islands]
    C --> E[Deploy]
    D --> E

Code Example

const greeting = "Hello, World!";
console.log(greeting);

Useful Links

Astro — The web framework for content-driven websites

I'll be sharing TILs, project retrospectives, and technical articles here.