hugo-skeleton/hugo.toml
2025-02-06 17:44:53 +01:00

8 lines
210 B
TOML

baseURL = 'https://example.org/'
languageCode = 'de-de'
title = 'Title'
theme = 'default'
publishDir = 'html'
cleanDestinationDir = true
markup.goldmark.renderer.unsafe = false
disableHugoGeneratorInject = true