Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tag-handling in the sidebar tags widget #69

Open
natrius opened this issue Jan 19, 2025 · 1 comment
Open

Improve tag-handling in the sidebar tags widget #69

natrius opened this issue Jan 19, 2025 · 1 comment

Comments

@natrius
Copy link

natrius commented Jan 19, 2025

It would be nice if there would be settings to

  • sort tags in ascending order (currently alphabeetic)
  • Limit shown tags with a "Show all"-Button below

Expanind hugo.toml with

[Params.widgets]
  ...
  tags_counter = true # Enable counter for each tag in "Tags" widget
  tags_sort_by_counter = true # Sorting by the amount the tag is used. Use false for alphabetical.
  tags_limit_shown = 0 # 0 for all, integer for the amount of tags be shown in the sidebar

could be used for this.

@mansoorbarri
Copy link
Owner

I agree. do you want to implement this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants