Switch to de/en
This commit is contained in:
parent
f0ac8feb7c
commit
ee2112b20f
22 changed files with 279 additions and 71 deletions
23
hugo.yaml
23
hugo.yaml
|
@ -1,16 +1,33 @@
|
|||
baseURL: 'https://hackertours.hamburg.ccc.de/'
|
||||
languageCode: 'de-de'
|
||||
defaultContentLanguage: de
|
||||
defaultContentLanguageInSubdir: true
|
||||
#languageCode: 'de-de'
|
||||
title: '37c3 Hackertours'
|
||||
theme: "zen"
|
||||
|
||||
#https://themes.gohugo.io/themes/hugo-theme-zen/#configuration
|
||||
params:
|
||||
contact: "hhackertours@lists.hamburg.ccc.de"
|
||||
copyright: "[CCC Hansestadt Hamburg e.V.](https://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/)"
|
||||
footer: "[Impressum & Datenschutz](https://hamburg.ccc.de/imprint/) – [Ticket Shop](https://hackertours.hamburg.ccc.de/hackertours/37c3/)"
|
||||
logo: false
|
||||
mainSections:
|
||||
- posts
|
||||
- tours
|
||||
mobileMenu: true
|
||||
poweredby: false
|
||||
|
||||
languages:
|
||||
en:
|
||||
weight: 1
|
||||
languageName: "English"
|
||||
languageCode: "en"
|
||||
contentDir: content/en
|
||||
title: "37c3 Hackertours"
|
||||
de:
|
||||
weight: 2
|
||||
languageName: "Deutsch"
|
||||
languageCode: "de"
|
||||
contentDir: content/de
|
||||
title: "37c3 Hackertours"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue