englischen Text aus 2024 übernommen
This commit is contained in:
parent
e3b6769239
commit
d12e036dbe
2 changed files with 30 additions and 1 deletions
21
content/en/vorjahre.md
Normal file
21
content/en/vorjahre.md
Normal file
|
@ -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 >}}
|
10
hugo.toml
10
hugo.toml
|
@ -35,17 +35,25 @@ enableRobotsTXT = true
|
||||||
[languages.en]
|
[languages.en]
|
||||||
contentDir = "content/en"
|
contentDir = "content/en"
|
||||||
# languageDirection = 'rtl' for Right-To-Left languages
|
# languageDirection = 'rtl' for Right-To-Left languages
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "home"
|
identifier = "home"
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/en"
|
url = "/en"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "tickets"
|
identifier = "tickets"
|
||||||
name = "Tickets"
|
name = "Tickets"
|
||||||
url = "https://tickets.chch.it/ChCh/Interfug2025/"
|
url = "https://tickets.chch.it/ChCh/Interfug2025/"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "vorjahre"
|
||||||
|
name = "Previous years"
|
||||||
|
url = "/en/vorjahre"
|
||||||
|
weight = 90
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "monthly"
|
changefreq = "monthly"
|
||||||
priority = 0.5
|
priority = 0.5
|
||||||
|
@ -79,4 +87,4 @@ enableRobotsTXT = true
|
||||||
[params.widgets]
|
[params.widgets]
|
||||||
categories = true
|
categories = true
|
||||||
tags = true
|
tags = true
|
||||||
search = true
|
search = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue