Welcome to the blog

How this MDX blog is organized and how to manage posts from the admin.

This site now includes a file-based MDX blog backed by Astro content collections.

What you get

  • Public blog index and post pages at /blog
  • MDX files stored in src/content/blog
  • An admin area at /admin for creating, editing, and deleting posts

Managing posts

Sign in at /admin/login using the password from your .env file (ADMIN_PASSWORD).

Posts support frontmatter for title, description, publish date, draft status, and tags. The body accepts standard Markdown and MDX.