blog/config.toml

65 lines
1.2 KiB
TOML
Raw Normal View History

2019-02-15 01:31:21 +01:00
baseURL = "https://blog.tastytea.de/"
languageCode = "en"
title = "tastyteablog"
theme = [ "tastytea", "slick" ]
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
Paginate = 10
PaginatePath = "page"
2019-02-15 01:33:24 +01:00
enableGitInfo = true
2019-02-15 01:31:21 +01:00
[params]
subtitle = "I write things here."
2019-02-15 02:52:40 +01:00
favicon = "favicon.png"
2019-02-15 01:31:21 +01:00
datefmt = "2006-01-02"
showfullcontent = true
opengraph = true
2019-02-21 09:01:40 +01:00
schema = true
2019-02-15 01:31:21 +01:00
[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 = "Website"
url = "https://tastytea.de/"
weight = 1
[[menu.footer]]
name = "Sourcecode"
url = "https://schlomp.space/tastytea"
weight = 2
[[menu.footer]]
name = "Fediverse"
url = "https://likeable.space/users/tastytea"
weight = 3