Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added public/images/press/the-new-stack.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/images/press/the-new-stack.webp.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
© 2025 The New Stack
SPDX-License-Identifier: LicenseRef-Restricted
7 changes: 7 additions & 0 deletions src/components/PressItemList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const { full } = Astro.props;
---

<div class="press-item-list" data-full={full}>
<PressItem
name="The New Stack"
title="How the World Is Celebrating Open Source Maintainer Month"
date="25 May 2025"
imageUrl="/images/press/the-new-stack.webp"
sourceUrl="https://thenewstack.io/how-the-world-is-celebrating-open-source-maintainer-month/"
/>
<PressItem
name="DEV Community"
title="Funding in Open Source: A Conversation with Chad Whitacre"
Expand Down