Skip to content

Commit aca6846

Browse files
committed
zh: Fix collection generation
See also: b20fbfe (Fix posts/index.xml RSS feed generation with Hugo v0.153.0, 2025-12-19)
1 parent d667ba3 commit aca6846

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

content/zh/collections/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
# This file is necessary since Hugo v0.153.0 to even generate pages in
3+
# collections. To be more specific, a Git bisect session pointed to Hugo
4+
# commit 264022a75a8e4d91d7461747eef4d06267cc519f as the change that made this
5+
# file necessary. The exact cause of why this file is necessary is still
6+
# unclear because that commit is unfortunately a very big one tangling 13,654
7+
# insertions and 5,907 deletions, not following the best Git practices.
8+
title: "系列文章"
9+
---

0 commit comments

Comments
 (0)