HermanMartinus / bearblog

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

Alphabetize tags #185

Closed Steellow closed 1 year ago

Steellow commented 1 year ago

You can see a list of tags at the bottom of /blog page. It would be cool if they're alphabetized, or sorted in some logical way.

Disil commented 1 year ago

Agreed. Ability to hide the tags would also be great, as a lot of tags will clutter your blog.

Steellow commented 1 year ago

Related to this, it would also be cool to be able to find the tag page from Google search, like this:

Tag search result

And it'd be even cooler if you could add description to a tag, which is shown when you view posts with x tag and would work as a meta description for search engine results.

Steellow commented 1 year ago

Agreed. Ability to hide the tags would also be great, as a lot of tags will clutter your blog.

You could achieve this with a simple display: none;

HermanMartinus commented 1 year ago

I've alphabetised the tags on the blog page 👍

The searching by tags on google is an interesting idea. I've added it to my list of things to consider for future development