Interfug-web/hugo.toml
2025-04-08 13:05:54 +02:00

72 lines
1.8 KiB
TOML

copyright = "Chaostreff Chemnitz"
baseURL = 'https://interfug.de/'
languageCode = "de-de"
theme = "ananke"
resourceDir = "../resources"
DefaultContentLanguage = "de"
SectionPagesMenu = "main"
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 = "Interfug 2025"
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 = "impressum"
name = "Impressum"
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
weight = 90
[languages.en]
contentDir = "content/en"
# languageDirection = 'rtl' for Right-To-Left languages
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
text_color = ""
author = ""
favicon = ""
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/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"
featured_image_class = "cover bg-center"
[params.carousel]
enable = true
[params.see_more]
enable = false
[params.widgets]
categories = true
tags = true
search = true