Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
59 stars 5 forks source link

[Shock] - Let users hide pages from page index #85

Closed matthew-carroll closed 2 months ago

matthew-carroll commented 2 months ago

We currently have the concept of "draft" posts, which aren't included at all in the final build. On the Flutter Bounty Hunters blog we have a post that's publicly visible at a given URL, but it shouldn't be shown in the directory of pages.

We should make it possible to hide a post from the page index, but still publish it to its URL.