This is an example blog post. Replace it with your own content.
MDX means you can write standard Markdown here, but also import and use React components:
import SomeComponent from "../../components/SomeComponent.tsx";
<SomeComponent />;
How to add a new post
- Duplicate this file in
src/content/blog/ - Rename it to your post slug (e.g.
my-new-post.mdx) - Update the frontmatter at the top
- Write your content below the second
--- - Push to Git — it builds and deploys automatically