Content Creation Guide
This guide shows you how to create content using standard Markdown with optional custom React components for enhanced layouts. Content Format: MDX Your content is written in MDX - Markdown with support for React components. Write naturally in Markdown, and optionally use custom components when you need interactive features. Frontmatter (Required Metadata) Every post/page must start with YAML frontmatter containing metadata:Few readersPost Mode Guide
Control whether your posts display as full blog posts with metadata or clean landing pages. Usage Add mode to your post's frontmatter: Options blog-post (default): Shows category, date, reading time, author, and tags landing-page: Hides all blog metadata for a clean, minimal layout Site-Wide Default Set a default mode for all posts in Admin → Site Configuration. Individual posts can overrideFew readersBasic Markdown Formatting Guide
Markdown is a straightforward way to format plain text that gets converted into correctly styled HTML on your website. You'll use these rules to write the main content in your .mdx files. Here are the most common formatting options: Headings Use the hash symbol () followed by a space to create headings. More hashes mean a smaller heading level. Headings help structure your document.Few readers