From 980eb804a6dc7db18bc422dba79fa9f2720ac305 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Sun, 6 Jul 2025 14:22:12 +0200 Subject: [PATCH] feat(theme): add a link to my forge in the menu --- config/_default/menus.en.yaml | 13 ++++++++++--- config/_default/menus.fr.yaml | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/config/_default/menus.en.yaml b/config/_default/menus.en.yaml index 627d8d0..b93efae 100644 --- a/config/_default/menus.en.yaml +++ b/config/_default/menus.en.yaml @@ -10,9 +10,16 @@ weight: 20 secondary: + - name: 'Projects' + url: 'https://code.bcarlin.net' + weight: 10 + params: + iconName: "git-pull-request-fill" + iconTitle: "My software forge" + - name: '@bcarlin@hachyderm.io' url: 'https://hachyderm.io/@bcarlin' - weight: 10 + weight: 20 params: rel: "me" iconName: "mastodon-fill" @@ -20,7 +27,7 @@ - name: 'LinkedIn' url: 'https://www.linkedin.com/in/brunocarlin' - weight: 20 + weight: 30 params: rel: "me" iconName: "linkedin-fill" @@ -28,7 +35,7 @@ - name: 'GPG Key' url: '/bcarlin.gpg' - weight: 30 + weight: 40 params: class: "u-key" iconName: "key-fill" diff --git a/config/_default/menus.fr.yaml b/config/_default/menus.fr.yaml index 69fcffa..ccddedd 100644 --- a/config/_default/menus.fr.yaml +++ b/config/_default/menus.fr.yaml @@ -10,9 +10,16 @@ weight: 20 secondary: + - name: 'Projets' + url: 'https://code.bcarlin.net' + weight: 10 + params: + iconName: "git-pull-request-fill" + iconTitle: "Ma forge logicielle" + - name: '@bcarlin@hachyderm.io' url: 'https://hachyderm.io/@bcarlin' - weight: 10 + weight: 20 params: rel: "me" iconName: "mastodon-fill" @@ -20,7 +27,7 @@ - name: 'LinkedIn' url: 'https://www.linkedin.com/in/brunocarlin' - weight: 20 + weight: 30 params: rel: "me" iconName: "linkedin-fill" @@ -28,7 +35,7 @@ - name: 'Clef GPG' url: '/bcarlin.gpg' - weight: 30 + weight: 40 params: class: "u-key" iconName: "key-fill"