redzuurdesem/config.toml

52 lines
1.1 KiB
TOML

baseURL = "https://redzuurdesem.be"
title = "Red Zuurdesem"
publishDir = "docs"
languageCode = "nl-BE"
googleAnalytics = "UA-117973708-1"
ignorefiles = [ "content/boek/.*" ]
#####
# theme config
# see https://learn.netlify.com/en/basics/installation/
theme = "hugo-theme-learn"
[Author]
name = "Wouter Groeneveld"
email = "wouter.groeneveld@gmail.com"
[params]
themeVariant = "green"
# For search functionnality
[outputs]
home = [ "HTML", "RSS", "JSON"]
# https://gohugo.io/getting-started/configuration-markup (ofwel de oude unsafe togglen?) - is nodig, Wordpress export bevat veel HTML!
[markup]
defaultMarkdownHandler = "blackfriday"
[blackfriday]
extensionsmask = ["fencedCode"]
fractions = false
[[menu.shortcuts]]
name = "<i class='fas fa-book-open'></i> Red Zuurdesem: het boek"
identifier = "boek"
url = "/het-boek"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-facebook-square'></i> Facebook"
identifier = "fb"
url = "https://facebook.com/redzuurdesem"
weight = 11
[[menu.shortcuts]]
name = "<i class='fa fa-link'></i> Broodbak Vrienden"
identifier = "links"
url = "/vrienden"
weight = 12