Aggiunta pagine soluzioni
This commit is contained in:
32
hugo.toml
32
hugo.toml
@ -130,15 +130,10 @@ pluralizelisttitles = false
|
||||
|
||||
[[menu.main]]
|
||||
name = "AI e processi aziendali"
|
||||
url = ""
|
||||
url = "/aibusiness"
|
||||
weight = 1
|
||||
parent = "section.ai"
|
||||
|
||||
[[menu.main]]
|
||||
name = "AI"
|
||||
url = ""
|
||||
weight = 2
|
||||
parent = "section.ai"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tailored development"
|
||||
@ -149,14 +144,14 @@ pluralizelisttitles = false
|
||||
post = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Progettazione"
|
||||
url = ""
|
||||
name = "Progettazione e Sviluppo"
|
||||
url = "/customdev"
|
||||
weight = 1
|
||||
parent = "section.tailored"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Sviluppo"
|
||||
url = ""
|
||||
name = "System Integration"
|
||||
url = "/systemintegration"
|
||||
weight = 1
|
||||
parent = "section.tailored"
|
||||
|
||||
@ -185,11 +180,11 @@ pluralizelisttitles = false
|
||||
|
||||
# Top bar social links menu
|
||||
|
||||
[[menu.topbar]]
|
||||
weight = 1
|
||||
name = "Phone"
|
||||
url = "tel:+39 xxx yyy yyy yy"
|
||||
pre = "<i class='fas fa-2x fa-phone'></i>"
|
||||
#[[menu.topbar]]
|
||||
# weight = 1
|
||||
# name = "Phone"
|
||||
# url = "tel:+39 xxx yyy yyy yy"
|
||||
# pre = "<i class='fas fa-2x fa-phone'></i>"
|
||||
|
||||
#[[menu.topbar]]
|
||||
# weight = 2
|
||||
@ -271,7 +266,7 @@ pluralizelisttitles = false
|
||||
googleRecaptchaKey = "site_key_for_google_recaptcha"
|
||||
|
||||
about_us = "<p><b>STC Labs</b> progetta il sistema nervoso digitale delle aziende. Connettiamo persone, dati e processi attraverso soluzioni tecnologiche moderne, costruite su misura e pensate per durare nel tempo. Affianchiamo le imprese nel loro percorso di trasformazione digitale, traducendo la complessità in sistemi semplici, efficienti e scalabili.</p>"
|
||||
copyright = "Copyright (c) 2025-2026, STC Labs Srl SB; all rights reserved."
|
||||
copyright = "Copyright (c) 2025-2026, STC Labs Srl SB; all rights reserved - <a href='/informazioni'>informazioni</a>"
|
||||
|
||||
# Format dates with Go's time formatting
|
||||
date_format = "January 2, 2006"
|
||||
@ -298,8 +293,9 @@ pluralizelisttitles = false
|
||||
# Enable or disable top bar with social icons
|
||||
[params.topbar]
|
||||
enable = true
|
||||
text = """<p class="hidden-sm hidden-xs">Contattaci: +39 xxx yyy yyy yy - info@stclabs.it.</p>
|
||||
<p class="hidden-md hidden-lg"><a href="tel:+39 xxx yyy yyy yy" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
|
||||
text = """<p class="hidden-sm hidden-xs">Contattaci: info@stclabs.it.</p>
|
||||
<p class="hidden-md hidden-lg">
|
||||
|
||||
<a href="mailto:info@stclabs.it" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
|
||||
</p>
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user