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

[FEATURE] Tags 根据数量改变大小 #235

Closed
Ayouuuu opened this issue Oct 28, 2022 · 4 comments
Closed

[FEATURE] Tags 根据数量改变大小 #235

Ayouuuu opened this issue Oct 28, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Ayouuuu
Copy link

Ayouuuu commented Oct 28, 2022

Describe the feature you want 描述你的功能需求

现在标签默认是由大到小排序,是否可由 Tags(标签) 根据数量改变文本的大小?

Useful reference 有价值的参考

https://a.biugle.cn/tags/

@Ayouuuu Ayouuuu added the enhancement New feature or request label Oct 28, 2022
@Ayouuuu Ayouuuu changed the title [FEATURE] Some feature [FEATURE] Tags 根据数量改变大小 Oct 28, 2022
@Lruihao Lruihao self-assigned this Nov 4, 2022
@Lruihao Lruihao added this to the v0.2.17 milestone Nov 4, 2022
@Lruihao
Copy link
Member

Lruihao commented Nov 4, 2022

@pandaoh 快看你的博客😊

@Lruihao
Copy link
Member

Lruihao commented Nov 4, 2022

see parameter params.tagcloud

  # FixIt 0.2.17 | NEW TagCloud config for tags page
  [params.tagcloud]
    enable = false
    min = 14 # Minimum font size in px
    max = 32 # Maximum font size in px
    peakCount = 10 # Maximum count of posts per tag
    orderby = "name" # Order of tags, optional values: ['name', 'count']

@Lruihao
Copy link
Member

Lruihao commented Nov 4, 2022

done in v0.2.17

@pandaoh
Copy link
Contributor

pandaoh commented Nov 7, 2022

@pandaoh 快看你的博客😊

么么哒

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants