blog/config.toml

148 lines
3.4 KiB
TOML

baseURL = "https://thoughtpile.tastytea.de/"
languageCode = "en"
title = "Thoughtpile"
theme = [ "nocolor" ]
copyright = "CC BY-NC 4.0"
pygmentsCodefences = true
pygmentsCodeFencesGuessSyntax = false
pygmentsUseClasses = true
canonifyURLs = false
Paginate = 5
PaginatePath = "page"
enableGitInfo = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
timeZone = "Europe/Berlin"
[params]
subtitle = "A pile of thoughts."
description = "A place where I pile up everything that I want to be permanently findable."
favicon = "favicon.png"
datefmt = "2006-01-02"
showfullcontent = false
opengraph = true
schema = true
css = "blog.css"
[params.comtodon]
domain = "likeable.space"
[params.aria]
menu_top = "Main"
menu_bottom = "Contact"
[taxonomies]
tag = "tags"
[author]
name = "tastytea"
email = "tastytea@tastytea.de"
[services.rss]
limit = 20
[menu]
[[menu.main]]
identifier = "post"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 3
[[menu.main]]
identifier = "language"
name = "deutsch"
url = "/de/"
weight = 4
pre = "<div lang='de' style='display: inline;'>"
post = "</div>"
[menu.main.params]
class = "language-menu"
[[menu.footer]]
name = "Contact"
url = "https://tastytea.de/"
weight = 1
[[menu.footer]]
name = "Sourcecode"
url = "https://schlomp.space/tastytea/blog"
weight = 2
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 4
ordered = false
[markup.asciidocExt]
backend = "html5"
extensions = []
[markup.asciidocExt.attributes]
source-highlighter = "pygments"
idprefix = ""
experimental = true
toc = true
toclevels = 2
[languages]
[languages.en]
weight = 1
[languages.de]
weight = 1
subtitle = "Eine anhäufung von gedanken."
[languages.de.menu]
[[languages.de.menu.main]]
identifier = "post"
name = "Posts"
url = "/de/posts/"
weight = 1
[[languages.de.menu.main]]
identifier = "tags"
name = "Tags"
url = "/de/tags/"
weight = 2
[[languages.de.menu.main]]
identifier = "rss"
name = "RSS"
url = "/de/index.xml"
weight = 3
[[languages.de.menu.main]]
identifier = "language"
name = "english"
url = "/"
weight = 4
pre = "<div lang='en' style='display: inline;'>"
post = "</div>"
[languages.de.menu.main.params]
class = "language-menu"
[[languages.de.menu.footer]]
name = "Kontakt"
url = "https://tastytea.de/"
weight = 1
[[languages.de.menu.footer]]
name = "Quellcode"
url = "https://schlomp.space/tastytea/blog"
weight = 2