Skip to content

Conversation

@t-lo
Copy link
Member

@t-lo t-lo commented Nov 24, 2025

This change bumps the Hugo version used to build web pages to v0.147.8 and addresses build issues introduced by functions deprecated in newer hugo versions:

  • .Site.IsMultiLingual => hugo.IsMultilingual
  • resources.ToCSS => css.Sass Templates and partials that use deprecated functions are now overridden in layout/.

Lastly, symlinks from content/ to the Readme and to top level conferences/ and minutes/ were removed as Hugo does not support symlinks anymore, and replaced by "mounts" in config.toml.

The Hugo version was bumped in gh-pages.yml.

Similar to uapi-group/specifications#193.

This change bumps the Hugo version used to build web pages to v0.147.8
and addresses build issues introduced by functions deprecated in newer
hugo versions:
- .Site.IsMultiLingual => hugo.IsMultilingual
- resources.ToCSS => css.Sass
Templates and partials that use deprecated functions are now overridden
in layout/.

Lastly, symlinks from content/ to the Readme and to top level
conferences/ and minutes/ were removed as Hugo does not support symlinks
anymore, and replaced by "mounts" in config.toml.

The Hugo version was bumped in gh-pages.yml.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
@t-lo t-lo requested review from Foxboron and poettering November 24, 2025 18:18
@poettering poettering merged commit 5f421cc into uapi-group:main Nov 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants