According to my observation, in Hexo (3.1.0), when a post is applied with several categories like below:
categories:
- Life
- Work
- Study
The post will be count ONLY in the very first set category Life, and two tree categories Life/Work and Life/Work/Study will be generated. Categories after Life will be treated as its children which can be verified in source code.
In the post, clinking Life will jump to Life category page, clinking Work will jump to Life/Works, and clicking Study will jump to Life/Work/Studys.
/categories/Life/
/categories/Life/Work/
/categories/Life/Work/Study/
为 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
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/WorkandLife/Work/Studywill be generated. Categories afterLifewill be treated as its children which can be verified in source code.In the post, clinking
Lifewill jump toLifecategory page, clinkingWorkwill jump toLife/Works, and clickingStudywill jump toLife/Work/Studys.为 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