redzuurdesem/config.toml

42 lines
802 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"
2019-02-08 09:17:26 +01:00
ignorefiles = [ "content/boek/.*" ]
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"]
[blackfriday]
extensionsmask = ["fencedCode"]
fractions = false
2018-04-21 10:00:30 +02:00
[[menu.shortcuts]]
name = "<i class='fa fa-facebook'></i> Facebook"
identifier = "ds"
url = "https://facebook.com/redzuurdesem"
weight = 10
2020-03-31 15:02:21 +02:00
[[menu.shortcuts]]
name = "<i class='fa fa-link'></i> Broodbak Vrienden"
identifier = "links"
url = "/vrienden"
weight = 11