We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a3979 commit 5650785Copy full SHA for 5650785
README.md
@@ -490,6 +490,10 @@ npm i hexo-generator-json-content@2.2.0 -S
490
491
可能是您忘记预设网站语言,而启用默认语言了,请先在Hexo配置中调整 language 设定
492
493
+``` bash
494
+language: zh-CN
495
+```
496
+
497
#### 7. 关于Hexo标签和分类方法的分歧
498
499
> 只有文章支持分类和标签,您可以在 Front-matter 中设置。在其他系统中,分类和标签听起来很接近,但是在 Hexo 中两者有着明显的差别:分类具有顺序性和层次性,也就是说 `Foo, Bar` 不等于 `Bar, Foo`;而标签没有顺序和层次。
@@ -506,10 +510,6 @@ categories:
506
510
507
511
Hexo官方文档: [分类方法的分歧](https://hexo.io/zh-cn/docs/front-matter#分类和标签)
508
512
509
-``` bash
-language: zh-CN
-```
-
513
> 没有找到我需要的问题: [提Issues](https://github.com/shenliyang/hexo-theme-snippet/issues/new)
514
515
## 版本更新日志
0 commit comments