Skip to content

分类 (Categories)

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

在站点根目录使用命令 hexo new page categories 创建,并在 source/categories/index.md 中填写如下 Front-Matter,确保 typecategories

yaml
---
title: 分类
type: categories
comments: false
---