From 625360c4e3f0c6618019c282d6692ab09eb12c92 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 14 Oct 2023 18:04:08 +0200 Subject: [PATCH] write stuff in lower case --- config.toml | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/config.toml b/config.toml index 0a06d08..6af3606 100644 --- a/config.toml +++ b/config.toml @@ -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