blog/config.toml

77 lines
1.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
[params]
subtitle = "A pile of thoughts."
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]
tags = "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.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