Commit d8def6b
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- .github/workflows
- specs
- website
- content
- layouts
- partials/docs
19 files changed
+88
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments