HermanMartinus / bearblog

Free, no-nonsense, super fast blogging.
MIT License
2.7k stars 77 forks source link

option to not show post in blog posts #27

Closed cemreefe closed 4 years ago

cemreefe commented 4 years ago

i like that we have the option to publish a post as either a page or a blog post, but I'd love to have an option to post it as neither so that the post is only reachable through its link.

for example I'll have a page called "error logs", and publish posts that are error logs and I don't want there pages showing up in my blog tab.

Sorry if there's already a way to do it but I couldn't figure out.

HermanMartinus commented 4 years ago

I understand your use case. The current feature that you could use in this respect is to have Publish unchecked and just use the preview link eg: herman.bearblog.dev/error-logs?preview=true.

I'll see if I can add a better feature for this in the future

cemreefe commented 4 years ago

The current feature that you could use in this respect is to have Publish unchecked and just use the preview link eg: herman.bearblog.dev/error-logs?preview=true.

I'll try that then, thanks