-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
标签云显示不完整 #1908
Comments
Confirmed. If tagcloud have many tags, pagination is not adding. |
@ziyunch ok, i find this and it's actually not a bug and maybe performance option. For tag cloud generation, tagcloud (tagcloud.js) helper used by NexT theme in page.swig file. And as we can see, in hexo-theme-next/layout/page.swig Line 37 in 22bbabe
Can u test it for play around with But always remember about performance. Here is talking about speed generating and |
Added temporary solution in de271c1. |
@ivan-nginx It works now, thanks. By the way, it took 3.91 s to load and 50 s to generate all the files. |
Temporary solution for iissnan#1908.
Added cache option to increase generation speed in NexT v6.0.0. |
Fixed in #662 pull. |
I agree and want to create new issue
Expected behavior
The tags page would contain all tags in my site, which are shown in a form of tagcloud. (Total tags number is over 200)
标签页面以标签云形式显示所有标签(标签数>200)
Actual behavior
Some tags are not shown in the tagcloud, but we could still retrieve the page for the individual tag by the url (which means the process of tag generation is good).
标签云显示不完整:部分标签未显示于标签云内,但是可以通过输入地址访问(说明标签生成没有问题)
Steps to reproduce the behavior
In index.md file in tags folder, the content is:
在tags目录中的index.md文件内容如下:
NexT Information
NexT Version:
NexT Scheme:
Other Information
The text was updated successfully, but these errors were encountered: