blog.bouah.net/config.toml
Maxime “pep” Buquet 6e6a16ae43 Update theme and add custom css
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-07-18 00:48:01 +02:00

47 lines
954 B
TOML

BaseURL = "https://bouah.net"
languageCode = "en-us"
title = "Grumpy pep."
theme = "kiss"
copyright = "&copy; <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."
googleAnalytics = ""
enableRobotsTXT = true
disqusShortname = ""
staticDir = ["static"]
[params]
author = "pep."
[params.assets]
customCss = ["css/custom.css"]
[params.info]
homeTitle = "Sysadmin Apprentice"
poweredby = true
[params.social]
email = "blog@bouah.net"
[params.social.config]
platforms = ["email"]
[permalinks]
post = "/:year/:month/:slug/"
posts = "/:year/:month/:slug/"
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[outputFormats.Atom]
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = true
[outputs]
home = ["HTML", "Atom"]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
xhtml = true