About

John Doe 2025-02-18 17:21:32
Categories: Tags:

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

1
hexo new page about

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

The modified file example is as follows:

index.md
1
2
3
4
5
6
---
title: About
layout: about
---

//Content