57 строки
1.1 KiB
TOML
57 строки
1.1 KiB
TOML
baseURL = "/"
|
|
languageCode = "es-es"
|
|
title = "SVQ Tech"
|
|
themesDir = "./themes"
|
|
theme = "hugo-serif-theme"
|
|
|
|
[params]
|
|
google_analytics_id=""
|
|
|
|
[params.homepage_meta_tags]
|
|
meta_description = "Web de las comunidades tecnológicas de Sevilla."
|
|
meta_og_title = "SVQtech"
|
|
meta_og_type = "website"
|
|
meta_og_url = "https://svqtech.com"
|
|
meta_og_image = "https://svqtech.com/portadaWeb.png"
|
|
meta_og_description = "Las comunidades tecnológicas de Sevilla."
|
|
meta_twitter_card = "summary"
|
|
meta_twitter_site = "@svq_tech"
|
|
meta_twitter_creator = "@mpc"
|
|
|
|
# Main Menu
|
|
[[menu.main]]
|
|
name = "Manifiesto"
|
|
url = "/manifiesto/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Comunidades"
|
|
url = "/comunidades/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Sobre nosotros"
|
|
url = "/sobre/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Contacto"
|
|
url = "/contacto/"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
name = "Evento"
|
|
url = "/evento/"
|
|
weight = 5
|
|
|
|
# Footer Menu
|
|
[[menu.footer]]
|
|
name = "Inicio"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.footer]]
|
|
name = "Contacto"
|
|
url = "/contacto/"
|
|
weight = 2
|