Files
mantelzorgwoning.info/themes/godocs-3/exampleSite/config/_default/params.toml
2025-12-05 09:15:15 +01:00

127 lines
3.6 KiB
TOML
Executable File

#################### default parameters ################################
# favicon
favicon = "images/favicon.png"
# logo
logo = "images/logo.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "155px"
# 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 = "GoDocs"
# 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]
# google tag manager, see https://developers.google.com/tag-manager/
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
google_tag_manager = "" # example: G-XXXXXXXXXX
# 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
copyright = "Copyright by your company"
theme_copyright = true
# Preloader
[preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[[nav_button]]
label = "changelog"
link = "changelog/"
style = "outline" # available style: solid, outline
[[nav_button]]
label = "Contact"
link = "contact/"
style = "solid" # available style: solid, outline
# call to action
[call_to_action]
enable = true
title = "Still Didn't Find Your Answer?"
image = "images/cta-illustration.jpg"
content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam <br> nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam"
[call_to_action.button]
enable = true
label = "Submit a ticket"
link = "contact/"
# Crisp Chat
[crisp_chat]
crisp_website_id = "9aa449e1-9999-422a-938f-8567982eec6d" # replace this code with yours
enable = false
# Check this video tutorial to get your crisp website ID - https://www.youtube.com/watch?v=nW5UX6iVdFc
# seo meta data for OpenGraph / Twitter Card
[metadata]
author = "GetHugoThemes"
description = "This is meta description"
image = "images/favicon.png" # this image will be used as fallback if a page has no image of its own
keywords = ["Boilerplate", "Hugo", "Themefisher", "GetHugoThemes"]
# 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 = "" # 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 = "I Accept"
content = "This site uses cookies. By continuing to use this website, you agree to their use."
enable = false
expire_days = 2
############################# social site ########################
[[social]]
icon = "fab fa-facebook" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "facebook"
[[social]]
icon = "fab fa-twitter" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "twitter"
[[social]]
icon = "fab fa-github" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "github"
[[social]]
icon = "fab fa-linkedin" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "linkedin"