Hexo NeXT Theme 类别和标签页面
Hexo NeXT Theme categories and tags page
我正在启动 Hexo v4.2.0 |主题 - NeXT.Gemini v7.7.2。
我真的很想在菜单中显示我的类别和标签列表。
是的。我在 _config.yml 的侧边栏中激活了 "categories" 和 "tags"
我已经通过参考文档和其他博客跟进了这一点。
menu:
home: / || home
#about: /about/ || user
tags: /tags/ || tags
categories: /categories/ || th
archives: /archives/ || archive
#schedule: /schedule/ || calendar
#sitemap: /sitemap.xml || sitemap
#commonweal: /404/ || heartbeat
然后,我为类别和标签创建了页面。这些文件位于 source/categories 和 source/tags 中。
categories/index.md
---
title:categories
date:2020-03-15 09:28:47
type:categories
---
tags/index.md
---
title:All tags
date: {{date}}
type:tags
---
无论我在 index.md 类别和标签文件中放入什么,菜单中的类别和标签都不会被激活。
我目前有 3 个类别和 20 个标签。但是,它们不会显示在侧边栏的类别页面或标签页面中。
您可以参考下面我博客页面的捕获图像和 link。
(抱歉,它是用韩语写的,但侧边栏中有标签和类别)。
sidebar
我的页面在 github djangojeng-e.github.io
非常感谢你在这方面的帮助。
谢谢,
将您的 tags/index.md
编辑为:
---
title: tags
date: 2020-05-08 18:52:51
type: "tags"
---
对我有用。
我还是一头雾水。这是我的 index.md
---
title: tags
date: 2020-12-06 12:07:32
type: "tags"
---
我正在启动 Hexo v4.2.0 |主题 - NeXT.Gemini v7.7.2。 我真的很想在菜单中显示我的类别和标签列表。
是的。我在 _config.yml 的侧边栏中激活了 "categories" 和 "tags" 我已经通过参考文档和其他博客跟进了这一点。
menu:
home: / || home
#about: /about/ || user
tags: /tags/ || tags
categories: /categories/ || th
archives: /archives/ || archive
#schedule: /schedule/ || calendar
#sitemap: /sitemap.xml || sitemap
#commonweal: /404/ || heartbeat
然后,我为类别和标签创建了页面。这些文件位于 source/categories 和 source/tags 中。
categories/index.md
---
title:categories
date:2020-03-15 09:28:47
type:categories
---
tags/index.md
---
title:All tags
date: {{date}}
type:tags
---
无论我在 index.md 类别和标签文件中放入什么,菜单中的类别和标签都不会被激活。
我目前有 3 个类别和 20 个标签。但是,它们不会显示在侧边栏的类别页面或标签页面中。
您可以参考下面我博客页面的捕获图像和 link。 (抱歉,它是用韩语写的,但侧边栏中有标签和类别)。
sidebar
我的页面在 github djangojeng-e.github.io
非常感谢你在这方面的帮助。
谢谢,
将您的 tags/index.md
编辑为:
---
title: tags
date: 2020-05-08 18:52:51
type: "tags"
---
对我有用。
我还是一头雾水。这是我的 index.md
---
title: tags
date: 2020-12-06 12:07:32
type: "tags"
---