Skip to content

Current pagination code is deprecated from next version; new version not supported #506

Description

@joshuamkite

In my config.toml I have

paginate = 10

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions