Category

John Doe 2025-02-18 22:10:01
Categories: Tags:

You need to manually create the Category page for the first time when using the theme.

1
hexo new page categories

After the creation is successful, modify /source/categories/index.md and add the layout attribute.

The modified file example is as follows:

index.md
1
2
3
4
5
6
---
title: Category
layout: categories
---

//Content