redzuurdesem/config.toml

48 lines
1.0 KiB
TOML
Raw Permalink Normal View History

2018-07-25 10:19:10 +02:00
baseURL = "https://redzuurdesem.be"
2018-04-19 22:25:41 +02:00
title = "Red Zuurdesem"
publishDir = "docs"
2020-05-10 16:50:03 +02:00
languageCode = "nl"
DefaultContentLanguage = "nl"
PaginatePath = "pagina"
2018-04-19 22:25:41 +02:00
ignorefiles = [ "content/boek/src/.*" ]
2020-05-10 16:50:03 +02:00
theme = "desem-swift-theme"
2018-07-25 10:19:10 +02:00
2018-04-19 22:25:41 +02:00
[params]
2020-06-08 15:24:51 +02:00
logo = "/images/badge.png"
copyright = "Copyright 2020 Red Zuurdesem"
description = "Red Zuurdesem: Zuurdesembrood bakken opnieuw populair maken."
[Author]
name = "Wouter Groeneveld"
2018-04-19 22:25:41 +02:00
# For search functionnality
[outputs]
2020-05-11 10:35:19 +02:00
home = [ "HTML", "RSS" ]
2018-04-19 22:25:41 +02:00
2022-02-05 10:11:39 +01:00
# added since Hugo 0.9x to allow babel to be executed
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'babel']
2020-04-08 11:06:19 +02:00
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe= true
[markup.highlight]
codeFences = true
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.youtube]
disable = false
privacyEnhanced = true