Fermain / -mollify

9 stars 9 forks source link

Add a `hidden` property to Entities to exclude them from the nav #189

Closed Fermain closed 9 months ago

Fermain commented 9 months ago

If an entity is set to hidden in frontmatter, it should be excluded from navigation only.

E.g.

---
title: Example
hidden: true
---

## Introduction