This repository has been archived on 2020-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
thoughtpile/config.toml

73 lines
1.3 KiB
TOML

baseURL = "https://thoughtpile.tastytea.de/"
languageCode = "en"
title = "A pile of thoughts"
theme = [ "nocolor" ]
copyright = "CC BY-NC 4.0"
# pygmentsCodefences = true
# pygmentsCodeFencesGuessSyntax = false
# pygmentsUseClasses = true
canonifyURLs = false
Paginate = 5
PaginatePath = "page"
enableGitInfo = true
[params]
subtitle = ""
favicon = "favicon.png"
datefmt = "2006-01-02"
showfullcontent = false
opengraph = true
schema = true
css = "blog.css"
[params.comtodon]
domain = "likeable.space"
[taxonomies]
tags = "tags"
[author]
name = "tastytea"
email = "tastytea@tastytea.de"
[services.rss]
limit = 20
[menu]
[[menu.main]]
identifier = "posts"
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/thoughtpile"
weight = 2
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 4
ordered = false