chore: bump min required hugo version to 0.124 (#873)
BREAKING CHANGE: The min required Hugo version was bumped to v0.124 to drop deprecated vars `.Site.IsMultiLingual` and `.Site.Social`. For more details, see [#862](https://github.com/thegeeklab/hugo-geekdoc/pull/862).
This commit is contained in:
parent
5ed55ed35d
commit
282294d4ab
5 changed files with 5 additions and 3 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
lts/*
|
|
@ -1,7 +1,7 @@
|
||||||
# Geekdoc
|
# Geekdoc
|
||||||
|
|
||||||
[](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekdoc)
|
[](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekdoc)
|
||||||
[](https://gohugo.io)
|
[](https://gohugo.io)
|
||||||
[](https://github.com/thegeeklab/hugo-geekdoc/releases/latest)
|
[](https://github.com/thegeeklab/hugo-geekdoc/releases/latest)
|
||||||
[](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors)
|
[](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors)
|
||||||
[](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE)
|
[](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE)
|
||||||
|
|
|
@ -41,4 +41,5 @@ outputs:
|
||||||
security:
|
security:
|
||||||
exec:
|
exec:
|
||||||
allow:
|
allow:
|
||||||
|
- "^git$"
|
||||||
- "^asciidoctor$"
|
- "^asciidoctor$"
|
||||||
|
|
|
@ -9,7 +9,7 @@ geekdocAnchor: false
|
||||||
<!-- markdownlint-disable MD033 -->
|
<!-- markdownlint-disable MD033 -->
|
||||||
|
|
||||||
<span class="badge-placeholder">[](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekdoc)</span>
|
<span class="badge-placeholder">[](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekdoc)</span>
|
||||||
<span class="badge-placeholder">[](https://gohugo.io)</span>
|
<span class="badge-placeholder">[](https://gohugo.io)</span>
|
||||||
<span class="badge-placeholder">[](https://github.com/thegeeklab/hugo-geekdoc/releases/latest)</span>
|
<span class="badge-placeholder">[](https://github.com/thegeeklab/hugo-geekdoc/releases/latest)</span>
|
||||||
<span class="badge-placeholder">[](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors)</span>
|
<span class="badge-placeholder">[](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors)</span>
|
||||||
<span class="badge-placeholder">[](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE)</span>
|
<span class="badge-placeholder">[](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE)</span>
|
||||||
|
|
|
@ -5,7 +5,7 @@ description = "Hugo theme made for documentation"
|
||||||
homepage = "https://geekdocs.de/"
|
homepage = "https://geekdocs.de/"
|
||||||
demosite = "https://geekdocs.de/"
|
demosite = "https://geekdocs.de/"
|
||||||
tags = ["docs", "documentation", "responsive", "simple"]
|
tags = ["docs", "documentation", "responsive", "simple"]
|
||||||
min_version = "0.112.0"
|
min_version = "0.124"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Robert Kaussow"
|
name = "Robert Kaussow"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue