From 97369d1008299b16be96a527902b5f9dc735e9c7 Mon Sep 17 00:00:00 2001 From: Vidit Kushwaha Date: Sat, 1 Mar 2025 10:42:32 +0530 Subject: [PATCH 01/14] Create a Template for "Meet the Maintainer" Posts Signed-off-by: Vidit Kushwaha --- .../blog/meetTheMaintainer-template/index.mdx | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 src/collections/blog/meetTheMaintainer-template/index.mdx diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx new file mode 100644 index 0000000000000..8f0a7a4df65fe --- /dev/null +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -0,0 +1,107 @@ +Meet the Maintainer: [Maintainer Name] +Interviewer: [Your Name] +--- +title: "Meet the Maintainer: [Maintainer Name]” +subtitle: "An interview series with Layer5 Maintainers" +date: YYYY-MM-DD HH:MM:SS -05:30:05 +author: [Your Name] +thumbnail: "./[maintainer-name]-maintainer.png" +darkthumbnail: "./[maintainer-name]-maintainer.png" +category: "Community" +tags: + - Community +published: true +--- +import { BlogWrapper } from "../Blog.style.js"; +import img from "./[maintainer-name]-layer5-maintainer.png"; +import { MeetTheMaintainer } from "../MeetTheMaintainer.style"; +import { Link } from "gatsby"; +import ForkLift from "../../../../assets/images/app/hero/forklift.svg"; + + + +
+

Continuing in our Meet the Maintainer series, we have [Maintainer Name]. [Maintainer Name] is a... [Brief introduction about the maintainer]

+
+
[Your Name]: +

[Maintainer Name], thank you for taking the time to join me today. While many people, both within and beyond the Layer5 community, have witnessed the impact of your contributions, they may not know the story behind who you are and how you became a maintainer. Could you share your journey with us? How did you discover the Layer5 community, and what inspired you to stay?

+
+
[Maintainer Name]: +

[Maintainer's response]

+
+
[Your Name]: +

You're a + Meshery [Area] Maintainer. What does being a Meshery [Area] maintainer mean to you? +

+
+
[Maintainer Name]: +

[Maintainer's response]

+

[Additional paragraph if needed]

+
+
[Your Name]: +

Have you worked with any other open source project? How does Layer5 compare?

+
+
[Maintainer Name]: +

[Maintainer's response]

+
+
[Your Name]: +

+ Layer5 has a number of active, open source projects. You've been consistently contributing to a few of them. Which one(s) are you currently focusing on? +

+
+
[Maintainer Name]: +

[Maintainer's response]

+
+
[Your Name]: +

What's the coolest Meshery [Area] demo you have done/seen?

+
+
[Maintainer Name]: +

[Maintainer's response]

+

[Additional paragraph if needed]

+
+
[Your Name]: +

What is your favorite feature or aspect of [Area] in this project, and why?

+
+
[Maintainer Name]: +

[Maintainer's response]

+

[Additional paragraph if needed]

+
+
[Your Name]: +

What is your hot tip for working with Meshery that others may not know?

+
+
[Maintainer Name]: +

[Maintainer's response]

+

[Additional paragraph if needed]

+
+
[Your Name]: +

Where do you see opportunities for contributors to actively engage and contribute to [Area] within the Meshery and Layer5 community?

+
+
[Maintainer Name]: +

[Maintainer's response]

+

[Additional paragraph if needed]

+
+
[Your Name]: +

Let's get to know you a bit better with some quick questions: What's the emoji you use most often? Do you prefer movies or books? Would you consider yourself a morning person or a night owl? Over the past year, what's a project or accomplishment you're particularly proud of?

+
+
[Maintainer Name]: +

[Maintainer's response]

+

[Additional paragraph if needed]

+
+
[Your Name]: +

Do you have any advice for individuals hopeful to become Meshery [Area] contributors or potentially maintainers?

+
+
[Maintainer Name]: +

[Maintainer's response]

+

[Additional paragraph if needed]

+
+
[Your Name]: +

[Follow-up question or summary of maintainer's advice]

+
+
[Maintainer Name]: +

[Maintainer's response]

+
+
+

The Meshery project moves at an impressive pace thanks to maintainers like [Maintainer Name]. Be like [Maintainer Name]. Join the Layer5 Slack and say "hi".

+
+
+
From 23a65973f3dfd80fd3bc4ace5c0c88417f601964 Mon Sep 17 00:00:00 2001 From: Vidit Kushwaha Date: Tue, 4 Mar 2025 19:42:24 +0530 Subject: [PATCH 02/14] Update index.mdx Signed-off-by: Vidit Kushwaha --- .../blog/meetTheMaintainer-template/index.mdx | 91 ++++++++----------- 1 file changed, 39 insertions(+), 52 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 8f0a7a4df65fe..b31f4f538af3a 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,107 +1,94 @@ Meet the Maintainer: [Maintainer Name] Interviewer: [Your Name] + --- title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" date: YYYY-MM-DD HH:MM:SS -05:30:05 author: [Your Name] -thumbnail: "./[maintainer-name]-maintainer.png" -darkthumbnail: "./[maintainer-name]-maintainer.png" -category: "Community" -tags: - - Community +thumbnail: "./community/members/[first Name]-[last Name].png" +darkthumbnail: "./community/members/[first Name]-[last Name].png" +category: "Open Source" published: true --- + import { BlogWrapper } from "../Blog.style.js"; -import img from "./[maintainer-name]-layer5-maintainer.png"; +import img from "./community/members/[first Name]-[last Name].png"; import { MeetTheMaintainer } from "../MeetTheMaintainer.style"; import { Link } from "gatsby"; import ForkLift from "../../../../assets/images/app/hero/forklift.svg"; +const MaintainerName = "[Maintainer Name]"; +const InterviewerName = "[Your Name]"; +const MaintainerArea = "[Area]"; +
-

Continuing in our Meet the Maintainer series, we have [Maintainer Name]. [Maintainer Name] is a... [Brief introduction about the maintainer]

+

Continuing in our Meet the Maintainer series, we have {MaintainerName}. {MaintainerName} is a [Brief introduction about the maintainer]

-
[Your Name]: -

[Maintainer Name], thank you for taking the time to join me today. While many people, both within and beyond the Layer5 community, have witnessed the impact of your contributions, they may not know the story behind who you are and how you became a maintainer. Could you share your journey with us? How did you discover the Layer5 community, and what inspired you to stay?

+
{InterviewerName}: +

{MaintainerName}, thank you for taking the time to join me today. While many people, both within and beyond the Layer5 community, have witnessed the impact of your contributions, they may not know the story behind who you are and how you became a maintainer. Could you share your journey with us? How did you discover the Layer5 community, and what inspired you to stay?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-
[Your Name]: -

You're a - Meshery [Area] Maintainer. What does being a Meshery [Area] maintainer mean to you? -

+
{InterviewerName}: +

You're a Meshery {MaintainerArea} Maintainer. What does being a Meshery {MaintainerArea} maintainer mean to you?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-

[Additional paragraph if needed]

-
[Your Name]: +
{InterviewerName}:

Have you worked with any other open source project? How does Layer5 compare?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-
[Your Name]: -

- Layer5 has a number of active, open source projects. You've been consistently contributing to a few of them. Which one(s) are you currently focusing on? -

+
{InterviewerName}: +

Layer5 has a number of active, open source projects. You've been consistently contributing to a few of them. Which one(s) are you currently focusing on?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-
[Your Name]: -

What's the coolest Meshery [Area] demo you have done/seen?

+
{InterviewerName}: +

What's the coolest Meshery {MaintainerArea} demo you have done/seen?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-

[Additional paragraph if needed]

-
[Your Name]: -

What is your favorite feature or aspect of [Area] in this project, and why?

+
{InterviewerName}: +

What is your favorite feature or aspect of {MaintainerArea} in this project, and why?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-

[Additional paragraph if needed]

-
[Your Name]: +
{InterviewerName}:

What is your hot tip for working with Meshery that others may not know?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-

[Additional paragraph if needed]

-
[Your Name]: -

Where do you see opportunities for contributors to actively engage and contribute to [Area] within the Meshery and Layer5 community?

+
{InterviewerName}: +

Where do you see opportunities for contributors to actively engage and contribute to {MaintainerArea} within the Meshery and Layer5 community?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-

[Additional paragraph if needed]

-
[Your Name]: +
{InterviewerName}:

Let's get to know you a bit better with some quick questions: What's the emoji you use most often? Do you prefer movies or books? Would you consider yourself a morning person or a night owl? Over the past year, what's a project or accomplishment you're particularly proud of?

-
[Maintainer Name]: -

[Maintainer's response]

-

[Additional paragraph if needed]

-
-
[Your Name]: -

Do you have any advice for individuals hopeful to become Meshery [Area] contributors or potentially maintainers?

-
-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-

[Additional paragraph if needed]

-
[Your Name]: -

[Follow-up question or summary of maintainer's advice]

+
{InterviewerName}: +

Do you have any advice for individuals hopeful to become Meshery {MaintainerArea} contributors or potentially maintainers?

-
[Maintainer Name]: +
{MaintainerName}:

[Maintainer's response]

-

The Meshery project moves at an impressive pace thanks to maintainers like [Maintainer Name]. Be like [Maintainer Name]. Join the Layer5 Slack and say "hi".

+

The Meshery project moves at an impressive pace thanks to maintainers like {MaintainerName}. Be like {MaintainerName}. Join the Layer5 Slack and say "hi".

From aaa96481b2d18bf27186ba2a009ee742918fa288 Mon Sep 17 00:00:00 2001 From: Vidit Kushwaha Date: Tue, 4 Mar 2025 20:36:24 +0530 Subject: [PATCH 03/14] Update index.mdx forklift svg Signed-off-by: Vidit Kushwaha --- src/collections/blog/meetTheMaintainer-template/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index b31f4f538af3a..27141fd821080 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -16,7 +16,7 @@ import { BlogWrapper } from "../Blog.style.js"; import img from "./community/members/[first Name]-[last Name].png"; import { MeetTheMaintainer } from "../MeetTheMaintainer.style"; import { Link } from "gatsby"; -import ForkLift from "../../../../assets/images/app/hero/forklift.svg"; +import ForkLift from "../../../assets/images/app/hero/forklift.svg"; const MaintainerName = "[Maintainer Name]"; const InterviewerName = "[Your Name]"; From c5da7eace4e7e76d8da0b18b20f6c018e18e4cd4 Mon Sep 17 00:00:00 2001 From: The rizzler <182301570+ritzorama@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:51:22 -0500 Subject: [PATCH 04/14] Update index.mdx fixing mistakes Signed-off-by: The rizzler <182301570+ritzorama@users.noreply.github.com> --- src/collections/blog/meetTheMaintainer-template/index.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 27141fd821080..140e8970766f8 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,6 +1,3 @@ -Meet the Maintainer: [Maintainer Name] -Interviewer: [Your Name] - --- title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" @@ -9,7 +6,7 @@ author: [Your Name] thumbnail: "./community/members/[first Name]-[last Name].png" darkthumbnail: "./community/members/[first Name]-[last Name].png" category: "Open Source" -published: true +published: false --- import { BlogWrapper } from "../Blog.style.js"; From a7acb818c695725cb0e36e5676cf71904a7b7822 Mon Sep 17 00:00:00 2001 From: The rizzler <182301570+ritzorama@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:59:39 -0500 Subject: [PATCH 05/14] use real image Signed-off-by: The rizzler <182301570+ritzorama@users.noreply.github.com> --- .../blog/meetTheMaintainer-template/index.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 140e8970766f8..acf1389be118a 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -2,9 +2,9 @@ title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" date: YYYY-MM-DD HH:MM:SS -05:30:05 -author: [Your Name] -thumbnail: "./community/members/[first Name]-[last Name].png" -darkthumbnail: "./community/members/[first Name]-[last Name].png" +author: Interviewer # REPLACE [Your Name] +thumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE "./community/members/[first Name]-[last Name].png" +darkthumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE ./community/members/[first Name]-[last Name].png category: "Open Source" published: false --- @@ -15,9 +15,9 @@ import { MeetTheMaintainer } from "../MeetTheMaintainer.style"; import { Link } from "gatsby"; import ForkLift from "../../../assets/images/app/hero/forklift.svg"; -const MaintainerName = "[Maintainer Name]"; -const InterviewerName = "[Your Name]"; -const MaintainerArea = "[Area]"; +const MaintainerName = "Interviewee"; +const InterviewerName = "Interviewer"; +const MaintainerArea = "Project, Component"; From d42289dd75f406dddef8f5369064783c0e1a73ae Mon Sep 17 00:00:00 2001 From: The rizzler <182301570+ritzorama@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:00:49 -0500 Subject: [PATCH 06/14] Update index.mdx Signed-off-by: The rizzler <182301570+ritzorama@users.noreply.github.com> --- src/collections/blog/meetTheMaintainer-template/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index acf1389be118a..fdba04705fab5 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -10,7 +10,6 @@ published: false --- import { BlogWrapper } from "../Blog.style.js"; -import img from "./community/members/[first Name]-[last Name].png"; import { MeetTheMaintainer } from "../MeetTheMaintainer.style"; import { Link } from "gatsby"; import ForkLift from "../../../assets/images/app/hero/forklift.svg"; From 2eab4d1af7429922cd30002ab64b6103799ed123 Mon Sep 17 00:00:00 2001 From: The rizzler <182301570+ritzorama@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:03:44 -0500 Subject: [PATCH 07/14] Update src/collections/blog/meetTheMaintainer-template/index.mdx Signed-off-by: The rizzler <182301570+ritzorama@users.noreply.github.com> --- src/collections/blog/meetTheMaintainer-template/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index fdba04705fab5..dce05d3c02840 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,7 +1,7 @@ --- title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" -date: YYYY-MM-DD HH:MM:SS -05:30:05 +date: 2025-04-01 00:00:00 -05:30:05 author: Interviewer # REPLACE [Your Name] thumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE "./community/members/[first Name]-[last Name].png" darkthumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE ./community/members/[first Name]-[last Name].png From 68e2328d5cbf0abcd3503a5b1c2fce9923dbdc01 Mon Sep 17 00:00:00 2001 From: The rizzler <182301570+ritzorama@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:10:01 -0500 Subject: [PATCH 08/14] Update index.mdx Signed-off-by: The rizzler <182301570+ritzorama@users.noreply.github.com> --- src/collections/blog/meetTheMaintainer-template/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index dce05d3c02840..0d4470feaf634 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,8 +1,8 @@ --- title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" -date: 2025-04-01 00:00:00 -05:30:05 -author: Interviewer # REPLACE [Your Name] +date: 2025-04-01 00:00:00 -0530 +author: Interviewer # REPLACE thumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE "./community/members/[first Name]-[last Name].png" darkthumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE ./community/members/[first Name]-[last Name].png category: "Open Source" From 69756bf054fd94480fcdfc8c563dce12efa74928 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 12 Mar 2025 17:53:45 -0500 Subject: [PATCH 09/14] Update interview date in Meet the Maintainer template Signed-off-by: Lee Calcote --- src/collections/blog/meetTheMaintainer-template/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 0d4470feaf634..94e1cecfa5d2d 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,7 +1,7 @@ --- title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" -date: 2025-04-01 00:00:00 -0530 +date: 2025-04-12 07:00:00 -0530 author: Interviewer # REPLACE thumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE "./community/members/[first Name]-[last Name].png" darkthumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE ./community/members/[first Name]-[last Name].png From a7bf70ac81c1215f8e3dd3cd00fbc8a0bf6e211f Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 12 Mar 2025 17:58:11 -0500 Subject: [PATCH 10/14] Refactor interview template for improved readability and structure Signed-off-by: Lee Calcote --- .../blog/meetTheMaintainer-template/index.mdx | 60 ++++++++++++------- 1 file changed, 40 insertions(+), 20 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 94e1cecfa5d2d..69fa9d6aada85 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -23,64 +23,84 @@ const MaintainerArea = "Project, Component";

Continuing in our Meet the Maintainer series, we have {MaintainerName}. {MaintainerName} is a [Brief introduction about the maintainer]

-
{InterviewerName}: +
+ {InterviewerName}:

{MaintainerName}, thank you for taking the time to join me today. While many people, both within and beyond the Layer5 community, have witnessed the impact of your contributions, they may not know the story behind who you are and how you became a maintainer. Could you share your journey with us? How did you discover the Layer5 community, and what inspired you to stay?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

You're a Meshery {MaintainerArea} Maintainer. What does being a Meshery {MaintainerArea} maintainer mean to you?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

Have you worked with any other open source project? How does Layer5 compare?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

Layer5 has a number of active, open source projects. You've been consistently contributing to a few of them. Which one(s) are you currently focusing on?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

What's the coolest Meshery {MaintainerArea} demo you have done/seen?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

What is your favorite feature or aspect of {MaintainerArea} in this project, and why?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

What is your hot tip for working with Meshery that others may not know?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

Where do you see opportunities for contributors to actively engage and contribute to {MaintainerArea} within the Meshery and Layer5 community?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

Let's get to know you a bit better with some quick questions: What's the emoji you use most often? Do you prefer movies or books? Would you consider yourself a morning person or a night owl? Over the past year, what's a project or accomplishment you're particularly proud of?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

-
{InterviewerName}: +
+ {InterviewerName}:

Do you have any advice for individuals hopeful to become Meshery {MaintainerArea} contributors or potentially maintainers?

-
{MaintainerName}: +
+ {MaintainerName}:

[Maintainer's response]

From 8ea86635f4bd5fe79e8743e337aad412a9e23d36 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 12 Mar 2025 18:02:39 -0500 Subject: [PATCH 11/14] Clean up author and thumbnail fields in Meet the Maintainer template Signed-off-by: Lee Calcote --- src/collections/blog/meetTheMaintainer-template/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 69fa9d6aada85..27d10d8bddf36 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -2,9 +2,9 @@ title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" date: 2025-04-12 07:00:00 -0530 -author: Interviewer # REPLACE -thumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE "./community/members/[first Name]-[last Name].png" -darkthumbnail: ../../../collections/members/_member-profile-template/display-picture.webp # REPLACE ./community/members/[first Name]-[last Name].png +author: Interviewer +thumbnail: ../../../collections/members/_member-profile-template/display-picture.webp +darkthumbnail: ../../../collections/members/_member-profile-template/display-picture.webp category: "Open Source" published: false --- From 17f414fc4db0a65e3fee4b1ef461824b595f920d Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 12 Mar 2025 18:18:35 -0500 Subject: [PATCH 12/14] Update Meet the Maintainer template with new author, date, and thumbnail assets Signed-off-by: Lee Calcote --- .../blog/meetTheMaintainer-template/index.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 27d10d8bddf36..1452a5649109b 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,11 +1,12 @@ --- title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" -date: 2025-04-12 07:00:00 -0530 -author: Interviewer -thumbnail: ../../../collections/members/_member-profile-template/display-picture.webp -darkthumbnail: ../../../collections/members/_member-profile-template/display-picture.webp +date: 2025-04-12 10:30:05 -0530 +author: Layer5 Team +thumbnail: ../../../assets/images/layer5/layer5-only/svg/layer5-black.svg +darkthumbnail: ../../../assets/images/layer5/layer5-only/svg/layer5-light-bg.svg category: "Open Source" +resource: false published: false --- From ea0e33e1dcbad5052615ace717a8821d1472b1a3 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 12 Mar 2025 18:21:37 -0500 Subject: [PATCH 13/14] Update Meet the Maintainer template with corrected author and date formatting Signed-off-by: Lee Calcote --- src/collections/blog/meetTheMaintainer-template/index.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 1452a5649109b..65ccc8a9cf005 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,11 +1,12 @@ --- title: "Meet the Maintainer: [Maintainer Name]” subtitle: "An interview series with Layer5 Maintainers" -date: 2025-04-12 10:30:05 -0530 -author: Layer5 Team +date: "2025-04-12 10:30:05 -0530" +author: "Layer5 Team" thumbnail: ../../../assets/images/layer5/layer5-only/svg/layer5-black.svg darkthumbnail: ../../../assets/images/layer5/layer5-only/svg/layer5-light-bg.svg category: "Open Source" +type: Blog resource: false published: false --- From c0c7ee4854f00652a24c21e6b27a546d68994241 Mon Sep 17 00:00:00 2001 From: Rajesh Nagarajan <139469505+Rajesh-Nagarajan-11@users.noreply.github.com> Date: Sat, 6 Dec 2025 21:49:24 +0530 Subject: [PATCH 14/14] Update src/collections/blog/meetTheMaintainer-template/index.mdx Co-authored-by: Lorenzo Croce <41270564+Fireentity@users.noreply.github.com> Signed-off-by: Rajesh Nagarajan <139469505+Rajesh-Nagarajan-11@users.noreply.github.com> --- src/collections/blog/meetTheMaintainer-template/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/blog/meetTheMaintainer-template/index.mdx b/src/collections/blog/meetTheMaintainer-template/index.mdx index 65ccc8a9cf005..8df94952704d4 100644 --- a/src/collections/blog/meetTheMaintainer-template/index.mdx +++ b/src/collections/blog/meetTheMaintainer-template/index.mdx @@ -1,5 +1,5 @@ --- -title: "Meet the Maintainer: [Maintainer Name]” +title: "Meet the Maintainer: [Maintainer Name]" subtitle: "An interview series with Layer5 Maintainers" date: "2025-04-12 10:30:05 -0530" author: "Layer5 Team"