AMPERION_Webpage/config/_default/params.toml

104 lines
3.2 KiB
TOML
Raw Permalink Normal View History

2025-06-06 18:12:46 +02:00
#################### default parameters ################################
# favicon
favicon = "images/amperion_logo.webp"
# logo
logo = "images/Schrift_1.webp"
2025-07-24 00:03:22 +02:00
logo_hover = "images/Schrift_2.webp"
2025-07-25 20:14:11 +02:00
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "200px"
# logo text will only show when logo is missing.
2025-06-06 18:12:46 +02:00
logo_text = "AMPERION"
# navbar fixed to top
navbar_fixed = true
# OpenGraph / Twitter Card metadata
2025-09-08 01:15:11 +02:00
description = "Staatlich geprüftes Ingenieurbüro & Elektrotechnikbetrieb: Planung, Projektmanagement & Consulting für Photovoltaik, Energiespeicher und Ladeinfrastruktur."
default_meta_description = "Staatlich geprüftes Ingenieurbüro & Elektrotechnikbetrieb: Planung, Projektmanagement & Consulting für Photovoltaik, Energiespeicher und Ladeinfrastruktur."
2025-06-06 18:12:46 +02:00
author = "AMPERION GmbH"
2025-07-25 20:14:11 +02:00
image = "images/logo.webp" # this image will be used as fallback if a page has no image of its own
# Whether to display text descriptors (like "E-mail: ", "Phone: ") before the address block elements
address_descriptors = false
2025-06-06 18:12:46 +02:00
# contact info
2025-08-12 19:57:23 +02:00
phone1 = """+43 677 62090425"""
phone2 = """+43 677 62090426"""
2025-06-06 18:12:46 +02:00
email = "office@amperion.at"
location = """
**AMPERION GmbH**
Margarethner Straße 24a <br>
2431 Enzersdorf an der Fischa
"""
# copyright
copyright = "AMPERION GmbH"
2025-07-25 20:14:11 +02:00
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
2025-07-25 20:08:03 +02:00
custom_script= ""
2025-06-06 18:12:46 +02:00
2025-07-25 20:14:11 +02:00
[contact.form]
2025-07-23 16:46:21 +02:00
enable = true
2025-07-25 20:14:11 +02:00
# Whether to use [Netlify Forms](https://docs.netlify.com/forms/setup/)
2025-08-12 19:57:23 +02:00
use_netlify = true
2025-07-25 20:14:11 +02:00
# Whether to use recaptch v3 in form
2025-08-12 19:57:23 +02:00
use_recaptcha = false
2025-07-25 20:14:11 +02:00
# Form action
## Fill in your Form ID URL for Formspree.io, e.g. `https://formspree.io/f/{form_id}`
## Ignored if `use_netlify = true` (custom [success page](https://docs.netlify.com/forms/setup/#success-messages) is already included)
2025-06-06 18:12:46 +02:00
action = "#"
2025-07-25 20:14:11 +02:00
# Image on custom success page `/message_sent.html`
2025-06-06 18:12:46 +02:00
success_image = "images/paper-plane.svg"
# Preloader
2025-07-25 20:14:11 +02:00
[preloader]
2025-06-06 18:12:46 +02:00
enable = true
2025-07-25 20:14:11 +02:00
preloader = "" # use jpg, png, svg or gif format.
2025-06-06 18:12:46 +02:00
# Navigation button
2025-07-25 20:14:11 +02:00
[navigation_button]
2025-06-06 18:12:46 +02:00
enable = true
label = "get a quote"
link = "contact"
2025-07-25 20:14:11 +02:00
# matomo tracking: see https://matomo.org/
[matomo]
2025-09-02 22:21:50 +02:00
enable = true
url = "https://matomo.amperion.at" # your matomo url
id = "1" # your matomo id
2025-06-06 18:12:46 +02:00
2025-07-25 20:14:11 +02:00
# site verifications
[site_verification]
google = "" # Your verification code
bing = "" # Your verification code
baidu = "" # Your verification code
# cookies
[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:14:11 +02:00
[widgets]
2025-06-06 18:12:46 +02:00
sidebar = ["recent_posts", "taxonomy_category", "taxonomy_tags"]
2025-07-25 20:14:11 +02:00
# available widget : categories,tags,recent-post
############################# social site ########################
#[[social]]
#title = "facebook"
#image = "images/social/facebook.webp"
2025-08-12 19:57:23 +02:00
#link = "https://www.facebook.com/share/1CZ7xm6cdw/?mibextid=wwXIfr"
2025-07-25 20:14:11 +02:00
[[social]]
title = "instagram"
image = "images/social/instagram.webp"
2025-08-12 19:57:23 +02:00
link = "https://www.instagram.com/amperion.at/"
2025-07-25 20:14:11 +02:00
[[social]]
title = "linkedin"
image = "images/social/linkedin.webp"
2025-08-12 19:57:23 +02:00
link = "https://www.linkedin.com/company/amperion-gmbh/"