diff --git a/assets/scss/_index.scss b/assets/scss/_index.scss index c470a058d..b021deab7 100644 --- a/assets/scss/_index.scss +++ b/assets/scss/_index.scss @@ -97,6 +97,10 @@ main.td-main { } } +h6.resource-desc { + margin-top: -16px; + padding: 0 10px 20px; +} .td-content { div.lead { @@ -389,7 +393,8 @@ label.date { padding-left: 12px; padding-right: 12px; padding-top: 12px; - padding-bottom: 8px; + padding-bottom: 0px; + margin-bottom: 28px } .filter-mobile-modal { 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" diff --git a/layouts/partials/resource.html b/layouts/partials/resource.html index c8aaf2476..95addf765 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 }}