This is a Second Post
Replace this content with whatever you'd like. Each .mdx file in content/blog/ automatically becomes a blog post.
Things you can include
- Text — just write normally in Markdown
- Links — like this one
- Images — put them in
public/and reference as - Videos — embed YouTube iframes (see the first post for an example)
- Code — use fenced code blocks with syntax highlighting
How to Add a New Post
- Create a new
.mdxfile incontent/blog/ - Add frontmatter at the top (title, date, summary)
- Write your content below the frontmatter
- The post appears automatically — no config needed!