www/config/_default/languages.de.toml
Hauke Mehrtens 10737afd5b Use the current names for the language config keys
Hugo 0.158.0 renamed two of the keys the German language is configured with and
warns about the old names on every build:

  WARN  deprecated: project config key languages.de.languageCode was deprecated
  WARN  deprecated: project config key languages.de.languageName was deprecated

Rename languageCode to locale and languageName to label. The generated site is
byte for byte the same afterwards, apart from the DTSTAMP of the calendar
feeds, which carries the time of the build.

Fixes: b62b53674f ("new theme (work in progress)")
Assisted-by: Claude:claude-opus-5
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-08-27 21:42:54 +02:00

32 lines
983 B
TOML

disabled = false
locale = "de"
label = "Deutsch"
weight = 1
title = "Chaos Computer Club Berlin"
[params]
displayName = "DE"
isoCode = "de"
rtl = false
dateFormat = "January 2, 2006"
DateForm = "30.12.2006"
logo = "img/logo.png"
# secondaryLogo = "img/avatar-CCCB-Logo.png"
description = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
copyright = "CCC-BY"
selfHosted = true
mainSections = ["post", "datengarten"]
[params.author]
# name = "Your name here"
email = "mail2026@berlin.ccc.de"
image = "img/logo.png"
# imageQuality = 96
headline = "Willkommen! Wir sind ein Erfa-Kreis des Chaos Computer Club e.V. und die örtliche Niederlassung des CCC in Berlin."
# bio = "A little bit about you"
links = [
{ mastodon = "https://chaos.social/@clubdiscordia" },
{ forgejo = "https://git.berlin.ccc.de/explore/repos" },
{ email = "mailto:mail2026@berlin.ccc.de" },
{ github = "https://github.com/cccb/" },
]