From bc5f53c56da87bf061d3c19c5f46cbed70784d8a Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Mon, 25 Nov 2024 12:27:02 -0500 Subject: [PATCH 1/5] Add FluxCD Azure DevOps article resource * this description will fit in the space Signed-off-by: Kingdon Barrett --- data/resources.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/resources.yaml b/data/resources.yaml index d3684443c..700a959d3 100644 --- a/data/resources.yaml +++ b/data/resources.yaml @@ -13,6 +13,12 @@ resources: # Note: To generate "thumbnail_url", visit https://embed.ly/docs/explore/extract # and enter the link to the resource. Once you do that, select any thumbnail url of choice to use. + - url: https://medium.com/@mohamednoureldinn/fluxcd-azure-devops-oidc-authentication-916cc7bfe11f + title: "FluxCD Azure DevOps OIDC Authentication" + date: "2024-11-24" + type: article + thumbnail_url: "https://fluxcd.io/img/flux-horizontal-color.png" + description: "Migrating AKS clusters to Azure DevOps OIDC-based auth" - url: https://headlamp.dev/blog/2024/11/07/flux-ui/ title: "Headlamp Blog | From ClickOps to GitOps: A new Flux UI" date: "2024-11-07" From aa2c9b5d20ec027d35aa1a4a8a3c18e3c02ab993 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Mon, 25 Nov 2024 13:55:42 -0500 Subject: [PATCH 2/5] try to improve styling of description Signed-off-by: Kingdon Barrett --- layouts/partials/resource.html | 6 +++--- layouts/partials/template-resource.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/resource.html b/layouts/partials/resource.html index c8aaf2476..3a1dd97a2 100644 --- a/layouts/partials/resource.html +++ b/layouts/partials/resource.html @@ -18,7 +18,7 @@ {{ $format := "2 Jan, 2006" }} {{ $dateTime := $t.Format $format }} -
+
{{ $title | markdownify }}

{{ $title | markdownify }}

@@ -26,12 +26,12 @@ - {{ if .description }}
{{ .description }}
{{ end }} + {{ if .description }}
{{ .description }}
{{ end }}