Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down