blog/config.toml

77 lines
1.4 KiB
TOML
Raw Normal View History

baseURL = "https://thoughtpile.tastytea.de/"
2019-02-15 01:31:21 +01:00
languageCode = "en"
title = "Thoughtpile"
2019-11-26 23:57:51 +01:00
theme = [ "nocolor" ]
2019-02-15 01:31:21 +01:00
copyright = "CC BY-NC 4.0"
pygmentsCodefences = true
pygmentsCodeFencesGuessSyntax = false
pygmentsUseClasses = true
2019-02-15 02:12:31 +01:00
2019-02-15 01:31:21 +01:00
canonifyURLs = false
2019-05-10 17:30:36 +02:00
Paginate = 5
2019-02-15 01:31:21 +01:00
PaginatePath = "page"
2019-02-15 01:33:24 +01:00
enableGitInfo = true
2019-02-15 01:31:21 +01:00
[params]
subtitle = "A pile of thoughts."
2019-02-15 02:52:40 +01:00
favicon = "favicon.png"
2019-02-15 01:31:21 +01:00
datefmt = "2006-01-02"
showfullcontent = false
2019-02-15 01:31:21 +01:00
opengraph = true
2019-02-21 09:01:40 +01:00
schema = true
2019-11-26 23:57:51 +01:00
css = "blog.css"
2019-02-15 01:31:21 +01:00
2019-11-03 07:42:56 +01:00
[params.comtodon]
domain = "likeable.space"
[params.aria]
menu_top = "Main"
menu_bottom = "Contact"
2019-02-15 01:31:21 +01:00
[taxonomies]
tags = "tags"
[author]
name = "tastytea"
email = "tastytea@tastytea.de"
2019-11-26 23:57:51 +01:00
[services.rss]
limit = 20
2019-02-15 01:31:21 +01:00
[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]]
2019-02-23 05:41:00 +01:00
name = "Contact"
2019-02-15 01:31:21 +01:00
url = "https://tastytea.de/"
weight = 1
[[menu.footer]]
name = "Sourcecode"
2019-02-23 05:41:00 +01:00
url = "https://schlomp.space/tastytea/blog"
2019-02-15 01:31:21 +01:00
weight = 2
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 4
ordered = false