Interfug-web/hugo.toml

54 lines
1.3 KiB
TOML

title = "Interfug 2024"
copyright = "Chaostreff Chemnitz"
baseURL = 'https://interfug.de/'
languageCode = "de-de"
theme = 'ananke'
resourceDir = "../resources"
DefaultContentLanguage = "de"
SectionPagesMenu = "main"
Paginate = 5 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.de]
title = ""
weight = 98
contentDir = "content/de"
# languageDirection = 'rtl' for Right-To-Left languages
[[menu.main]]
Identifier= "home"
name = "2024"
url = "/"
weight = 0
[[menu.main]]
# Identifier= "impressum"
name = "Impressum"
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
weight = 99
[languages.en]
title = ""
weight = 98
contentDir = "content/en"
[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-black"
recent_posts_number = 3
featured_image = "static/Interfug_Banner.png"
[[params.ananke_socials]]
# name = "twitter"
# url = "https://twitter.com/GoHugoIO"