--- import Layout from "@layouts/Layout.astro"; import { IconRss, IconJson, IconMailPlus, IconBrandMastodon, } from "@tabler/icons-react"; import { fetchBlogroll } from "@utils/data/blogroll.js"; const blogroll = await fetchBlogroll(); const currentUrl = Astro.url.pathname; const title = "Blogroll"; const description = "These are awesome blogs that I enjoy and you may enjoy too."; ---

{title}

You can download an OPML file containing all of these feeds and import them into your RSS reader.

{ blogroll.map((blog) => ( )) }
Name Link Subscribe
{blog.name} {blog.url.replace("https://", "")} {blog.rss_feed && ( )} {blog.json_feed && ( )} {blog.newsletter && ( )} {blog.mastodon && ( )}

Head on over to blogroll.org to find more blogs to follow or search for feeds using feedle.