Update hugo to 0.155.1 #93
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: