38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
baseURL: 'https://hackertours.hamburg.ccc.de/'
|
||
defaultContentLanguage: de
|
||
defaultContentLanguageInSubdir: true
|
||
#languageCode: 'de-de'
|
||
title: 'Hackertours'
|
||
theme: "zen"
|
||
ignoreLogs:
|
||
- 'warning-frontmatter-params-overrides'
|
||
|
||
#https://themes.gohugo.io/themes/hugo-theme-zen/#configuration
|
||
params:
|
||
contact: "hackertours@hamburg.ccc.de"
|
||
copyright: "[CCC Hansestadt Hamburg e.V.](https://hamburg.ccc.de) ist nur der Vermittler, für die Touren sind die jeweiligen Veranstalter verantwortlich"
|
||
description: "37c3 Hackertours"
|
||
footer: "[Impressum & Datenschutz](https://hamburg.ccc.de/imprint/) – [Ticket Shop](https://tickets.hamburg.ccc.de/hacker37c3/37c3/)"
|
||
logo: true
|
||
logoPath: img/hackertours-2024-color.svg
|
||
logoHeight: 100
|
||
logoWidth: 100
|
||
mainSections:
|
||
- posts
|
||
mobileMenu: true
|
||
poweredby: false
|
||
|
||
languages:
|
||
en:
|
||
weight: 1
|
||
languageName: "English"
|
||
languageCode: "en"
|
||
contentDir: content/en
|
||
title: "Hackertours"
|
||
de:
|
||
weight: 2
|
||
languageName: "Deutsch"
|
||
languageCode: "de"
|
||
contentDir: content/de
|
||
title: "Hackertours"
|