add german stubs, mastodon test
This commit is contained in:
parent
81dfcfac23
commit
c9612d8a1d
1464 changed files with 65354 additions and 346 deletions
15
config.toml
15
config.toml
|
@ -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" },
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue