The code and data behind xeiaso.net
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xecast: lol oops fuck you need to link to RSS

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 4d598314 fd024f11

+2
+2
lume/src/xecast.jsx
··· 8 8 9 9 <p className="mb-4">Welcome to Xecast! Here you can find all the episodes of the podcast. Xecast is an experimental podcast where I talk about computing, AI, technology, and other topics that I find interesting.</p> 10 10 11 + <p className="mb-4"><a href="/xecast.rss">Subscribe via RSS 📡</a></p> 12 + 11 13 <ul class="list-disc ml-4 mb-4"> 12 14 {search.pages("is_xecast=true", "order date=desc") 13 15 .filter(post => post.index)