Documentation: update information on pagination

This commit is contained in:
Andreas Deininger
2025-02-06 21:27:17 +01:00
parent 89ae980955
commit 3149231194
3 changed files with 7 additions and 3 deletions
@@ -125,9 +125,11 @@ config.toml`ファイルには、Hugoの基本設定値のみが含まれるよ
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 10
summaryLength = 0
[pagination]
pagerSize = 10
[outputs]
home = ["HTML", "RSS", "JSON"]
```
@@ -125,9 +125,11 @@ If you're using a language other than English, provide a `defaultContentLanguage
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 10
summaryLength = 0
[pagination]
pagerSize = 10
[outputs]
home = ["HTML", "RSS", "JSON"]
```