Welcome to the Tailwind CSS Blog
This is a sample blog post to demonstrate the blog functionality. You can replace this with your actual blog content.
Getting Started
This post shows how the blog system works with MDX files.
- Each blog post is a directory under
src/blog/
- Each directory contains an
index.mdx
file - The MDX file exports a
meta
object with post metadata - The MDX file contains the post content as JSX/Markdown
Next Steps
You can now add more blog posts by creating new directories under src/blog/
with their own index.mdx
files.