38 lines
930 B
YAML
38 lines
930 B
YAML
baseURL: 'https://hacker.tours/'
|
|
defaultContentLanguage: de
|
|
defaultContentLanguageInSubdir: true
|
|
#languageCode: 'de-de'
|
|
title: 'hacker.tours'
|
|
theme: "zen"
|
|
|
|
#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)"
|
|
description: "hacker.tours"
|
|
favicon: favicon
|
|
realfavicongenerator: true
|
|
footer: "[Impressum & Datenschutz](https://hamburg.ccc.de/imprint/)"
|
|
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: "hacker.tours"
|
|
de:
|
|
weight: 2
|
|
languageName: "Deutsch"
|
|
languageCode: "de"
|
|
contentDir: content/de
|
|
title: "hacker.tours"
|