theme-next-docs
theme-next-docs copied to clipboard
不支持 hexo-generator-category 插件生成的目录
我装了下面的几个插件,然后发布的时候会在 Public 下面生成对应的文件和目录,但是在网站的目录下面却看不到对应的内容。
"hexo-generator-category": "^0.1.3", "hexo-generator-tag": "^0.1.1",
也就是说 category/windows/index.html 可以访问到 category/index.html 的内容就是空的
tags/diary/index.html 可以访问到 tags/index.html 的内容就是空的
请问是不是没有对上面的插件做支持?
可能你需要执行 hexo new page categories 这条命令来生成分类页面。