redzuurdesem/config.toml

37 lines
807 B
TOML
Raw 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-05-14 22:12:22 +02:00
logo = "/images/badge.png"
fathomid = "BUDSM"
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
2020-04-08 11:06:19 +02:00
# https://gohugo.io/getting-started/configuration-markup (ofwel de oude unsafe togglen?) - is nodig, Wordpress export bevat veel HTML!
[markup]
defaultMarkdownHandler = "blackfriday"
2018-04-19 22:25:41 +02:00
[blackfriday]
extensionsmask = ["fencedCode"]
fractions = false
2018-04-21 10:00:30 +02:00
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.youtube]
disable = false
privacyEnhanced = true