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