Skip to content

Commit 0ed6938

Browse files
chore(Blogs): added open source collab blog to featured (#4806)
* chore(Blogs): added open source collab blog to featured * Erin suggestions --------- Co-authored-by: Eric Olkowski <git.eric@thatblindgeye.dev>
1 parent 33f34db commit 0ed6938

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

packages/documentation-site/patternfly-docs/pages/featured-posts-data.js

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ export const featuredPostsData = {
99
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*FOVVqeJPmsoM6uJqsZHXZA.png",
1010
},
1111
post2: {
12+
title: "Open source is a two-way street",
13+
author: "Eric Olkowski and Divyanshu Gupta",
14+
length: "5 min read",
15+
URL: "https://medium.com/patternfly/open-source-is-a-two-way-street-71c31f6c8384",
16+
// Use resize:fit:600 in URL
17+
imageURL:
18+
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*iyxUnqaepI63DxmM7U56cg.png",
19+
},
20+
post3: {
1221
title: "Vibe coding and beyond",
1322
author: "Nicole Thoen",
1423
length: "7 min read",
@@ -17,16 +26,6 @@ export const featuredPostsData = {
1726
imageURL:
1827
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*oHJSZu-i_5qI5MX4d11vjw.png",
1928
},
20-
post3: {
21-
title:
22-
"Why PatternFly?",
23-
author: "Erin Donehoo",
24-
length: "5 min read",
25-
URL: "https://medium.com/patternfly/why-patternfly-26f65e21bdbd",
26-
// Use resize:fit:600 in URL
27-
imageURL:
28-
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*xohZjJ1XyTwNP4lvjCBGbA.png",
29-
},
3029
post4: {
3130
title: "Motion with purpose",
3231
author: "Erin Donehoo",

0 commit comments

Comments
 (0)