Interfug-web/hugo.toml

90 lines
2.1 KiB
TOML

copyright = "Chaostreff Chemnitz"
baseURL = 'https://interfug.de/'
languageCode = "de-de"
theme = "ananke"
resourceDir = "../resources"
DefaultContentLanguage = "de"
SectionPagesMenu = ""
pagination.pagerSize = 5 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.de]
contentDir = "content/de"
[[languages.de.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[languages.de.menu.main]]
identifier = "tickets"
name = "Tickets"
url = "https://tickets.chch.it/ChCh/Interfug2025/"
weight = 30
[[languages.de.menu.main]]
identifier = "vorjahre"
name = "Vorjahre"
url = "/vorjahre"
weight = 90
[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
filename = "sitemap.xml"
[params]
text_color = ""
author = ""
favicon = "img/if25_favicon.ico"
site_logo = ""
description = "Interfug"
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-navy"
recent_posts_number = 3
logo = "img/if25_logo.png"
logo_small = "img/if25_favicon.png"
contact_url = "contact"
default_sharing_image = "img/if25_banner.png"
date_format = "02.01.2006"
disabled_logo = false
breadcrumb = true
cover_dimming_class = "bg-transparent"
featured_image_class = "cover bg-center"
[params.carousel]
enable = true
[params.see_more]
enable = false
[params.widgets]
categories = true
tags = true
search = true