2025-10-27 10:25:11 +01:00
|
|
|
baseURL = 'https://markusgraf.ch/'
|
2025-10-27 22:23:15 +01:00
|
|
|
languageCode = 'de'
|
2025-10-27 10:25:11 +01:00
|
|
|
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
|
2025-10-27 22:49:28 +01:00
|
|
|
|
|
|
|
|
[[menus.main]]
|
|
|
|
|
name = 'Lebenslauf'
|
|
|
|
|
pageRef = '/cv'
|
|
|
|
|
weight = 10
|