hacker.tours-website/hugo.yaml
Stefan Bethke bf40e32cc5
All checks were successful
/ build (push) Successful in 11s
Update with logo, design resources
2024-10-12 10:04:48 +02:00

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"