From d12e036dbee744bca4625694368dac050887115d Mon Sep 17 00:00:00 2001 From: Florian Schlegel Date: Tue, 8 Apr 2025 20:55:13 +0200 Subject: [PATCH] =?UTF-8?q?englischen=20Text=20aus=202024=20=C3=BCbernomme?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/vorjahre.md | 21 +++++++++++++++++++++ hugo.toml | 10 +++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 content/en/vorjahre.md diff --git a/content/en/vorjahre.md b/content/en/vorjahre.md new file mode 100644 index 0000000..faa16e6 --- /dev/null +++ b/content/en/vorjahre.md @@ -0,0 +1,21 @@ +--- +omit_header_text: true +title: "Previous years" +featured_image: "img/if25_banner.png" +recent_posts_number: 10 +--- + +# 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 + +{{< posts-2024 >}} diff --git a/hugo.toml b/hugo.toml index 12adb2e..a75269b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -35,17 +35,25 @@ enableRobotsTXT = true [languages.en] contentDir = "content/en" # languageDirection = 'rtl' for Right-To-Left languages + [[languages.en.menu.main]] identifier = "home" name = "Home" url = "/en" weight = 10 + [[languages.en.menu.main]] identifier = "tickets" name = "Tickets" url = "https://tickets.chch.it/ChCh/Interfug2025/" weight = 30 + [[languages.en.menu.main]] + identifier = "vorjahre" + name = "Previous years" + url = "/en/vorjahre" + weight = 90 + [sitemap] changefreq = "monthly" priority = 0.5 @@ -79,4 +87,4 @@ enableRobotsTXT = true [params.widgets] categories = true tags = true - search = true \ No newline at end of file + search = true