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 = "© Maxime “pep.” Buquet 2019. Licensed under CC-BY-SA 4.0 unless specified."
[languages.fr]
weight = 2
languageName = "Français"
copyright = "© Maxime “pep.” Buquet 2019. Sous license CC-BY-SA 4.0 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