blog.bouah.net/config.toml
Maxime “pep” Buquet fe3c9d42e7
Change domain to bouah.net
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-25 17:40:33 +00:00

36 lines
779 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> 2018. 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.info]
homeTitle = "Sysadmin Apprentice"
poweredby = true
[params.social]
email = "blog@bouah.net"
[permalinks]
post = "/:year/:month/:slug/"
posts = "/:year/:month/:slug/"
[mediaTypes]
[mediaTypes."application/atom"]
suffixes = ["xml"]
[outputFormats.Atom]
mediaType = "application/atom"
baseName = "index"
isPlainText = true
[outputs]
home = ["HTML", "Atom"]