add german stubs, mastodon test

This commit is contained in:
Aron Petau 2025-05-16 11:08:33 +02:00
parent 81dfcfac23
commit c9612d8a1d
1464 changed files with 65354 additions and 346 deletions

View file

@ -13,11 +13,20 @@ taxonomies = [
{ name = "tags", feed = true, paginate_by = 10 }
]
theme = "duckquill"
default_language = "en"
[languages.de]
title = "Aron Petau"
description = "Mein Portfolio, Blog und allgemeine Präsenz online"
generate_feeds = true
build_search_index = true
taxonomies = [
{ name = "tags", feed = true, paginate_by = 10 }
]
[slugify]
paths = "off"
taxonomies = "on"
@ -65,8 +74,8 @@ show_theme_switcher = true
show_repo = true
links = [
{ url = "@/project/_index.md", name = "Projects" },
{ url = "@/pages/contact.md", name = "Contact Me" },
{ url = "@/pages/cv.md", name = "Experience" },
{ url = "@/pages/contact.md", name = "Contact" },
{ url = "@/pages/cv.md", name = "CV" },
{ url = "@/pages/about.md", name = "About" },
]