studio-umzu/config.toml

90 lines
2.1 KiB
TOML
Raw Normal View History

2025-08-27 16:56:14 +02:00
base_url = "https://studio-umzu.de/"
compile_sass = true
minify_html = true
author = "Aron Petau"
hard_link_static = false
theme = "duckquill"
2025-09-13 13:27:53 +02:00
default_language = "de"
2025-08-27 16:56:14 +02:00
[languages.de]
title = "Studio UMZU"
description = "Spielerisches Lernen mit Technikdidaktik"
2025-09-13 13:27:53 +02:00
generate_feeds = false
build_search_index = false
taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }]
[languages.en]
title = "Studio UMZU"
description = "Spielerisches Lernen mit Technikdidaktik"
generate_feeds = false
build_search_index = false
2025-08-27 16:56:14 +02:00
taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }]
[slugify]
paths = "off"
taxonomies = "on"
anchors = "off"
paths_keep_dates = false
2025-09-13 13:27:53 +02:00
2025-08-27 16:56:14 +02:00
[extra]
styles = [
"/css/timeline.css",
"/css/mermaid.css",
"/css/skills.css",
"/css/gallery.css",
]
bundled_fonts = false
2025-09-12 11:07:17 +02:00
issues_url = "https://forgejo.petau.net/aron/studio-umzu/issues"
source_url = "https://forgejo.petau.net/aron/studio-umzu"
2025-09-13 13:27:53 +02:00
default_theme = "dark"
2025-09-12 11:07:17 +02:00
accent_color = "#ff0000"
2025-08-27 16:56:14 +02:00
accent_color_dark = "#c54854"
toc = true
toc_sidebar = true
toc_inline = true
card = true
favicon = "/logo.png"
apple_touch_icon = "/logo.png"
go_to_top = true
show_copy_button = true
show_reading_time = true
show_share_button = true
show_backlinks = true
[extra.nav]
auto_hide = false
2025-09-13 13:27:53 +02:00
show_feed = false
2025-08-27 16:56:14 +02:00
show_theme_switcher = true
show_repo = true
links = [
2025-09-12 11:07:17 +02:00
{ url = "https://friedrichwebergoizel.com", name = "Friedrich", external = true },
{ url = "https://aron.petau.net", name = "Aron", external = true },
2025-08-27 16:56:14 +02:00
]
2025-09-12 11:07:17 +02:00
[extra.footer]
2025-08-27 16:56:14 +02:00
socials = [
2025-09-13 13:27:53 +02:00
{ url = "mailto:kontakt@studio-umzu.de", name = "Email", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EEmail%3C/title%3E%3Cpath d='M1.5 4.5h21a1.5 1.5 0 0 1 1.5 1.5v12a1.5 1.5 0 0 1-1.5 1.5h-21A1.5 1.5 0 0 1 0 18V6a1.5 1.5 0 0 1 1.5-1.5zm10.5 7.125L2.25 6.75v.375L12 12.75l9.75-5.625V6.75l-9.75 4.875z'/%3E%3C/svg%3E" }
2025-08-27 16:56:14 +02:00
]
show_copyright = true
show_powered_by = false
show_source = true
[extra.comments]
host = "mastodon.online"
user = "reprintedAron"
show_qr = true
[extra.goatcounter]
#host = ""
user = "awebsite"
[extra.debug]
layout = false
no_styles = false