Skip to content

Commit 6ad2bc5

Browse files
committed
wip add web ring blog psots
1 parent 83a2ab5 commit 6ad2bc5

File tree

1 file changed

+49
-44
lines changed

1 file changed

+49
-44
lines changed

app/pages/blog/alpha-release.md

Lines changed: 49 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -115,48 +115,53 @@ And thank you: thank you to every single human who has contributed to npmx so fa
115115

116116
---
117117

118-
<BlogPostFederatedArticles
119-
headline="Read more from the community"
120-
:articles="[
121-
{
122-
url: 'https://dholms.leaflet.pub/3meluqcwky22a',
123-
authorHandle: 'dholms.dev',
124-
description: ''
125-
},
126-
{
127-
url: 'https://whitep4nth3r.com/blog/website-redesign-2026/',
128-
authorHandle: 'whitep4nth3r.com',
129-
description: 'I am a hardcoded description of Salma\'s lovely article!!'
130-
},
131-
{
132-
url: 'https://roe.dev/blog/the-golden-thread',
133-
authorHandle: 'danielroe.dev',
134-
description: ''
135-
},
136-
{
137-
url: 'https://blog.muni.town/village-scale-resilience/',
138-
authorHandle: 'erlend.sh',
139-
description: ''
140-
},
141-
{
142-
url: 'https://www.pfrazee.com/blog/atmospheric-computing',
143-
authorHandle: 'pfrazee.com',
144-
description: ''
145-
},
146-
{
147-
url: 'https://marvins-guide.leaflet.pub/3mckm76mfws2h',
148-
authorHandle: 'baileytownsend.dev',
149-
description: ''
150-
},
151-
{
152-
url: 'https://patak.cat/blog/update.html',
153-
authorHandle: 'patak.cat',
154-
description: ''
155-
},
156-
{
157-
url: 'https://zeu.dev/blog/rnlive-partykit/',
158-
authorHandle: 'zeu.dev',
159-
description: ''
160-
}
161-
]"
118+
<BlogPostFederatedArticles
119+
headline="Read more from the community"
120+
:articles="[
121+
{
122+
url: 'https://whitep4nth3r.com/blog/how-to-make-your-first-open-source-contribution/',
123+
authorHandle: 'whitep4nth3r.com',
124+
description: "Getting involved in open source doesn't have to be scary! Understand how to find a great project and make your first contribution in this guide from Salma."
125+
},
126+
{
127+
url: 'https://graphieros.github.io/graphieros-blog/blog/2026/npmx.html',
128+
authorHandle: 'graphieros.com',
129+
description: 'Graphieros explores a minimal npm-based workflow and why it exists.'
130+
},
131+
{
132+
url: 'https://www.alexdln.com/blog/npmx-the-month',
133+
authorHandle: 'alexdln.com',
134+
description: ' Alex reflects on the project, warm stories, wonderful people, and a look into the future',
135+
},
136+
{
137+
url: 'https://johnnyreilly.com/npmx-with-a-little-help-from-my-friends',
138+
authorHandle: 'johnnyreilly.com',
139+
description: "How to contribute to npmx.dev, and thoughts on Johnny's experience with the project.",
140+
},
141+
{
142+
url: 'https://blog.trueberryless.org/blog/npmx/'
143+
authorHandle: 'trueberryless.org',
144+
description: 'Telling the story of a newly founded community.',
145+
},
146+
{
147+
url: 'https://www.sybers.fr/blog/3mfhn5xoawz24',
148+
authorHandle: 'sybers.fr',
149+
description: "The best open source projects aren't just about great code. They're about the people behind them.",
150+
},
151+
{
152+
url: 'https://storybook.js.org/blog/storybook-npmx',
153+
authorHandle: 'storybook.js.org',
154+
description: 'We’re huge fans of what the npmx community is building. Today’s alpha is just the starting line, and we’re proud to be running alongside them. '
155+
},
156+
{
157+
url: 'https://jensroemer.com/writing/open-source-whats-in-it-for-me/',
158+
authorHandle: 'jensroemer.com',
159+
description: 'Reflections on learning, community, any change.'
160+
},
161+
{
162+
url: 'https://paulie.codes/blog/3mfs2stugzp2v',
163+
authorHandle: 'paulie.codes',
164+
description: 'The most important part of open source is the people, and everyone has something valuable to bring to the table.'
165+
}
166+
]"
162167
/>

0 commit comments

Comments
 (0)