分类 (Categories)
在 FlatPaper 主题中,可以通过配置 Markdown 文件的 Front-Matter 来生成分类页面。
在站点根目录使用命令 hexo new page categories 创建,并在 source/categories/index.md 中填写如下 Front-Matter,确保 type 为 categories:
yaml
---
title: 分类
type: categories
comments: false
---