nilsschulte.de/config.toml
2019-11-19 16:50:35 +01:00

23 lines
416 B
TOML

baseURL = "https://nilsschulte.de/"
languageCode = "en-us"
title = "nilsschulte.de"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
[outputs]
home = ["HTML"]
section = ["HTML", "RSS", "Atom"]
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[outputFormats.RSS]
mediaType = "application/xml"
baseName = "rss"
[outputFormats.Atom]
mediaType = "application/atom+xml"
baseName = "atom"