In my config.toml I have
But this gives me a build eror:
ERROR deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in Hugo 0.142.0. Use pagination.pagerSize instead.
Start building sites …
hugo v0.141.0+extended+withdeploy darwin/arm64 BuildDate=2025-01-16T13:11:18Z VendorInfo=brew
Using the new, recommended pagination configuration
[pagination]
disableAliases = false
pagerSize = 10
path = 'page'
Gives me a 404 for all of my posts
In my
config.tomlI haveBut this gives me a build eror:
Using the new, recommended pagination configuration
Gives me a 404 for all of my posts