Appearance
在 FlatPaper 主题中,可以通过配置 Markdown 文件的 Front-Matter 来生成标签页面。
在站点根目录使用命令 hexo new page tags 创建,并在 source/tags/index.md 中配置 type: tags:
hexo new page tags
source/tags/index.md
type: tags
--- title: 标签 type: tags comments: false ---