redzuurdesem/config.toml

46 lines
998 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"
2018-07-25 10:19:10 +02:00
languageCode = "nl-BE"
2018-04-19 22:25:41 +02:00
2018-04-21 10:12:43 +02:00
googleAnalytics = "UA-117973708-1"
ignorefiles = [ "content/boek/src/.*" ]
2019-02-08 09:17:26 +01:00
2018-04-19 22:25:41 +02:00
#####
# theme config
# see https://learn.netlify.com/en/basics/installation/
theme = "hugo-theme-learn"
2018-07-25 10:19:10 +02:00
[Author]
name = "Wouter Groeneveld"
email = "wouter.groeneveld@gmail.com"
2018-04-19 22:25:41 +02:00
[params]
themeVariant = "green"
# 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
2020-04-16 09:07:49 +02:00
[[menu.shortcuts]]
name = "<i class='fab fa-facebook-square'></i> Facebook"
identifier = "fb"
url = "https://facebook.com/redzuurdesem"
weight = 11
2020-03-31 15:02:21 +02:00
[[menu.shortcuts]]
name = "<i class='fa fa-link'></i> Broodbak Vrienden"
identifier = "links"
url = "/vrienden"
2020-04-16 09:07:49 +02:00
weight = 12
2020-03-31 15:02:21 +02:00