Then, I created pages for categories and tags. The files sit in source
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
我正在启动Hexo v4.2.0分类和源码标签。
类别索引.md
---
title:categories
date:2020-03-15 09:28:47
type:categories
---
标签索引.md
---
title:All tags
date: {{date}}
type:tags
---
Theme - NeXT.Gemini v7.7.2. I really want to show the list of my categories and tags in menu. Yes. I have activated "categories" and "tags" in the sidebar in _config....Edit your
as:
It works for me.
我目前有3个类别和20个标签。但是,它们在侧栏的分类页或标签页中没有显示。
你可以参考下面的图片和我的博客页面的链接。(抱歉,这是韩文写的,但侧边栏里有标签和类别)。
侧边栏
我的页面在github上djangojeng-e.github.io。 tags/index.md
---
title: tags
date: 2020-05-08 18:52:51
type: "tags"
---
我正在启动Hexo v4.2.0。