write stuff in lower case

This commit is contained in:
tastytea 2023-10-14 18:04:08 +02:00
parent 1dddb610f3
commit 625360c4e3
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 17 additions and 20 deletions

View File

@ -1,6 +1,6 @@
baseURL = "https://blog.tastytea.de/"
languageCode = "en"
title = "Thoughtpile"
title = "thoughtpile"
theme = [ "nocolor" ]
copyright = "CC BY-NC 4.0"
@ -24,8 +24,8 @@ timeZone = "Europe/Berlin"
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
[params]
subtitle = "I write things here."
description = "A place where I pile up everything that I want to be permanently findable."
subtitle = "i write things here"
description = "a place where i pile up everything that i want to be permanently findable"
favicon = "favicon.png"
datefmt = "2006-01-02"
showfullcontent = false
@ -33,9 +33,6 @@ timeZone = "Europe/Berlin"
schema = true
css = "blog.css"
[params.comtodon]
domain = "likeable.space"
[params.aria]
menu_top = "Main"
menu_bottom = "Contact"
@ -53,19 +50,19 @@ timeZone = "Europe/Berlin"
[menu]
[[menu.main]]
identifier = "post"
name = "Posts"
name = "posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
name = "tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "rss"
name = "RSS"
name = "rss"
url = "/index.xml"
weight = 3
@ -80,18 +77,18 @@ timeZone = "Europe/Berlin"
class = "language-menu"
[[menu.footer]]
name = "Contact"
name = "contact"
url = "https://tastytea.de/"
weight = 1
[[menu.footer]]
name = "Sourcecode"
name = "sourcecode"
url = "https://schlomp.space/tastytea/blog"
weight = 2
[[menu.footer]]
identifier = "rss"
name = "RSS"
name = "rss"
url = "/index.xml"
weight = 3
@ -115,25 +112,25 @@ timeZone = "Europe/Berlin"
weight = 1
[languages.de]
weight = 1
subtitle = "Ich schreibe hier sachen."
description = "Ein platz an dem ich alles anhäufe, was dauerhaft auffindbar sein soll."
subtitle = "ich schreibe hier sachen"
description = "ein platz an dem ich alles anhäufe, was dauerhaft auffindbar sein soll"
[languages.de.menu]
[[languages.de.menu.main]]
identifier = "post"
name = "Posts"
name = "posts"
url = "/de/posts/"
weight = 1
[[languages.de.menu.main]]
identifier = "tags"
name = "Tags"
name = "tags"
url = "/de/tags/"
weight = 2
[[languages.de.menu.main]]
identifier = "rss"
name = "RSS"
name = "rss"
url = "/de/index.xml"
weight = 3
@ -148,17 +145,17 @@ timeZone = "Europe/Berlin"
class = "language-menu"
[[languages.de.menu.footer]]
name = "Kontakt"
name = "kontakt"
url = "https://tastytea.de/"
weight = 1
[[languages.de.menu.footer]]
name = "Quellcode"
name = "quellcode"
url = "https://schlomp.space/tastytea/blog"
weight = 2
[[languages.de.menu.footer]]
identifier = "rss"
name = "RSS"
name = "rss"
url = "/de/index.xml"
weight = 3