diff --git a/config.toml b/config.toml index 5119c6c..399a9bb 100644 --- a/config.toml +++ b/config.toml @@ -21,45 +21,57 @@ paginate = 5 identifier="about" name = "About" url = "/en/#about" - weight = 1 + weight = 10 [[menu.main]] identifier="services" name = "Services" url = "/en/#services" - weight = 2 + weight = 20 [[menu.main]] identifier="services-introduction" name = "Introduction" url = "/en/#services" - weight = 1 + weight = 10 parent = "services" +[[menu.main]] + identifier="brainminder" + name = "BrainMinder" + url = "https://brainminder.it" + weight = 21 + +[[menu.main]] + identifier="git" + name = "Git repository" + url = "https://gitea.speedtech.it/explore/repos" + weight = 22 + [[menu.main]] identifier = "contact" name = "Contact" url = "/en/#contact" - weight = 6 + weight = 60 [[menu.main]] identifier = "blog" name = "Blog" url = "#" - weight = 7 + weight = 70 [[menu.main]] identifier="blogspot" name = "Solutions Projects Technology" url = "/en/blog/spot" - weight = 1 + weight = 10 parent = "blog" [[menu.main]] identifier="blogibis" name = "Ideas Books Science" url = "/en/blog/ibis" - weight = 2 + weight = 20 parent = "blog" [permalinks] @@ -80,7 +92,7 @@ paginate = 5 [languages] [languages.it] - weight = 1 + weight = 10 contentDir = "content/it" languageName = "Italiano" @@ -88,49 +100,61 @@ paginate = 5 identifier="about" name = "Presentazione" url = "/#about" - weight = 1 + weight = 10 [[languages.it.menu.main]] identifier="services" name = "Servizi" url = "/#services" - weight = 2 + weight = 20 [[languages.it.menu.main]] identifier="services-introduction" name = "Introduzione" url = "/#services" - weight = 1 + weight = 10 parent = "services" + [[languages.it.menu.main]] + identifier="brainminder" + name = "BrainMinder" + url = "https://brainminder.it" + weight = 21 + + [[languages.it.menu.main]] + identifier="git" + name = "Git repository" + url = "https://gitea.speedtech.it/explore/repos" + weight = 22 + [[languages.it.menu.main]] identifier = "contact" name = "Contatto" url = "/#contact" - weight = 6 + weight = 60 [[languages.it.menu.main]] identifier = "blog" name = "Blog" url = "#" - weight = 7 + weight = 70 [[languages.it.menu.main]] identifier = "blogspot" name = "Soluzioni Progetti Tecnologia" url = "/blog/spot" - weight = 1 + weight = 10 parent = "blog" [[languages.it.menu.main]] identifier = "blogibis" name = "Idee Libri Scienza" url = "/blog/ibis" - weight = 2 + weight = 20 parent = "blog" [languages.en] - weight = 2 + weight = 20 contentDir = "content/en" languageName = "English" [languages.en.params] diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b5af5d7..04a602e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,6 +3,12 @@
{{ partial (printf "footer-menu.%s.html" .Lang) . }}
+ -
-