1
0
Derivar 0
text-de/config.toml

63 linhas
1.2 KiB
TOML

baseURL = "https://text-de.tastytea.de/"
languageCode = "de"
title = "tastyteas texthalde"
theme = [ "nocolor" ]
copyright = "CC BY-NC 4.0"
pygmentsCodefences = true
pygmentsCodeFencesGuessSyntax = false
pygmentsUseClasses = true
canonifyURLs = false
Paginate = 5
PaginatePath = "page"
enableGitInfo = true
[params]
subtitle = "Was ich immer schonmal irgendwo hinschreiben wollte."
favicon = "favicon.png"
datefmt = "2006-01-02"
showfullcontent = false
opengraph = true
schema = true
[params.comtodon]
domain = "likeable.space"
[taxonomies]
tags = "tags"
[author]
name = "tastytea"
email = "tastytea@tastytea.de"
[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.footer]]
name = "Kontakt"
url = "https://tastytea.de/"
weight = 1
[[menu.footer]]
name = "Quellcode"
url = "https://schlomp.space/tastytea/text-de"
weight = 2