Skip to content

标签 (Tags)

在 FlatPaper 主题中,可以通过配置 Markdown 文件的 Front-Matter 来生成标签页面。

在站点根目录使用命令 hexo new page tags 创建,并在 source/tags/index.md 中配置 type: tags

yaml
---
title: 标签
type: tags
comments: false
---