Skip to content

Conversation

@thomasrebele
Copy link
Contributor

@thomasrebele thomasrebele commented Feb 1, 2026

As discussed in #78 (comment), updating Hugo fixes some formatting issues. Here a PR that updates Hugo to the latest version.

There are some warnings in the build, WARN Raw HTML omitted, so I looked for the cause. I think it's because of a code listing that contains generics, 2: required list<ColumnStatisticsObj> statsObj;. The <...> are interpreted as an invalid HTML tag. In the current rendering (with version 0.91.2) the <ColumnStatisticsObj> is missing. So the previous version has the same problem, it just does not show the warnings.

I've downloaded the artifact (from the build in Upload site artifact), launched a webserver (busybox httpd -v -f -p 127.0.0.1:8080), and checked a few pages. They look the same with a few improvements:

@thomasrebele thomasrebele marked this pull request as ready for review February 1, 2026 11:41
@maheshrajus
Copy link

LGTM

Copy link
Member

@zabetak zabetak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgraded my local environment to hugo 0.155.1 and built the website. Spot check a few pages and things look good.

@zabetak zabetak merged commit 52fc3a8 into apache:main Feb 2, 2026
2 checks passed
@zabetak
Copy link
Member

zabetak commented Feb 2, 2026

Thanks for the PR @thomasrebele and @maheshrajus for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants