Skip to content

Commit d4b0da4

Browse files
feat: Add multi-author support for blogs
This change introduces support for multiple authors on blog posts. - The `layouts/partials/blog-meta.html` template is updated to handle an `authorIds` array in the front matter. It maintains backward compatibility with the old `authorId` field. - All existing blog posts have been migrated to use the new `authorIds` field.
1 parent 9a6e030 commit d4b0da4

37 files changed

+55
-44
lines changed

content/blog/apache-spark-unleashing-big-data-with-rdds-dataframes-and-beyond.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Apache Spark: Unleashing Big Data with RDDs, DataFrames and Beyond."
3-
authorId: "shivani"
3+
authorIds: ["shivani"]
44
date: 2024-11-24
55
draft: false
66
featured: true

content/blog/argo-rollout-aws-alb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Bridging the gap between Argo Rollout & AWS ALB by eliminating 502s"
3-
authorId: "mufaddal"
3+
authorIds: ["mufaddal"]
44
date: 2024-05-27
55
draft: false
66
featured: true

content/blog/aws-ecs-fargate-vs-self-managed-ec2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "AWS ECS: FARGATE vs self-managed EC2"
3-
authorId: "saumitra"
3+
authorIds: ["saumitra"]
44
date: 2024-08-13
55
draft: false
66
featured: true

content/blog/building-a-discord-gpt-bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Building a Discord GPT Bot"
3-
authorId: "nandhitha"
3+
authorIds: ["nandhitha", "vijay"]
44
date: 2024-05-31
55
draft: false
66
featured: true

content/blog/building-internal-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Building internal tooling in legacy systems"
3-
authorId: "abhishek"
3+
authorIds: ["abhishek"]
44
date: 2024-04-11
55
draft: false
66
featured: true

content/blog/cache-strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Cache Strategies"
3-
authorId: "sanjay"
3+
authorIds: ["sanjay"]
44
date: 2024-09-25
55
draft: false
66
featured: true

content/blog/clickhouse-benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "ClickHouse Performance Benchmarking on ECS for Log Storage and Querying"
3-
authorId: "rohit"
3+
authorIds: ["rohit"]
44
date: 2024-10-21
55
draft: false
66
featured: true

content/blog/container-networking-deep-dive-p1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Container Networking Deep Dive - Part 1"
3-
authorId: "arihant"
3+
authorIds: ["arihant"]
44
date: 2022-11-19
55
draft: false
66
featured: true

content/blog/container-networking-deep-dive-p2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Container Networking Deep Dive - Part 2"
3-
authorId: "arihant"
3+
authorIds: ["arihant"]
44
date: 2022-11-20
55
draft: false
66
featured: true

content/blog/container-networking-deep-dive-p3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Container Networking Deep Dive - Part 3"
3-
authorId: "arihant"
3+
authorIds: ["arihant"]
44
date: 2022-11-21
55
draft: false
66
featured: true

0 commit comments

Comments
 (0)