Back to BlogBlog 
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?
- Separation of Concerns: Content lives in
src/content/posts, code lives insrc/components. - Components: We can even import React components here!
console.log("Hello World");
Stay tuned for more updates.