mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-21 09:33:44 -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/"
|
||||
title: PaperMod
|
||||
copyright: "© [PaperMod Contributors](https://github.com/adityatelange/hugo-PaperMod/graphs/contributors)"
|
||||
paginate: 5
|
||||
theme: [hugo-PaperMod]
|
||||
|
||||
enableInlineShortcodes: true
|
||||
@ -19,6 +18,10 @@ minify:
|
||||
disableXML: true
|
||||
# minifyOutput: true
|
||||
|
||||
pagination:
|
||||
disableAliases: false
|
||||
pagerSize: 5
|
||||
|
||||
languages:
|
||||
en:
|
||||
languageName: "English"
|
||||
|
Loading…
x
Reference in New Issue
Block a user