feat: Add hub link

Add this link to header and foot menu
This commit is contained in:
Louis Gallet 2023-11-10 18:12:17 +01:00
parent 07833a59a5
commit 914e28affb
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -20,6 +20,7 @@
"logo": { "text": "Louis Gallet" }, "logo": { "text": "Louis Gallet" },
"navigation": { "navigation": {
"header": [ "header": [
{ "label": "Hub", "url": "https://hub.louisgallet.fr" },
{ "label": "About", "url": "/#about" }, { "label": "About", "url": "/#about" },
{ "label": "Blog", "url": "/blog" }, { "label": "Blog", "url": "/blog" },
{ "label": "My interests", "url": "/#interests" }, { "label": "My interests", "url": "/#interests" },
@ -32,7 +33,8 @@
}, },
"footer": [ "footer": [
{ "label": "Privacy", "url": "/privacy" }, { "label": "Privacy", "url": "/privacy" },
{ "label": "Imprint", "url": "/imprint" } { "label": "Imprint", "url": "/imprint" },
{ "label": "Hub", "url": "https://hub.louisgallet.fr"}
] ]
}, },
"featureToggles": { "featureToggles": {