Post 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:
---
title: My Post
mode: landing-page
---
Options
blog-post(default): Shows category, date, reading time, author, and tagslanding-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 override the site default by setting their own mode field.
Priority
- Post's
modefield - Site-wide default mode
- Fallback to
blog-post
Updated on: 13/05/2026
Thank you!