Files
mantelzorgwoning.info/config/_default/params.toml
2026-01-13 11:13:48 +01:00

109 lines
2.9 KiB
TOML
Executable File

#################### default parameters ################################
# favicon
favicon = "/favicon.ico"
faviconPng = "/favicon.png"
# logo
logo = "images/logoDark.svg"
main_site_link = "https://mantelzorgwoning.info"
logo_icon = "images/logo-icon.png"
site_logo = "images/site-logo.png"
docs_logo = "images/docs-logo.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "180px"
# if logo_webp set false, will not generate WEBP version of logo | default is true
logo_webp = true
# logo text will only show when logo is missing.
logo_text = "Mantelzorgwoning.info"
# purgeCSS
purge_css = true
# image gallery shortcode
image_gallery = true
# contact form action
contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io]
# feedback form action
feedback_form_action = "#" # feedback form works with [https://airform.io/] or [https://formspree.io]
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# table of content on document page
table_of_content = true
# copyright
theme_copyright = true
copyright = "[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.nl)"
# Preloader
[preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[[nav_button]]
label = "nav_contact"
link = "contact/"
style = "solid" # available style: solid, outline
[feedback]
enable = true
# Crisp Chat
[crisp_chat]
crisp_website_id = ""
enable = false
# seo meta data for OpenGraph / Twitter Card
[metadata]
author = "StartIT"
description = "Uw publieke informatiebron over mantelzorgwoningen. Van vergunning tot plaatsing."
image = "images/favicon.svg" # this image will be used as fallback if a page has no image of its own
keywords = ["StartIT", "mantelzorgwoning", "mantelzorgwoning", "mantelzorgers", "mantelzorg behoevende", "mantelzorg vergunning"]
# matomo tracking: see https://matomo.org/
[matomo]
enable = false
id = "" # your matomo id
url = "" # your matomo url
# baidu analytics: see https://tongji.baidu.com/
[baidu]
analytics_id = "" # Your ID
enable = false
# plausible analytics: see https://plausible.io/
[plausible]
domain = "stats.start-it.nl" # yourdomain.com
enable = false
# counter analytics: see https://counter.dev/setup.html
[counter]
enable = false
username = "" # your username
# site verifications
[site_verification]
baidu = "" # Your verification code
bing = "" # Your verification code
facebook = "" # Your verification code
google = "" # Your verification code
mastodon = "" # Your verification code
# cookies
[cookies]
button = "Akkoord"
content = "Deze website gebruikt uitsluitend noodzakelijke cookies, geen commerciële."
enable = true
expire_days = 2
############################# social site ########################
[[social]]
icon = "fab fa-github"
link = ""
title = "github"
[[social]]
icon = "fab fa-linkedin"
link = ""
title = "linkedin"