Closed Strubbl closed 1 month ago
I'm new to Hugo and the bug happened to me while following the quickstart guide. Apparently the error is not associated with PaperMod but with Hugo itself (since the quickstart is within the Anekene theme)
Thank you, just replacing paginate: 5
in the config yaml with
pagination:
pagerSize: 5
resolves this warning.
What happened?
got a warning during site creation:
WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead.
Steps to reproduce
generate the site with hugo v0.135.0
Hugo Version
Hugo >= 0.112.4 (Recommended - Minimum version required for PaperMod)
PaperMod Version
a2eb47bb4b805116dcd34c1605d39835121f8dbe
What kind of devices are you seeing the problem on?
No response
What browsers are you seeing the problem on?
No response
Browser Version
No response
Relevant log output
Repository/Source Code link where this issue can be reproduced
No response
Code of Conduct