AMPERION_Webpage/config/_default/params.toml

91 lines
2 KiB
TOML
Raw Normal View History

2025-06-06 18:12:46 +02:00
#################### default parameters ################################
2025-07-25 20:08:03 +02:00
[params]
2025-06-06 18:12:46 +02:00
# favicon
favicon = "images/amperion_logo.webp"
2025-07-25 20:08:03 +02:00
2025-06-06 18:12:46 +02:00
# logo
logo = "images/Schrift_1.webp"
2025-07-24 00:03:22 +02:00
logo_hover = "images/Schrift_2.webp"
2025-07-25 20:08:03 +02:00
logo_width = "200px" # use `px` or `x`. Note: doesn't work with .svg
2025-06-06 18:12:46 +02:00
logo_text = "AMPERION"
2025-07-25 20:08:03 +02:00
2025-06-06 18:12:46 +02:00
# navbar fixed to top
navbar_fixed = true
2025-07-25 20:08:03 +02:00
2025-06-06 18:12:46 +02:00
# OpenGraph / Twitter Card metadata
description = "This is meta description"
author = "AMPERION GmbH"
2025-07-25 20:08:03 +02:00
image = "images/logo.webp" # fallback image for social sharing
2025-06-06 18:12:46 +02:00
# contact info
phone = """+43 677 62090425 <br>
+43 677 62090426"""
email = "office@amperion.at"
location = """
**AMPERION GmbH**
Margarethner Straße 24a <br>
2431 Enzersdorf an der Fischa
"""
2025-07-25 20:08:03 +02:00
# Whether to display text descriptors before address items
address_descriptors = false
2025-06-06 18:12:46 +02:00
# copyright
copyright = "AMPERION GmbH"
2025-07-25 20:08:03 +02:00
# custom script in header
custom_script= ""
2025-06-06 18:12:46 +02:00
2025-07-25 20:08:03 +02:00
# Contact form settings
[params.contact.form]
2025-07-23 16:46:21 +02:00
enable = true
2025-06-06 18:12:46 +02:00
use_netlify = false
2025-07-23 16:46:21 +02:00
use_recaptcha = true
2025-06-06 18:12:46 +02:00
action = "#"
success_image = "images/paper-plane.svg"
2025-07-25 20:08:03 +02:00
# Social media links (corrected)
[[params.social]]
title = "instagram"
image = "images/social/instagram.webp"
link = "https://www.instagram.com/amperion_official"
[[params.social]]
title = "linkedin"
image = "images/social/linkedin.webp"
link = "https://www.linkedin.com/company/101907682"
2025-06-06 18:12:46 +02:00
# Preloader
2025-07-25 20:08:03 +02:00
[params.preloader]
2025-06-06 18:12:46 +02:00
enable = true
2025-07-25 20:08:03 +02:00
preloader = "" # use jpg, png, svg or gif
2025-06-06 18:12:46 +02:00
# Navigation button
2025-07-25 20:08:03 +02:00
[params.navigation_button]
2025-06-06 18:12:46 +02:00
enable = true
label = "get a quote"
link = "contact"
2025-07-25 20:08:03 +02:00
# Matomo tracking
[params.matomo]
2025-06-06 18:12:46 +02:00
enable = false
2025-07-25 20:08:03 +02:00
url = ""
id = ""
2025-06-06 18:12:46 +02:00
2025-07-25 20:08:03 +02:00
# Site verifications
[params.site_verification]
google = ""
bing = ""
baidu = ""
2025-06-06 18:12:46 +02:00
2025-07-25 20:08:03 +02:00
# Cookies
[params.cookies]
2025-06-06 18:12:46 +02:00
enable = false
expire_days = 0
content = "Diese Seite verwendet keine Cookies. By continuing to use this website, you agree to their use."
button = "I Accept"
######################## sidebar widgets #########################
2025-07-25 20:08:03 +02:00
[params.widgets]
2025-06-06 18:12:46 +02:00
sidebar = ["recent_posts", "taxonomy_category", "taxonomy_tags"]