feat/update-hugo #87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/update-hugo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Hugo docker image by gitlab is deprecated (see https://gitlab.com/pages/hugo#deprecation-of-container-registry), so we may want to move to another source and update to latest Hugo while we're at it.
Just wondering how much breaks that's not visible at first glance.
You can view your changes at https://staging.hamburg.ccc.de/pr87/
i tried building the site locally with a recent hugo version and it didn't work so i guess a lot
I fixed some things and it worked locally with v0.148.1. But I would like to figure out a diff of the output files to check for hidden changes since I don't want to go through all blog posts.
Excerpts are rendered differently now: See https://staging.hamburg.ccc.de/pr87/blog/ (rendered HTML) vs. https://hamburg.ccc.de/blog/ (plain text version of the markdown content). And tag and author names always start with a capital letter now.
I was just working on re-working the CI in #88 and also noticed this.
Perhaps we want to pin the image tho and have @renovate handle the updating? This way potential breaking changes in hugo don't make the deployments stop.
@jtbx wrote in #87 (comment):
Oh the excerpts do look so much better!
On the authors tho: Could the capitalization be avoided? I know some creatures prefer their nick to be not capitalized.
851166b5d6
toe334e896a8
Fixed the author names now and also removed a work-around for the content summaries which isn't needed any more. The change in Hugo v0.134.0 is also the reason why we have HTML markup in the summaries now.
Didn't see any other changes.
Looks great!