Featured image of post hexo tag和categories 页面 404 问题修复

hexo tag和categories 页面 404 问题修复

修复butterfly tag和categories 页面 404的问题

省流,如果你和我一样铸币,那么你需要自己创建tag和categories页面

1
2
hexo new page tag
hexo new page categories

否则你就会遇到

请见hexo butterflu 安装指引

butterfly主题确实会生成tags和categories下的文章页面,但不会自动生成tags/index.html,需要自己生成!

为此我重装了hexo环境2次,还特意重新hexo init了一次,还排除了_config.yaml的问题

事实证明文档还是要认真看的