blog.bouah.net/config.toml

66 lines
1.5 KiB
TOML

BaseURL = "https://bouah.net"
title = "Hacking around oppressions"
theme = "kiss"
googleAnalytics = ""
enableRobotsTXT = true
disqusShortname = ""
staticDir = ["static"]
languageCode = "en-us"
defaultContentLanguage = 'en'
[languages]
[languages.en]
weight = 1
languageName = "English"
copyright = "&copy; <a href=\"https://bouah.net\">Maxime “pep.” Buquet</a> 2022. Licensed under <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC-BY-SA 4.0</a> unless specified."
[languages.fr]
weight = 2
languageName = "Français"
copyright = "&copy; <a href=\"https://bouah.net\">Maxime “pep.” Buquet</a> 2022. Sous license <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC-BY-SA 4.0</a> sauf indication contraire."
[params]
author = "pep."
[params.assets]
customCss = ["css/custom.css"]
[params.info]
homeTitle = "Grumpy pep."
poweredby = true
[params.social]
email = "blog@bouah.net"
liberapay = "pep"
[params.social.config]
platforms = ["email", "liberapay"]
[permalinks]
post = "/:year/:month/:slug/"
posts = "/:year/:month/:slug/"
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[mediaTypes."text/plain"]
suffixes = ["md"]
[outputFormats.Atom]
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = true
[outputFormats.Md]
mediaType = "text/plain"
baseName = "index"
isPlainText = true
[outputs]
home = ["HTML", "Atom"]
page = ["HTML", "Md"]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
xhtml = true