prima bozza sito sindacato

This commit is contained in:
vecna 2026-04-20 18:33:22 +02:00
commit 59ef4db64f
31 changed files with 1576 additions and 0 deletions

19
config/_default/hugo.toml Normal file
View file

@ -0,0 +1,19 @@
baseURL = "https://sindacato.nina.watch/"
title = "Sindacato Universale Digitale"
defaultContentLanguage = "it"
defaultContentLanguageInSubdir = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
[markup.goldmark.extensions.footnote]
# Standard Goldmark footnotes enabled by default
[taxonomies]
[outputs]
home = ["HTML"]
section = ["HTML"]
page = ["HTML"]

View file

@ -0,0 +1,15 @@
[it]
languageName = "Italiano"
contentDir = "content/it"
weight = 1
[it.params]
homeLabel = "Il Sindacato"
initiativesLabel = "Le Iniziative"
[en]
languageName = "English"
contentDir = "content/en"
weight = 2
[en.params]
homeLabel = "The Union"
initiativesLabel = "Initiatives"

View file

@ -0,0 +1,9 @@
[[main]]
name = "The Union"
pageRef = "/"
weight = 1
[[main]]
name = "Initiatives"
pageRef = "/initiatives/"
weight = 2

View file

@ -0,0 +1,16 @@
[[main]]
name = "Sindacato"
pageRef = "/"
weight = 1
[[main]]
name = "Iniziative"
pageRef = "/iniziative/"
weight = 2
[[main]]
name = "Chi"
url = "https://nina.watch"
weight = 3
[[main.params]]
rel = 'external'