2019-02-25 17:40:33 +00:00
|
|
|
BaseURL = "https://bouah.net"
|
2022-03-31 18:50:00 +00:00
|
|
|
title = "Hacking around oppressions"
|
2018-03-31 01:43:24 +00:00
|
|
|
theme = "kiss"
|
|
|
|
googleAnalytics = ""
|
|
|
|
enableRobotsTXT = true
|
|
|
|
disqusShortname = ""
|
|
|
|
|
2018-08-29 00:36:11 +00:00
|
|
|
staticDir = ["static"]
|
|
|
|
|
2022-03-28 02:20:03 +00:00
|
|
|
languageCode = "en-us"
|
|
|
|
defaultContentLanguage = 'en'
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
|
|
weight = 1
|
|
|
|
languageName = "English"
|
|
|
|
copyright = "© <a href=\"https://bouah.net\">Maxime “pep.” Buquet</a> 2019. 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 = "© <a href=\"https://bouah.net\">Maxime “pep.” Buquet</a> 2019. Sous license <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC-BY-SA 4.0</a> sauf indication contraire."
|
2018-08-30 17:31:21 +00:00
|
|
|
[params]
|
|
|
|
author = "pep."
|
|
|
|
|
2020-07-17 22:32:57 +00:00
|
|
|
[params.assets]
|
|
|
|
customCss = ["css/custom.css"]
|
|
|
|
|
2018-03-31 01:43:24 +00:00
|
|
|
[params.info]
|
2022-03-31 18:50:00 +00:00
|
|
|
homeTitle = "Grumpy pep."
|
2018-03-31 01:43:24 +00:00
|
|
|
poweredby = true
|
|
|
|
|
|
|
|
[params.social]
|
|
|
|
email = "blog@bouah.net"
|
2022-04-13 19:56:22 +00:00
|
|
|
liberapay = "pep"
|
2018-07-13 13:52:02 +00:00
|
|
|
|
2019-10-02 21:32:10 +00:00
|
|
|
[params.social.config]
|
2022-04-13 19:56:22 +00:00
|
|
|
platforms = ["email", "liberapay"]
|
2019-10-02 21:32:10 +00:00
|
|
|
|
2018-07-13 13:52:02 +00:00
|
|
|
[permalinks]
|
|
|
|
post = "/:year/:month/:slug/"
|
2018-07-16 13:08:42 +00:00
|
|
|
posts = "/:year/:month/:slug/"
|
2018-08-30 17:31:21 +00:00
|
|
|
|
|
|
|
[mediaTypes]
|
2019-06-10 18:31:42 +00:00
|
|
|
[mediaTypes."application/atom+xml"]
|
2018-08-30 17:31:21 +00:00
|
|
|
suffixes = ["xml"]
|
2020-08-12 20:56:58 +00:00
|
|
|
[mediaTypes."text/plain"]
|
|
|
|
suffixes = ["md"]
|
2018-08-30 17:31:21 +00:00
|
|
|
|
|
|
|
[outputFormats.Atom]
|
2019-06-10 18:31:42 +00:00
|
|
|
mediaType = "application/atom+xml"
|
2018-08-30 17:31:21 +00:00
|
|
|
baseName = "index"
|
|
|
|
isPlainText = true
|
|
|
|
|
2020-08-12 20:56:58 +00:00
|
|
|
[outputFormats.Md]
|
|
|
|
mediaType = "text/plain"
|
|
|
|
baseName = "index"
|
|
|
|
isPlainText = true
|
|
|
|
|
2018-08-30 17:31:21 +00:00
|
|
|
[outputs]
|
|
|
|
home = ["HTML", "Atom"]
|
2020-08-12 20:56:58 +00:00
|
|
|
page = ["HTML", "Md"]
|
2020-07-17 16:08:58 +00:00
|
|
|
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
xhtml = true
|