Skip to content

Commit 66423ae

Browse files
johanrinclaude
andcommitted
Fix og:image meta tags and standardize front matter formatting
Use images array instead of image string for Hugo's internal OpenGraph templates. Standardize all front matter arrays to use single quotes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4ef19b5 commit 66423ae

10 files changed

Lines changed: 30 additions & 29 deletions

File tree

archetypes/default.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ title:
33
date: { { .Date } }
44
draft: true
55
description:
6+
images: ['post-cover.png']
67
isStarred: false
78
---

content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: AI & Cloud Architect | Microsoft Foundry
33
author: Johan Rin
44
description: Technical Leader sharing practical guides on Microsoft Foundry, Azure AI, and cloud strategies. Building intelligent solutions and empowering teams to innovate.
5-
image: cover.png
5+
images: ['cover.png']
66
---

content/en/posts/aws-step-functions-with-api-gateway-and-sam/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Call Your AWS Step Functions With API Gateway in Just a Few Lines With SAM
33
date: 2021-05-03
4-
image: post-cover.png
4+
images: ['post-cover.png']
55
description: Learn how to integrate AWS Step Functions with API Gateway using SAM in just a few lines. Quick guide to deploy serverless workflows with minimal code.
6-
categories: ["Tutorials", "AWS"]
7-
tags: ["AWS", "Step Functions", "API Gateway", "SAM", "Serverless"]
6+
categories: ['Tutorials', 'AWS']
7+
tags: ['AWS', 'Step Functions', 'API Gateway', 'SAM', 'Serverless']
88
---
99

1010
Last weekend I played with AWS Step Functions! I wanted to refactor a Lambda function I already coded for the sake of maintainability and evolutivity.

content/en/posts/azure-administrator-az-104/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: How I Passed the AZ-104 Microsoft Azure Administrator Exam
33
date: 2021-01-16
4-
image: post-cover.png
4+
images: ['post-cover.png']
55
description: Learn how to pass the AZ-104 Microsoft Azure Administrator exam. Get practical tips, study resources, and a proven preparation strategy for success.
6-
categories: ["Certifications", "Azure"]
7-
tags: ["Azure", "Certification", "AZ-104", "Study Guide"]
6+
categories: ['Certifications', 'Azure']
7+
tags: ['Azure', 'Certification', 'AZ-104', 'Study Guide']
88
---
99

1010
After becoming Azure Solutions Architect Expert Certified in October, I challenged myself to pass the AZ-104 Microsoft Azure Administrator exam before the end of 2020!

content/en/posts/azure-architect-az-300/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: How I Passed the AZ-300 Microsoft Azure Architect Technologies Exam
33
date: 2020-10-05
4-
image: post-cover.png
4+
images: ['post-cover.png']
55
description: Learn how to pass the AZ-300 Microsoft Azure Architect Technologies exam. Get practical tips, study resources, and a proven strategy for certification success.
6-
categories: ["Certifications", "Azure"]
7-
tags: ["Azure", "Certification", "AZ-300", "Study Guide"]
6+
categories: ['Certifications', 'Azure']
7+
tags: ['Azure', 'Certification', 'AZ-300', 'Study Guide']
88
---
99

1010
After [passing the AZ-900 Microsoft Azure Fundamentals exam](https://www.freecodecamp.org/news/how-i-passed-the-az-900-microsoft-azure-fundamentals-exam/), I challenged myself to get Azure Solutions Architect Expert certified! I knew this would not be easy from the start, but it's [only my eighth challenge this year](https://www.freecodecamp.org/news/how-i-got-awscertified-and-got-a-job-during-the-pandemic/), and nothing could stop me!

content/en/posts/azure-resource-group/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: What Exactly is Azure Resource Group?
33
date: 2020-06-26
4-
image: post-cover.png
4+
images: ['post-cover.png']
55
description: Learn what Azure Resource Groups are, why they matter, and how to create one. Includes a step-by-step guide to deploy your first VM using Azure CLI.
6-
categories: ["Tutorials", "Azure"]
7-
tags: ["Azure", "Resource Groups", "Azure CLI", "Infrastructure"]
6+
categories: ['Tutorials', 'Azure']
7+
tags: ['Azure', 'Resource Groups', 'Azure CLI', 'Infrastructure']
88
---
99

1010
When I first used Azure to create a virtual machine, I was confused by Azure resource groups. I didn't understand why I needed it because it doesn't exist in AWS!

content/en/posts/build-ai-agent-microsoft-foundry/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "How to Build Your First AI Agent in Microsoft Foundry"
2+
title: How to Build Your First AI Agent in Microsoft Foundry
33
date: 2026-01-25
4-
image: post-cover.png
5-
description: "Learn how to build, configure, and publish your first AI agent using Microsoft Foundry. Hands-on tutorial with step-by-step instructions."
6-
categories: ["Tutorials", "AI"]
7-
tags: ["AI", "Microsoft Foundry", "Azure", "AI Agents", "Tutorial"]
4+
images: ['post-cover.png']
5+
description: Learn how to build, configure, and publish your first AI agent using Microsoft Foundry. Hands-on tutorial with step-by-step instructions.
6+
categories: ['Tutorials', 'AI']
7+
tags: ['AI', 'Microsoft Foundry', 'Azure', 'AI Agents', 'Tutorial']
88
---
99

1010
Last time, we explored [what Microsoft Foundry is](https://johanrin.com/posts/getting-started-with-microsoft-foundry/) and why it matters.

content/en/posts/deploy-react-app-in-azure-storage-and-static-web-apps/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: How to Deploy Your React App in Azure Storage and Static Web Apps
33
date: 2021-01-24
4-
image: post-cover.png
4+
images: ['post-cover.png']
55
description: Deploy your React app on Azure easily! Learn manual hosting with Azure Storage and automated CI/CD using Azure Static Web Apps and GitHub Actions.
6-
categories: ["Tutorials", "Azure"]
7-
tags: ["Azure", "React", "Static Web Apps", "Azure Storage", "Deployment"]
6+
categories: ['Tutorials', 'Azure']
7+
tags: ['Azure', 'React', 'Static Web Apps', 'Azure Storage', 'Deployment']
88
---
99

1010
Imagine you just finished your dream app in React and search for a way to host it somewhere on the Internet.

content/en/posts/getting-started-with-microsoft-foundry/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Getting Started with Microsoft Foundry"
2+
title: Getting Started with Microsoft Foundry
33
date: 2026-01-18
4-
image: post-cover.png
5-
description: "Learn what Microsoft Foundry is and how to deploy your first AI agent step‑by‑step. A beginner‑friendly guide to models, tools, and the agent lifecycle on Azure."
6-
categories: ["Tutorials", "AI"]
7-
tags: ["Microsoft Foundry", "Azure", "AI", "PaaS", "Getting Started"]
4+
images: ['post-cover.png']
5+
description: Learn what Microsoft Foundry is and how to deploy your first AI agent step‑by‑step. A beginner‑friendly guide to models, tools, and the agent lifecycle on Azure.
6+
categories: ['Tutorials', 'AI']
7+
tags: ['Microsoft Foundry', 'Azure', 'AI', 'PaaS', 'Getting Started']
88
---
99

1010
At the beginning of this year, I announced that I wanted to focus on Microsoft Foundry.

content/en/posts/why-focus-on-microsoft-foundry/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Why I'm Focusing on Microsoft Foundry in 2026
33
date: 2026-01-05
4-
image: post-cover.png
4+
images: ['post-cover.png']
55
description: Discover why Microsoft Foundry is my priority in 2026. Personal insights on AI innovation and why I'm betting on this platform for the future.
66
toc: false
7-
categories: ["Opinion", "AI"]
8-
tags: ["Microsoft Foundry", "AI", "Career", "Strategy"]
7+
categories: ['Opinion', 'AI']
8+
tags: ['Microsoft Foundry', 'AI', 'Career', 'Strategy']
99
---
1010

1111
## The Changing Technology Landscape

0 commit comments

Comments
 (0)