Back to writing

Hello, MDX

January 15, 2024·1 min read

Hello, MDX

This is an example post written in MDX format. It demonstrates how the writing system works.

Features

  • Frontmatter support for metadata
  • Markdown content rendering
  • Automatic reading time calculation
  • Consistent typography with the site design

Getting Started

You can create new posts by adding .mdx files to the /content/writing/ directory. Each post should include frontmatter with:

  • title: The post title
  • date: Publication date in YYYY-MM-DD format
  • excerpt: A short description
  • tags: An array of tags (optional)

The content below the frontmatter will be rendered as Markdown.

Back to writing