Back to Blog
Blog

Hello from MDX

Hello from MDX

Welcome to the New Blog Engine

This content is written in Markdown. That means the user can write content easily without touching React code.

Why is this cool?

  1. Separation of Concerns: Content lives in src/content/posts, code lives in src/components.
  2. Components: We can even import React components here!
console.log("Hello World");

Stay tuned for more updates.