forked from markus/AMPERION_Webpage
90 lines
2 KiB
TOML
90 lines
2 KiB
TOML
#################### default parameters ################################
|
|
[params]
|
|
# favicon
|
|
favicon = "images/amperion_logo.webp"
|
|
|
|
# logo
|
|
logo = "images/Schrift_1.webp"
|
|
logo_hover = "images/Schrift_2.webp"
|
|
logo_width = "200px" # use `px` or `x`. Note: doesn't work with .svg
|
|
logo_text = "AMPERION"
|
|
|
|
# navbar fixed to top
|
|
navbar_fixed = true
|
|
|
|
# OpenGraph / Twitter Card metadata
|
|
description = "This is meta description"
|
|
author = "AMPERION GmbH"
|
|
image = "images/logo.webp" # fallback image for social sharing
|
|
|
|
# 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
|
|
"""
|
|
|
|
# Whether to display text descriptors before address items
|
|
address_descriptors = false
|
|
|
|
# copyright
|
|
copyright = "AMPERION GmbH"
|
|
|
|
# custom script in header
|
|
custom_script= ""
|
|
|
|
# Contact form settings
|
|
[params.contact.form]
|
|
enable = true
|
|
use_netlify = false
|
|
use_recaptcha = true
|
|
action = "#"
|
|
success_image = "images/paper-plane.svg"
|
|
|
|
# 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"
|
|
|
|
# Preloader
|
|
[params.preloader]
|
|
enable = true
|
|
preloader = "" # use jpg, png, svg or gif
|
|
|
|
# Navigation button
|
|
[params.navigation_button]
|
|
enable = true
|
|
label = "get a quote"
|
|
link = "contact"
|
|
|
|
# Matomo tracking
|
|
[params.matomo]
|
|
enable = false
|
|
url = ""
|
|
id = ""
|
|
|
|
# Site verifications
|
|
[params.site_verification]
|
|
google = ""
|
|
bing = ""
|
|
baidu = ""
|
|
|
|
# Cookies
|
|
[params.cookies]
|
|
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 #########################
|
|
[params.widgets]
|
|
sidebar = ["recent_posts", "taxonomy_category", "taxonomy_tags"]
|