Edge Case

Sample category page. You need to create a page for each category. The category is inferred from the title of the page, but you can also specify it with the category attribute in the front matter.
类别 页面示例。您需要为每个 类别 创建一个页面。 类别 可从页面标题中推断出来,但您也可 category 属性指定类别。

---
layout: category
title: My Category
---

Or …
或者 …

---
layout: category
title: Fancy Title
category: My Category
---

Posts get listed below here.
帖子将在下面列出