This commit is contained in:
Markus 2025-07-23 16:46:21 +02:00
parent 861bb178f1
commit 9df489d983
33 changed files with 1067 additions and 240 deletions

View file

@ -2,20 +2,16 @@
# main menu
[[main]]
name = "Home"
url = "/"
weight = 1
[[main]]
name = "Leistungen"
url = "service/"
weight = 2
weight = 1
identifier = "service"
[[main]]
name = "Energiekonzepte & Digitale Lösungen"
url = "service/energiekonzepte/"
name = "Planung"
url = "service/planung/"
weight = 1
parent = "service"
@ -26,28 +22,38 @@ weight = 2
parent = "service"
[[main]]
name = "E-Mobilität"
url = "service/emobilitaet/"
name = "Consulting"
url = "service/consulting/"
weight = 3
parent = "service"
[[main]]
name = "Photovoltaik & Speicherlösungen"
name = "Fokusthemen"
url = "fokusthemen/"
weight = 2
identifier = "fokusthemen"
[[main]]
name = "Photovoltaik"
url = "service/photovoltaik/"
weight = 4
parent = "service"
weight = 1
parent = "fokusthemen"
[[main]]
name = "Digitale Lösungen & IKT"
url = "service/dig_loes_ikt/"
weight = 5
parent = "service"
name = "Energiespeicher"
url = "service/energierspeicher/"
weight = 2
parent = "fokusthemen"
[[main]]
name = "Elektrotechnik"
url = "service/elektrotechnik/"
weight = 6
parent = "service"
name = "E-Mobilität"
url = "service/emobilität/"
weight = 3
parent = "fokusthemen"
[[main]]
name = "Über AMPERION"
@ -59,6 +65,11 @@ name = "Kontakt"
url = "contact/"
weight = 4
[[main]]
name = "Karriere"
url = "contact/"
weight = 5
# footer menu

View file

@ -2,30 +2,80 @@
# main menu
[[main]]
name = "Services"
url = "contact/"
url = "service/"
weight = 1
identifier = "service"
[[main]]
name = "Planning"
url = "service/planung/"
weight = 1
parent = "service"
[[main]]
name = "Project Management"
url = "service/projektmanagement/"
weight = 2
parent = "service"
[[main]]
name = "Consulting"
url = "service/consulting/"
weight = 3
parent = "service"
[[main]]
name = "Focus Topics"
url = "fokusthemen/"
weight = 2
identifier = "fokusthemen"
[[main]]
name = "Photovoltaic"
url = "service/photovoltaik/"
weight = 1
parent = "fokusthemen"
[[main]]
name = "Energy storage"
url = "service/energierspeicher/"
weight = 2
parent = "fokusthemen"
[[main]]
name = "E-mobility"
url = "service/emobilität/"
weight = 3
parent = "fokusthemen"
[[main]]
name = "About AMPERION"
url = "about/"
weight = 3
[[main]]
name = "Contact"
url = "contact/"
weight = 2
[[main]]
name = "About AMPERION"
url = "contact/"
weight = 3
[[main]]
name = "Carreer"
url = "contact/"
weight = 4
[[main]]
name = "Career"
url = "contact/"
weight = 5
# footer menu
[[footer]]
name = "Services"
url = "contact/"
url = "service/"
weight = 1
[[footer]]
@ -35,20 +85,20 @@ weight = 2
[[footer]]
name = "About AMPERION"
url = "contact/"
url = "about/"
weight = 3
[[footer]]
name = "Carreer"
url = "contact/"
name = "Impressum"
url = "impressum/"
weight = 4
[[footer]]
name = "Imprint"
url = "service/"
weight = 5
[[footer]]
name = "GTC"
url = "agb/"
weight = 6
weight = 5
[[footer]]
name = "Data protection"
url = "datenschutz/"
weight = 6

View file

@ -32,11 +32,11 @@ custom_script= ""
[contact.form]
enable = false
enable = true
# Whether to use [Netlify Forms](https://docs.netlify.com/forms/setup/)
use_netlify = false
# Whether to use recaptch v3 in form
use_recaptcha = false
use_recaptcha = true
# 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)