GoBlog icon indicating copy to clipboard operation
GoBlog copied to clipboard

Add visibility option to hide posts from main index

Open jlelse opened this issue 3 years ago • 2 comments

I was wondering if there's a way to create a post that's won't be included in the feed, but without making said post unlisted. The post would be visible within its section's feed/web-index but not in the main feed or the home page.

Originally posted by @kandr3s in https://github.com/jlelse/GoBlog/discussions/28

Add status "unlisted-lite" to hide items from the main feed / index, but show them in sections, tags...

jlelse avatar Aug 05 '22 06:08 jlelse

Would you consider getting rid of the “unlisted” status and implementing a “visibility” parameter instead?

Possible values for visibility: null/public, private, unlisted and custom/unlisted-lite?

kandr3s avatar Sep 21 '22 17:09 kandr3s

A combination of "status: draft/published/deleted" and "visibility: public/private/unlisted/..." sounds like a good idea.

jlelse avatar Sep 22 '22 07:09 jlelse