Fix clienti e partenr
Nuove immagini
This commit is contained in:
29
hugo.toml
29
hugo.toml
@ -84,7 +84,7 @@ pluralizelisttitles = false
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "eCommerce"
|
||||
name = "e-business"
|
||||
identifier = "section.ecommerce"
|
||||
url = ""
|
||||
weight = 1
|
||||
@ -174,7 +174,7 @@ pluralizelisttitles = false
|
||||
# Menu: Contatti
|
||||
[[menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contact"
|
||||
name = "Contatti"
|
||||
url = "/contact/"
|
||||
weight = 7
|
||||
|
||||
@ -232,6 +232,8 @@ pluralizelisttitles = false
|
||||
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
|
||||
style = "red"
|
||||
|
||||
|
||||
## Contact form
|
||||
# Since this template is static, the contact form uses www.formspree.io as a
|
||||
# proxy. The form makes a POST request to their servers to send the actual
|
||||
# email. Visitors can send up to a 50 emails each month for free.
|
||||
@ -246,8 +248,8 @@ pluralizelisttitles = false
|
||||
# - you're done. Happy mailing!
|
||||
#
|
||||
# Enable the contact form by entering your Formspree.io endpoint url
|
||||
formspree_action = "https://formspree.io/sample/of/endpoint"
|
||||
contact_form_ajax = false
|
||||
#formspree_action = "https://formspree.io/sample/of/endpoint"
|
||||
#contact_form_ajax = false
|
||||
|
||||
# Formspree form supports Google reCAPTCHA Key (type v2).
|
||||
# If you use this feature, you should enable reCAPTCHA feature in the Formspree dashboard.
|
||||
@ -263,9 +265,11 @@ pluralizelisttitles = false
|
||||
# 5. change `enableRecaptchaInContactForm` is to true
|
||||
# 6. enter site key into `googleRecaptchaKey` to enable a recaptcha widget in your page.
|
||||
#
|
||||
enableRecaptchaInContactForm = false
|
||||
googleRecaptchaKey = "site_key_for_google_recaptcha"
|
||||
#enableRecaptchaInContactForm = false
|
||||
#googleRecaptchaKey = "site_key_for_google_recaptcha"
|
||||
|
||||
|
||||
# About us box
|
||||
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 - <a href='/informazioni'>informazioni</a>"
|
||||
|
||||
@ -294,7 +298,7 @@ pluralizelisttitles = false
|
||||
# Enable or disable top bar with social icons
|
||||
[params.topbar]
|
||||
enable = true
|
||||
text = """<p class="hidden-sm hidden-xs">Contattaci: info@stclabs.it.</p>
|
||||
text = """<p class="hidden-sm hidden-xs">Contattaci: <a href="mailto:info@stclabs.it">info@stclabs.it</a></p>
|
||||
<p class="hidden-md hidden-lg">
|
||||
|
||||
<a href="mailto:info@stclabs.it" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
|
||||
@ -308,7 +312,7 @@ pluralizelisttitles = false
|
||||
search = true
|
||||
|
||||
[params.carouselCustomers]
|
||||
items = 6
|
||||
items = 4
|
||||
auto_play = false
|
||||
slide_speed = 2000
|
||||
pagination_speed = 1000
|
||||
@ -373,10 +377,13 @@ pluralizelisttitles = false
|
||||
# enable = true
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
author = "authors"
|
||||
|
||||
# Abilita html nel markdown
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
Reference in New Issue
Block a user