From 90a2ca01604df7a6480d3e0d319e35cc2cf591ab Mon Sep 17 00:00:00 2001 From: Kingdon P Barrett Date: Thu, 8 Feb 2024 14:52:20 -0500 Subject: [PATCH] add a /kubecon page target There is no permalink on the fluxcd.io site for each content, we'll just reuse /kubecon each time - for SEO purposes this is better. (A permanent content archive will be hosted @ fluxcd/community repo, where we can archive `KUBECON.md` as `attic/KUBECON24EU.md` for example) * set KUBECON.md as external source Signed-off-by: Kingdon Barrett --- external-sources/fluxcd/community | 1 + hugo.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/external-sources/fluxcd/community b/external-sources/fluxcd/community index 322248e96..96c95776e 100644 --- a/external-sources/fluxcd/community +++ b/external-sources/fluxcd/community @@ -1,2 +1,3 @@ "/README.md","/community.md" "/GOVERNANCE.md","/governance.md" +"/KUBECON.md","/kubecon.md" diff --git a/hugo.yaml b/hugo.yaml index 04c4f9556..5022d32a4 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -175,6 +175,9 @@ params: menus: main: + - name: KubeCon Paris 2024 + url: /kubecon + weight: 5 - name: Documentation url: /flux weight: 10