36 lines
779 B
TOML
36 lines
779 B
TOML
BaseURL = "https://bouah.net"
|
|
languageCode = "en-us"
|
|
title = "Grumpy 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 = ""
|
|
|
|
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"]
|