20 lines
545 B
TOML
20 lines
545 B
TOML
BaseURL = "https://blog.bouah.net"
|
|
languageCode = "en-us"
|
|
title = "Grumpy pep."
|
|
author = "pep."
|
|
theme = "kiss"
|
|
copyright = "© <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 = ""
|
|
enableFavicon = false
|
|
|
|
[params.info]
|
|
homeTitle = "Sysadmin Apprentice"
|
|
poweredby = true
|
|
|
|
[params.social]
|
|
email = "blog@bouah.net"
|
|
|
|
[permalinks]
|
|
post = "/:year/:month/:slug/"
|