Skip to content

Commit bdf2fe6

Browse files
committed
fix(hugo): Fix paginate warning
Signed-off-by: Khusika Dhamar Gusti <[email protected]>
1 parent e370fcb commit bdf2fe6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exampleSite/hugo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ ignoreErrors = ["err-missing-comment-accesstoken", "err-missing-oembed-accesstok
3737
languageName = "English"
3838
# whether to include Chinese/Japanese/Korean
3939
hasCJKLanguage = false
40-
# default amount of posts in each pages
41-
paginate = 12
4240
# copyright description used only for seo schema
4341
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
4442
# Menu config
@@ -536,6 +534,11 @@ ignoreErrors = ["err-missing-comment-accesstoken", "err-missing-oembed-accesstok
536534
# display image-preview
537535
imagePreview = true
538536

537+
538+
[pagination]
539+
# default amount of posts in each pages
540+
pagerSize = 12
541+
539542
[params]
540543
# FeelIt theme version
541544
# FeelIt 主题版本

0 commit comments

Comments
 (0)