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 titledate: Publication date in YYYY-MM-DD formatexcerpt: A short descriptiontags: An array of tags (optional)category: Category like Performance, Systems, or Philosophy (optional)image: Featured image URL (optional)featured: Set to true to feature this post (optional)
The content below the frontmatter will be rendered as Markdown.