From 735a34dcc9764a420431540f5b1e691a90bbb387 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 26 May 2025 12:22:05 +0000 Subject: [PATCH] Add socials in both language --- hugo.yaml | 88 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 59 insertions(+), 29 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 8a4f50d..53810c7 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -14,15 +14,42 @@ languages: - identifier: categories name: Categories weight: 40 - pageRef: /en/categories + url: /en/categories params: icon: categories - identifier: tags name: Tags weight: 50 - pageRef: /en/tags + url: /en/tags params: icon: tag + + social: + - identifier: "mail" + name: Mail + url: "mailto:etienne.girault@gmail.com" + weight: 10 + params: + icon: "mail" + - identifier: "github" + name: "GitHub" + url: "https://github.com/Vezpi" + weight: 20 + params: + icon: "brand-github" + - identifier: "gitea" + name: "Gitea" + url: "https://git.vezpi.me/Vezpi/blog" + weight: 30 + params: + icon: "brand-git" + - identifier: "linkedin" + name: "LinkedIn" + url: "https://www.linkedin.com/in/etiennegirault/" + weight: 40 + params: + icon: "brand-linkedin" + params: sidebar: subtitle: "Homelab & Automation" @@ -39,15 +66,42 @@ languages: - identifier: categories name: Catégories weight: 40 - pageRef: /fr/categories + url: /fr/categories params: icon: categories - identifier: tags name: Mots Clés weight: 50 - pageRef: /fr/tags + url: /fr/tags params: icon: tag + + social: + - identifier: "mail" + name: Mail + url: "mailto:etienne.girault@gmail.com" + weight: 10 + params: + icon: "mail" + - identifier: "github" + name: "GitHub" + url: "https://github.com/Vezpi" + weight: 20 + params: + icon: "brand-github" + - identifier: "gitea" + name: "Gitea" + url: "https://git.vezpi.me/Vezpi/blog" + weight: 30 + params: + icon: "brand-git" + - identifier: "linkedin" + name: "LinkedIn" + url: "https://www.linkedin.com/in/etiennegirault/" + weight: 40 + params: + icon: "brand-linkedin" + params: sidebar: subtitle: "Homelab & Automatisation" @@ -103,31 +157,7 @@ params: menu: main: [] - social: - - identifier: "mail" - name: Mail - url: "mailto:etienne.girault@gmail.com" - weight: 10 - params: - icon: "mail" - - identifier: "github" - name: "GitHub" - url: "https://github.com/Vezpi" - weight: 20 - params: - icon: "brand-github" - - identifier: "gitea" - name: "Gitea" - url: "https://git.vezpi.me/Vezpi/blog" - weight: 30 - params: - icon: "brand-git" - - identifier: "linkedin" - name: "LinkedIn" - url: "https://www.linkedin.com/in/etiennegirault/" - weight: 40 - params: - icon: "brand-linkedin" + taxonomies: category: "categories"