Files
markusgraf_ch/hugo.toml
T
2025-10-27 22:23:15 +01:00

16 lines
392 B
TOML

baseURL = 'https://markusgraf.ch/'
languageCode = 'de'
title = 'Markus Graf'
# Disable default taxonomies (categories and tags) for minimal site
# To re-enable for blog/content organization, see docs/TAXONOMIES.md
disableKinds = ['taxonomy', 'term']
[params]
description = 'Personal website of Markus Graf'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true