Open xiaoli1368 opened 5 years ago
需要新建一个 categories 页面。 具体如下:
hexo new categories
---
title: categories
date: 2019-07-05 15:08:49
---
将其修改为:
---
title: categories
date: 2019-07-05 15:08:49
type: "categories"
---
重新生成,部署。就ok了 标签等页面类似,将type 改成对应的类型即可,如tags 的类型改成 "tags" ok! 欢迎进入我的博客 https://cogito0823.github.io 一起交流学习呀~
此问题已在新版中解决,本仓库不再维护。请查看:https://github.com/next-theme/hexo-theme-next
好的,多谢您的帮助,感激不尽。
------------------ 原始邮件 ------------------ 发件人: "ᴍɪᴍɪ"notifications@github.com; 发送时间: 2019年8月1日(星期四) 晚上9:39 收件人: "iissnan/hexo-theme-next"hexo-theme-next@noreply.github.com; 抄送: "削梨"1004285399@qq.com;"Author"author@noreply.github.com; 主题: Re: [iissnan/hexo-theme-next] 分类无法正常使用 (#2209)
此问题已在新版中解决,本仓库不再维护。请查看:https://github.com/theme-next/hexo-theme-next
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
按照相关教程实现文档添加标签和分类功能后,标签的相关功能可以正常实现,但是分类功能出现错误,具体表现为:
因此分析得出categories页面的配置文件有问题,但是又不知道问题出在那里,,经过查看所使用next主题的categories配置文件为category.swig,如下所示:
请高手帮忙解决一下,不胜感激?