89 lines
2.1 KiB
TOML
89 lines
2.1 KiB
TOML
base_url = "https://studio-umzu.de/"
|
|
|
|
compile_sass = true
|
|
minify_html = true
|
|
author = "Aron Petau"
|
|
hard_link_static = false
|
|
|
|
theme = "duckquill"
|
|
default_language = "de"
|
|
|
|
[languages.de]
|
|
title = "Studio UMZU"
|
|
description = "Spielerisches Lernen mit Technikdidaktik"
|
|
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
|
|
taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }]
|
|
|
|
[slugify]
|
|
paths = "off"
|
|
taxonomies = "on"
|
|
anchors = "off"
|
|
paths_keep_dates = false
|
|
|
|
|
|
|
|
[extra]
|
|
styles = [
|
|
"/css/timeline.css",
|
|
"/css/mermaid.css",
|
|
"/css/skills.css",
|
|
"/css/gallery.css",
|
|
]
|
|
|
|
bundled_fonts = false
|
|
issues_url = "https://forgejo.petau.net/aron/studio-umzu/issues"
|
|
source_url = "https://forgejo.petau.net/aron/studio-umzu"
|
|
default_theme = "dark"
|
|
accent_color = "#ff0000"
|
|
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
|
|
show_feed = false
|
|
show_theme_switcher = true
|
|
show_repo = true
|
|
links = [
|
|
{ url = "https://friedrichwebergoizel.com", name = "Friedrich", external = true },
|
|
{ url = "https://aron.petau.net", name = "Aron", external = true },
|
|
]
|
|
|
|
[extra.footer]
|
|
|
|
socials = [
|
|
{ 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" }
|
|
]
|
|
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
|