You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.0 KiB
48 lines
1.0 KiB
baseURL = "https://redzuurdesem.be"
|
|
title = "Red Zuurdesem"
|
|
publishDir = "docs"
|
|
languageCode = "nl"
|
|
DefaultContentLanguage = "nl"
|
|
|
|
PaginatePath = "pagina"
|
|
|
|
ignorefiles = [ "content/boek/src/.*" ]
|
|
theme = "desem-swift-theme"
|
|
|
|
[params]
|
|
logo = "/images/badge.png"
|
|
copyright = "Copyright 2020 Red Zuurdesem"
|
|
description = "Red Zuurdesem: Zuurdesembrood bakken opnieuw populair maken."
|
|
|
|
[Author]
|
|
name = "Wouter Groeneveld"
|
|
|
|
# For search functionnality
|
|
[outputs]
|
|
home = [ "HTML", "RSS" ]
|
|
|
|
# added since Hugo 0.9x to allow babel to be executed
|
|
[security]
|
|
enableInlineShortcodes = false
|
|
[security.exec]
|
|
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'babel']
|
|
|
|
[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
|