50 lines
910 B
TOML
50 lines
910 B
TOML
baseURL = "https://jankremer.eu/"
|
|
title = "Jan Kremer"
|
|
copyright = "CC0 1.0"
|
|
defaultContentLanguage = "de"
|
|
enableGitInfo = true
|
|
|
|
[params]
|
|
[params.author]
|
|
name = "Jan Kremer"
|
|
email = "mail@jankremer.eu"
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
name = "Blog"
|
|
pageRef = "/"
|
|
weight = 1
|
|
[[menus.main]]
|
|
name = "Fotos"
|
|
pageRef = "/fotos"
|
|
weight = 2
|
|
[[menus.main]]
|
|
name = "Über mich"
|
|
pageRef = "/about"
|
|
weight = 3
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
[markup.goldmark.parser]
|
|
wrapStandAloneImageWithinParagraph = false
|
|
[markup.goldmark.parser.attribute]
|
|
block = true
|
|
[markup.highlight]
|
|
style = "github"
|
|
|
|
[mediaTypes]
|
|
[mediaTypes.'application/atom+xml']
|
|
suffixes = ['atom']
|
|
|
|
[outputFormats]
|
|
[outputFormats.atom]
|
|
mediaType = 'application/atom+xml'
|
|
noUgly = true
|
|
|
|
[outputs]
|
|
home = ['html', 'rss', 'atom']
|
|
section = ['html', 'rss', 'atom']
|
|
taxonomy = ['html', 'rss', 'atom']
|
|
term = ['html', 'rss', 'atom']
|