Stefan Bethke
c06c8603ef
All checks were successful
/ build (push) Successful in 13s
* Add a post date to each post * Do not show the post date for tours * Only show posts tagged "current-event" on the home page (hiding 37c3 entries) * Use a custom template for sorting the summary list by title (instead of the default by date)
47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
baseURL: 'https://hackertours.hamburg.ccc.de/'
|
||
defaultContentLanguage: de
|
||
defaultContentLanguageInSubdir: true
|
||
#languageCode: 'de-de'
|
||
title: 'Hamburg 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 der Touren. Für das Angebot und die Durchführung der Touren sind die jeweiligen Veranstalter verantwortlich."
|
||
dateFormat: "02.03.2006 15:04"
|
||
description: "Hamburg Hackertours"
|
||
footer: "[Impressum & Datenschutz](https://hamburg.ccc.de/imprint/) – [Ticket Shop](https://tickets.hamburg.ccc.de/hackertours/38c3/)"
|
||
showPostDate: true
|
||
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
|
||
pagination:
|
||
pagerSize: 25
|
||
params:
|
||
copyright: "[CCC Hansestadt Hamburg e.V.](https://hamburg.ccc.de) only acts as an agent for the tours. The respective tour operators are responsible for the offer and running of the tours."
|
||
footer: "[Imprint & Data Protection](https://hamburg.ccc.de/imprint/) – [Ticket Shop](https://tickets.hamburg.ccc.de/hackertours/38c3/)"
|
||
title: "Hamburg Hackertours"
|
||
de:
|
||
weight: 2
|
||
languageName: "Deutsch"
|
||
languageCode: "de"
|
||
contentDir: content/de
|
||
pagination:
|
||
pagerSize: 25
|
||
title: "Hamburg Hackertours"
|