Beginn Überarbeitung 2025

This commit is contained in:
Florian Schlegel 2025-02-23 01:06:48 +01:00
parent e49ccb8a4d
commit 7b0536473a
11 changed files with 104 additions and 40 deletions

View file

@ -1,15 +1,14 @@
--- ---
omit_header_text: true
featured_image: "img/Interfug_Banner.png" featured_image: "img/Interfug_Banner.png"
featured_image_class: "contain bg-center bg-no-repeat"
--- ---
# Interfug 2024: Technikf(|l)u(g|ch) # Interfug 2025
Unter diesem Motto laden wir euch zum Auftakt der 42. Kalenderwoche vom **12. bis 13.10.2024** zu einem gemütlichen Geekend nach **Chemnitz** ins Lokomov ein. Unter diesem Motto laden wir euch zum Auftakt der 42. Kalenderwoche vom **11. bis 12.10.2024** zu einem gemütlichen Geekend nach **Chemnitz** ins Lokomov ein.
Wenn ihr teilnehmen wollt, registriert euch bitte kostenlos unter: Wenn ihr teilnehmen wollt, registriert euch bitte kostenlos unter:
https://tickets.chch.it/ChCh/Interfug2024/ https://tickets.chch.it/ChCh/Interfug2025/
## Fugplan: ## Fugplan:
Check-in: Samstag 12:00 TBA
Take-off: Samstag 16:00
Bordverpflegung (Frühstück): Sonntag ab 10:00
Landung am Zielfughafen: Sonntag 16:00

View file

@ -0,0 +1,22 @@
---
featured_image: "img/Interfug_Banner.png"
featured_image_class: "contain bg-center"
title: ""
#menu:
# main:
# parent: "vorjahre-menu"
# identifier: "vorjahre-2024"
# weight: 10
#url: "/vorjahre/2024/"
---
# Interfug 2024: Technikf(|l)u(g|ch)
Unter diesem Motto laden wir euch zum Auftakt der 42. Kalenderwoche vom **12. bis 13.10.2024** zu einem gemütlichen Geekend nach **Chemnitz** ins Lokomov ein.
Wenn ihr teilnehmen wollt, registriert euch bitte kostenlos unter:
https://tickets.chch.it/ChCh/Interfug2024/
## Fugplan:
Check-in: Samstag 12:00
Take-off: Samstag 16:00
Bordverpflegung (Frühstück): Sonntag ab 10:00
Landung am Zielfughafen: Sonntag 16:00

View file

@ -0,0 +1,10 @@
---
title: "Vorjahre"
#menu:
# main:
# identifier: "vorjahre-menu"
# weight: 80
#display blog entries in this subdirectory
display_pages: "vorjahre"
---

View file

@ -2,16 +2,12 @@
featured_image: "img/Interfug_Banner.png" featured_image: "img/Interfug_Banner.png"
--- ---
# Interfug 2024: Technikf(|l)u(g|ch) # Interfug 2025
Under this motto we invite you to the start of the 42nd calendar week from **12 to 13.10.2024** to a cozy Geekend in **Chemnitz** at Lokomov. Under this motto we invite you to the start of the 42nd calendar week from **11 to 12.10.2024** to a cozy Geekend in **Chemnitz** at Lokomov.
If you would like to take part, please register If you would like to take part, please register free of charge at:
free of charge at: https://tickets.chch.it/ChCh/Interfug2025/
https://tickets.chch.it/ChCh/Interfug2024/
# Fugplan: # Fugplan:
Check-in: Saturday 12:00 TBA
Take-off: Saturday 16:00
In-flight catering (breakfast): Sunday from 10:00
Landing at our destination airport: Sunday 16:00

16
content/en/index_2024.md Normal file
View file

@ -0,0 +1,16 @@
---
featured_image: "img/Interfug_Banner.png"
---
# Interfug 2024: Technikf(|l)u(g|ch)
Under this motto we invite you to the start of the 42nd calendar week from **12 to 13.10.2024** to a cozy Geekend in **Chemnitz** at Lokomov.
If you would like to take part, please register free of charge at:
https://tickets.chch.it/ChCh/Interfug2024/
# Fugplan:
Check-in: Saturday 12:00
Take-off: Saturday 16:00
In-flight catering (breakfast): Sunday from 10:00
Landing at our destination airport: Sunday 16:00

View file

@ -1,8 +1,7 @@
title = "Interfug 2024"
copyright = "Chaostreff Chemnitz" copyright = "Chaostreff Chemnitz"
baseURL = 'https://interfug.de/' baseURL = 'https://interfug.de/'
languageCode = "de-de" languageCode = "de-de"
theme = 'ananke' theme = "ananke"
resourceDir = "../resources" resourceDir = "../resources"
DefaultContentLanguage = "de" DefaultContentLanguage = "de"
@ -12,24 +11,33 @@ googleAnalytics = ""
enableRobotsTXT = true enableRobotsTXT = true
[languages] [languages]
[languages.de] [[languages.de.menu.main]]
title = "" identifier = "home"
weight = 98 name = "Interfug 2025"
contentDir = "content/de" url = "/"
# languageDirection = 'rtl' for Right-To-Left languages weight = 10
[[menu.main]]
Identifier= "home" [[languages.de.menu.main]]
name = "2024" identifier = "tickets"
url = "/" name = "Tickets"
weight = 0 url = "https://tickets.chch.it/ChCh/Interfug2025/"
[[menu.main]] weight = 30
# Identifier= "impressum"
name = "Impressum" [[languages.de.menu.main]]
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz" identifier = "impressum"
weight = 99 name = "Impressum"
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
weight = 90
[languages.de]
identifier = "de"
weight = 100
contentDir = "content/de"
# languageDirection = 'rtl' for Right-To-Left languages
[languages.en] [languages.en]
title = "" identifier = "en"
weight = 98 weight = 100
contentDir = "content/en" contentDir = "content/en"
[sitemap] [sitemap]
@ -46,9 +54,22 @@ enableRobotsTXT = true
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-" # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black" background_color_class = "bg-black"
recent_posts_number = 3 recent_posts_number = 3
featured_image = "static/Interfug_Banner.png" logo = "img/Interfug_Banner.png"
logo_small = "img/Interfug_Banner.png"
contact_url = "contact"
default_sharing_image = "img/Interfug_Banner.png"
date_format = "02.01.2006"
disabled_logo = false
breadcrumb = true
cover_dimming_class = "bg-transparent"
[params.carousel]
enable = true
[[params.ananke_socials]] [params.see_more]
# name = "twitter" enable = false
# url = "https://twitter.com/GoHugoIO"
[params.widgets]
categories = true
tags = true
search = true

@ -1 +1 @@
Subproject commit 33fbda0e9d3e97c92af5d195be94e8eea8003239 Subproject commit 8e1a6dc21313d3a765f122c2bd76bdc8ad174e67