hackertours/hugo.yaml

36 lines
1 KiB
YAML
Raw Normal View History

2023-12-07 19:37:47 +01:00
baseURL: 'https://hackertours.hamburg.ccc.de/'
2023-12-09 22:27:16 +01:00
defaultContentLanguage: de
defaultContentLanguageInSubdir: true
#languageCode: 'de-de'
2024-09-26 08:32:54 +02:00
title: 'Hackertours'
2023-12-07 19:37:47 +01:00
theme: "zen"
#https://themes.gohugo.io/themes/hugo-theme-zen/#configuration
params:
contact: "hackertours@hamburg.ccc.de"
2023-12-09 22:27:16 +01:00
copyright: "[CCC Hansestadt Hamburg e.V.](https://hamburg.ccc.de) ist nur der Vermittler, für die Touren sind die jeweiligen Veranstalter verantwortlich"
2023-12-07 19:37:47 +01:00
description: "37c3 Hackertours"
footer: "[Impressum & Datenschutz](https://hamburg.ccc.de/imprint/) [Ticket Shop](https://tickets.hamburg.ccc.de/hackertours/37c3/)"
logo: true
logoPath: img/hackertours-2024-color.svg
logoHeight: 100
logoWidth: 100
2023-12-07 19:37:47 +01:00
mainSections:
- posts
mobileMenu: true
poweredby: false
2023-12-09 22:27:16 +01:00
languages:
en:
weight: 1
languageName: "English"
languageCode: "en"
contentDir: content/en
2024-09-26 08:32:54 +02:00
title: "Hackertours"
2023-12-09 22:27:16 +01:00
de:
weight: 2
languageName: "Deutsch"
languageCode: "de"
contentDir: content/de
2024-09-26 08:32:54 +02:00
title: "Hackertours"