Skip to content

Commit d8def6b

Browse files
t-lopoettering
authored andcommitted
hugo: bump version to 0.147.8, address deprecations
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 specs/ were removed as Hugo does not support symlinks anymore, and replaced by "mounts" in config.toml. Consequently, all symlinks used in specs/ were also removed (without replacement). The Hugo version was bumped in gh-pages.yml. Signed-off-by: Thilo Fromm <[email protected]>
1 parent db7934a commit d8def6b

File tree

19 files changed

+88
-16
lines changed

19 files changed

+88
-16
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Hugo
2222
uses: peaceiris/actions-hugo@v2
2323
with:
24-
hugo-version: '0.104.3'
24+
hugo-version: '0.147.8'
2525
extended: true
2626

2727
- name: Build

specs/UAPI.1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.10.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.11.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.12.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.2.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.3.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.4.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.5.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

specs/UAPI.6.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)