Back to Blog

Another Sample Post

2026-04-08

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

  1. Text — just write normally in Markdown
  2. Linkslike this one
  3. Images — put them in public/ and reference as ![alt](/image.png)
  4. Videos — embed YouTube iframes (see the first post for an example)
  5. Code — use fenced code blocks with syntax highlighting

How to Add a New Post

  1. Create a new .mdx file in content/blog/
  2. Add frontmatter at the top (title, date, summary)
  3. Write your content below the frontmatter
  4. The post appears automatically — no config needed!