website/hugo.toml
Jan Kremer f91ff03006
Meta: Spring cleaning
Added syntax highlighting, remove font, many small improvements.
Hot fix font: Athelas shows weird symbols in Chrome.
2024-04-02 08:10:20 +02:00

33 lines
488 B
TOML

baseURL = 'https://jankremer.eu/'
languageCode = 'de'
title = 'Jan Kremer'
copyright = 'CC-BY-SA 4.0'
[markup]
[markup.highlight]
style = "catppuccin-latte"
[params]
[params.author]
name = 'Jan Kremer'
email = 'mail@jankremer.eu'
[[menus.main]]
name = 'Blog'
pageRef = '/blog'
weight = 20
[[menus.main]]
name = 'Microblog'
pageRef = '/micro'
weight = 30
[[menus.main]]
name = 'Fotos'
pageRef = '/photos'
weight = 40
[[menus.main]]
name = 'Über mich'
pageRef = '/about'
weight = 50