shenliyang / hexo-theme-snippet

Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题
https://snippet.shenliyang.com/
MIT License
1.09k stars 208 forks source link

嗨,我的博客分类会错乱,如图 #38

Closed smartsean closed 6 years ago

smartsean commented 6 years ago

如图所示,一个分类显示了多次。 image

博客中我是这样写的: image

shenliyang commented 6 years ago

只有文章支持分类和标签,您可以在 Front-matter 中设置。在其他系统中,分类和标签听起来很接近,但是在 Hexo 中两者有着明显的差别:分类具有顺序性和层次性,也就是说 Foo, Bar 不等于 Bar, Foo;而标签没有顺序和层次。

categories:
- Diary
tags:
- PS3
- Games
smartsean commented 6 years ago

@shenliyang 好的,多谢你的回复。