71 lines
1.4 KiB
TOML
71 lines
1.4 KiB
TOML
baseURL = "https://blog.tastytea.de/"
|
|
languageCode = "en"
|
|
title = "tastyteablog"
|
|
theme = [ "tastytea", "slick" ]
|
|
copyright = "CC BY-NC 4.0"
|
|
|
|
pygmentsCodefences = true
|
|
pygmentsCodeFencesGuessSyntax = false
|
|
pygmentsUseClasses = true
|
|
|
|
canonifyURLs = false
|
|
Paginate = 5
|
|
PaginatePath = "page"
|
|
|
|
enableGitInfo = true
|
|
|
|
[params]
|
|
subtitle = "I write things here."
|
|
favicon = "favicon.png"
|
|
datefmt = "2006-01-02"
|
|
showfullcontent = false
|
|
opengraph = true
|
|
schema = true
|
|
|
|
[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.main]]
|
|
# name = "Clearnet"
|
|
# url = "https://blog.tastytea.de/"
|
|
# weight = 10
|
|
|
|
# [[menu.main]]
|
|
# name = "Tor"
|
|
# url = "http://c2vn2z2fnztv2f4ovj7h7l3g56qv7xb2pi5p6w7cifhmqeaqbekpedqd.onion/"
|
|
# weight = 11
|
|
|
|
|
|
[[menu.footer]]
|
|
name = "Contact"
|
|
url = "https://tastytea.de/"
|
|
weight = 1
|
|
|
|
[[menu.footer]]
|
|
name = "Sourcecode"
|
|
url = "https://schlomp.space/tastytea/blog"
|
|
weight = 2
|