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:
- Not appear in the essays list
- Not appear in the blog index
- Not be included in the RSS feed
- Still be accessible via direct URL
This is useful for:
- Draft posts you’re still working on
- Content that’s ready but not meant to be publicly listed
- Special posts that should only be shared via direct link
- Creating a “secret garden” of content for specific readers