16 lines
392 B
TOML
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
|