chrismwilliams / astro-theme-cactus

A simple Astro theme. Use it to create your blog or website.
https://astro-cactus.chriswilliams.dev/
MIT License
866 stars 132 forks source link

Hide Posts from view #245

Closed etsde closed 5 months ago

etsde commented 6 months ago

It would be great if it'd be possible to set a parameter to hide posts from the public list but also is not a draft: so to say a hidden post; only accessible via a direct link.

chrismwilliams commented 5 months ago

Hey @etsde thanks for the suggestion. There are quite a few different solutions one could do to implement this which probably means that its not something I'm looking to add to the theme atm.

Off the top of my head you'd need to decide if said posts have/are:

There's probably more I'm forgetting but yeah, it would require a similar boolean flag as the draft feature does.