export const title = "Xecast"; export const layout = "base.njk"; export default ({ search }, { date }) => { return ( <>

{title}

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.

Subscribe via RSS 📡

); };