hugo-theme-relearn/docs/config/testing/hugo.toml

23 lines
809 B
TOML
Raw Normal View History

2025-01-29 23:30:53 +01:00
# We disable this for testing; you must do so too
2023-06-09 20:28:03 +02:00
# if you want to use the themes parameter disableGeneratorVersion=true;
# otherwise Hugo will create a generator tag on your home page
disableHugoGeneratorInject = true
# We are pretty sure, to not have unintentionally untranslated titles;
# it may happen in case when shortcodes want to set an automatic title
# out of a given style setting (this is allowed to fail for non severity styles)
# enableMissingTranslationPlaceholders = true
# Audit your published site for problems
# https://discourse.gohugo.io/t/audit-your-published-site-for-problems/35184/12
2023-06-09 20:28:03 +02:00
[minify]
[minify.tdewolff]
[minify.tdewolff.html]
keepComments = true
[params]
disableGeneratorVersion = true
disableAssetsBusting = true
disableRandomIds = true
minify = false