redzuurdesem/config.toml

29 lines
627 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
2018-04-21 10:12:43 +02:00
googleAnalytics = "UA-117973708-1"
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-10 16:50:03 +02:00
logo = "/images/desemdoos.png"
2018-04-19 22:25:41 +02:00
# For search functionnality
[outputs]
home = [ "HTML", "RSS", "JSON"]
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