Skip to content

Commit

Permalink
Bump to latest hugo version 0.115.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Deininger <[email protected]>
  • Loading branch information
deining committed Jul 26, 2023
1 parent 3dab268 commit 874c19d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 deletions.
3 changes: 3 additions & 0 deletions content/en/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/helm/helm-www

go 1.20
28 changes: 18 additions & 10 deletions config.toml → hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ disableLanguages = ["zh"]
# English
[languages.en]
title = "Helm"
description = "Helm - The Kubernetes Package Manager."
contentDir = "content/en"
languageName = "English"
weight = 1
Expand Down Expand Up @@ -118,10 +117,12 @@ name = "Community"
url = "https://github.com/helm/community"
weight = 5

[languages.en.params]
description = "Helm - The Kubernetes Package Manager."

# German
[languages.de]
title = "Helm"
description = "Helm - Der Kubernetes Paket Manager."
contentDir = "content/de"
languageName = "Deutsch"
weight = 2
Expand Down Expand Up @@ -152,12 +153,12 @@ url = "https://github.com/helm/community"
weight = 5

[languages.de.params]
description = "Helm - Der Kubernetes Paket Manager."
language_alternatives = ["en"]

# Spanish
[languages.es]
title = "Helm"
description = "Helm - El Administrador de Paquetes de Kubernetes."
contentDir = "content/es"
languageName = "Español"
weight = 3
Expand Down Expand Up @@ -187,10 +188,12 @@ name = "Comunidad"
url = "https://github.com/helm/community"
weight = 5

[languages.es.params]
description = "Helm - El Administrador de Paquetes de Kubernetes."

# French
[languages.fr]
title = "Helm"
description = "Helm - Le manageur de paquets de Kubernetes."
contentDir = "content/fr"
languageName = "Français"
weight = 4
Expand Down Expand Up @@ -220,10 +223,12 @@ name = "Communauté"
url = "https://github.com/helm/community"
weight = 5

[languages.fr.params]
description = "Helm - Le manageur de paquets de Kubernetes."

# Ελληνικά
[languages.gr]
title = "Helm"
description = "Helm - Ο package manager του Kubernetes."
contentDir = "content/gr"
languageName = "Ελληνικά"
weight = 5
Expand Down Expand Up @@ -253,10 +258,12 @@ name = "Επικοινωνία"
url = "https://github.com/helm/community"
weight = 5

[languages.gr.params]
description = "Helm - Ο package manager του Kubernetes."

# Japanese
[languages.ja]
title = "Helm"
description = "Helm - Kubernetes パッケージマネージャー"
contentDir = "content/ja"
languageName = "日本語"
weight = 6
Expand Down Expand Up @@ -287,13 +294,13 @@ url = "https://github.com/helm/community"
weight = 5

[languages.ja.params]
description = "Helm - Kubernetes パッケージマネージャー"
language_alternatives = ["en"]


# Korean
[languages.ko]
title = "헬름"
description = "헬름 - 쿠버네티스 패키지 매니저"
contentDir = "content/ko"
languageName = "한국어"
weight = 7
Expand Down Expand Up @@ -325,12 +332,12 @@ url = "https://github.com/helm/community"
weight = 5

[languages.ko.params]
description = "헬름 - 쿠버네티스 패키지 매니저"
language_alternatives = ["en"]

# Portuguese
[languages.pt]
title = "Helm"
description = "Helm - O Gerenciador de Pacotes do Kubernetes."
contentDir = "content/pt"
languageName = "Português"
weight = 8
Expand Down Expand Up @@ -361,12 +368,12 @@ url = "https://github.com/helm/community"
weight = 5

[languages.pt.params]
description = "Helm - O Gerenciador de Pacotes do Kubernetes."
language_alternatives = ["en"]

# Russian
[languages.ru]
title = "Helm"
description = "Helm – Менеджер Пакетов Kubernetes."
contentDir = "content/ru"
languageName = "Русский"
weight = 9
Expand Down Expand Up @@ -398,12 +405,12 @@ url = "https://github.com/helm/community"
weight = 5

[languages.ru.params]
description = "Helm – Менеджер Пакетов Kubernetes."
language_alternatives = ["en"]

# Chinese
[languages.zh]
title = "Helm"
description = "Helm - Kubernetes 包管理器"
contentDir = "content/zh"
languageName = "中文"
weight = 10
Expand Down Expand Up @@ -435,4 +442,5 @@ url = "https://github.com/helm/community"
weight = 5

[languages.zh.params]
description = "Helm - Kubernetes 包管理器"
language_alternatives = ["en"]
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "app"

[build.environment]
HUGO_VERSION = "0.94.0"
HUGO_VERSION = "0.115.4"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down
1 change: 1 addition & 0 deletions themes/helm/layouts/code/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ "<!-- Layout with no content to avoid WARN message about missing page layout -->" | safeHTML }}

0 comments on commit 874c19d

Please sign in to comment.