From 0fe62f3f43764025a3bad34976c9ffb054cfefe8 Mon Sep 17 00:00:00 2001 From: Eric Olkowski Date: Fri, 26 Sep 2025 13:47:12 -0400 Subject: [PATCH 1/2] chore(Blogs): added open source collab blog to featured --- .../patternfly-docs/pages/featured-posts-data.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js index f22c59aaca..becf747692 100644 --- a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js +++ b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js @@ -36,4 +36,13 @@ export const featuredPostsData = { imageURL: "https://miro.medium.com/v2/resize:fit:600/format:webp/0*f2KRU4Bw2ZmoOSOy", }, + post5: { + title: "Open source is a two-way street", + author: "Eric Olkowski", + length: "5 min read", + URL: "https://medium.com/patternfly/open-source-is-a-two-way-street-71c31f6c8384", + // Use resize:fit:600 in URL + imageURL: + "https://miro.medium.com/v2/resize:fit:600/format:webp/1*iyxUnqaepI63DxmM7U56cg.png", + }, }; From 160ec15d376f130248e202fa98b776daa72a7304 Mon Sep 17 00:00:00 2001 From: Eric Olkowski Date: Fri, 26 Sep 2025 15:13:03 -0400 Subject: [PATCH 2/2] Erin suggestions --- .../pages/featured-posts-data.js | 28 ++++++------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js index becf747692..bb91dc4811 100644 --- a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js +++ b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js @@ -9,6 +9,15 @@ export const featuredPostsData = { "https://miro.medium.com/v2/resize:fit:600/format:webp/1*FOVVqeJPmsoM6uJqsZHXZA.png", }, post2: { + title: "Open source is a two-way street", + author: "Eric Olkowski and Divyanshu Gupta", + length: "5 min read", + URL: "https://medium.com/patternfly/open-source-is-a-two-way-street-71c31f6c8384", + // Use resize:fit:600 in URL + imageURL: + "https://miro.medium.com/v2/resize:fit:600/format:webp/1*iyxUnqaepI63DxmM7U56cg.png", + }, + post3: { title: "Vibe coding and beyond", author: "Nicole Thoen", length: "7 min read", @@ -17,16 +26,6 @@ export const featuredPostsData = { imageURL: "https://miro.medium.com/v2/resize:fit:600/format:webp/1*oHJSZu-i_5qI5MX4d11vjw.png", }, - post3: { - title: - "Why PatternFly?", - author: "Erin Donehoo", - length: "5 min read", - URL: "https://medium.com/patternfly/why-patternfly-26f65e21bdbd", - // Use resize:fit:600 in URL - imageURL: - "https://miro.medium.com/v2/resize:fit:600/format:webp/1*xohZjJ1XyTwNP4lvjCBGbA.png", - }, post4: { title: "Motion with purpose", author: "Erin Donehoo", @@ -36,13 +35,4 @@ export const featuredPostsData = { imageURL: "https://miro.medium.com/v2/resize:fit:600/format:webp/0*f2KRU4Bw2ZmoOSOy", }, - post5: { - title: "Open source is a two-way street", - author: "Eric Olkowski", - length: "5 min read", - URL: "https://medium.com/patternfly/open-source-is-a-two-way-street-71c31f6c8384", - // Use resize:fit:600 in URL - imageURL: - "https://miro.medium.com/v2/resize:fit:600/format:webp/1*iyxUnqaepI63DxmM7U56cg.png", - }, };