1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > hexo categories和tags页面不显示解决办法

hexo categories和tags页面不显示解决办法

时间:2023-12-05 04:45:12

相关推荐

hexo categories和tags页面不显示解决办法

方法一:

scaffolds/draft.md

---title: {{ title }}tags: {{ tags }}---

scaffolds/post.md

---title: {{ title }}date: {{ date }}tags: {{ tags }}---

tags/index

---title: Tagclouddate: -04-26 17:47:43type: "tags"layout: "tags"---

方法二:

默认是没有 categories 和 tags 的需要

hexo new page "tags" hexo new page "categories"

编辑 /tags/index.md /categories/index.md

type: "tags"layout: "tags"type: "categories"layout: "categories"

欢迎访问我的hexo博客:

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。