forked from litten/hexo-theme-yilia
-
Notifications
You must be signed in to change notification settings - Fork 328
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
Hexo post with several categories 文章设置多个分类后的问题 #4
Comments
如何生成分类的页面呢 |
标签云两层一样的,这么解决了,不能跳到文章目录页面 https://liangxiansen.github.io/tags/ |
老大,我英语不是很好,可不可以给来个中文注解。。。 |
自行查单词 |
想知道怎么生成分类和标签, 可以丢个命令啥的吗 |
实现同一文章多个分类。
会产生层级分类结构: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to my observation, in Hexo (3.1.0), when a post is applied with several categories like below:
The post will be count ONLY in the very first set category
Life
, and two tree categoriesLife/Work
andLife/Work/Study
will be generated. Categories afterLife
will be treated as its children which can be verified in source code.In the post, clinking
Life
will jump toLife
category page, clinkingWork
will jump toLife/Work
s, and clickingStudy
will jump toLife/Work/Study
s.为 Hexo 文章设置多个分类后,只算入第一个分类,同时 Hexo 会从当前分类列表生成类似文件夹那样的层级分类(点击文章中不同分类标记即跳转到对应层级分类页面)。
http://moxfive.xyz/tags/
https://hexo.io/docs/helpers.html#list_categories
https://hexo.io/docs/front-matter.html#Categories__26amp_3B_Tags
The text was updated successfully, but these errors were encountered: