mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-22 18:11:45 -04:00
Fix pagination configuration in config.yml
ERROR deprecated: site config key paginate was deprecated in Hugo v0.128.0 and subsequently removed. Use pagination.pagerSize instead.
This commit is contained in:
parent
5eeab919fd
commit
bf69dec71f
@ -3,7 +3,6 @@
|
|||||||
baseURL: "https://adityatelange.github.io/hugo-PaperMod/"
|
baseURL: "https://adityatelange.github.io/hugo-PaperMod/"
|
||||||
title: PaperMod
|
title: PaperMod
|
||||||
copyright: "© [PaperMod Contributors](https://github.com/adityatelange/hugo-PaperMod/graphs/contributors)"
|
copyright: "© [PaperMod Contributors](https://github.com/adityatelange/hugo-PaperMod/graphs/contributors)"
|
||||||
paginate: 5
|
|
||||||
theme: [hugo-PaperMod]
|
theme: [hugo-PaperMod]
|
||||||
|
|
||||||
enableInlineShortcodes: true
|
enableInlineShortcodes: true
|
||||||
@ -19,6 +18,10 @@ minify:
|
|||||||
disableXML: true
|
disableXML: true
|
||||||
# minifyOutput: true
|
# minifyOutput: true
|
||||||
|
|
||||||
|
pagination:
|
||||||
|
disableAliases: false
|
||||||
|
pagerSize: 5
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
en:
|
en:
|
||||||
languageName: "English"
|
languageName: "English"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user