blog.bouah.net/config.toml
Maxime “pep” Buquet 026a9f7e8e
mv content/post{,s}
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-16 14:10:45 +01:00

20 lines
554 B
TOML

BaseURL = "https://blog.bouah.net"
languageCode = "en-us"
title = "Grumpy pep."
author = "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 = ""
[params.info]
homeTitle = "Sysadmin Apprentice"
poweredby = true
[params.social]
email = "blog@bouah.net"
[permalinks]
post = "/:year/:month/:slug/"
posts = "/:year/:month/:slug/"