Hi.
I replaced
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

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

Hi.
I replaced
with
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
aboutpage 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=hugomodsExecution (using the newer version of pagination)
docker run -v .:/src -p 1313:1313 -w /src docker.io/hugomods/hugo:base-non-root server -DResult - no about
v0.111.3
v0.111.3-5d4eb5154e1fed125ca8e9b5a0315c4180dab192+extended linux/amd64 BuildDate=2023-03-12T11:40:50Z VendorInfo=hugoguruExecution (with the older version of paginate)
docker run -v .:/src -p 1313:1313 -w /src klakegg/hugo:0.111.3-ext-ubuntu-onbuild versionResult - it FINALLY works