Example Hidden Post

This is an example of a hidden post. It won’t appear in the essays list or any other listing pages, but can be accessed directly via URL: /w/hidden-ex/.

How to Use the Hidden Property

To hide a post, simply add the following to your frontmatter:

---
title: 'Your Post Title'
description: 'Your post description'
pubDate: 'Date'
listed: false
---

When listed: false is set, the post will:

  1. Not appear in the essays list
  2. Not appear in the blog index
  3. Not be included in the RSS feed
  4. Still be accessible via direct URL

This is useful for: