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"