hexo添加categories和tags页面

默认是没有 categoriestags 的:

1
2
hexo new page "tags"
hexo new page "categories"

编辑 /tags/index.md

添加:

1
2
type: tags
layout: tags

/categories/index.md

添加:

1
2
type: categories
layout: categories