website/hugo.toml
Jan Kremer eb7cfb4149
meta: Move config from yaml to toml
Toml is the standard in Hugo
2025-07-09 15:48:22 +02:00

29 lines
445 B
TOML

baseURL = "https://jankremer.eu/"
title = "Jan Kremer"
copyright = "CC0 1.0"
defaultContentLanguage = "de"
enableGitInfo = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "rose-pine-dawn"
[params]
[params.author]
name = "Jan Kremer"
email = "mail@jankremer.eu"
[menus]
[[menus.main]]
name = "Blog"
pageRef = "/"
weight = 1
[[menus.main]]
name = "Über mich"
pageRef = "/about"
weight = 2