Skip to content

About page not displaying in sidebar using [pagination] from Hugo #217

@frang4

Description

@frang4

Hi.

I replaced

paginate = 10

with

[pagination]
  pagerSize = 10

As this is required from Hugo v0.136.0+.

This produces some inestability, files are not loading properly and the main problem is that the about page is not showing up.

I used two Hugo Versions to verify this

v0.147.8

v0.147.8-10da2bd765d227761641f94d713d094e88b920ae+extended linux/amd64 BuildDate=2025-06-07T12:59:52Z VendorInfo=hugomods

Execution (using the newer version of pagination)
docker run -v .:/src -p 1313:1313 -w /src docker.io/hugomods/hugo:base-non-root server -D

Result - no about

Image

v0.111.3

v0.111.3-5d4eb5154e1fed125ca8e9b5a0315c4180dab192+extended linux/amd64 BuildDate=2023-03-12T11:40:50Z VendorInfo=hugoguru

Execution (with the older version of paginate)
docker run -v .:/src -p 1313:1313 -w /src klakegg/hugo:0.111.3-ext-ubuntu-onbuild version

Result - it FINALLY works

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions