---
title: "💭 How to make your RSS feed pretty"
description: "!https://cassidoo.co/post/prettify-rss/"
date: 2024-12-18
published: true
tags:
  - blog
  - rss
  - feed
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://cassidoo.co/post/prettify-rss/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://cassidoo.co/og-image/prettify-rss.png" alt="How to make your RSS feed pretty — Life is too short for ugly XML." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">How to make your RSS feed pretty</div>
      <div class="embed-card-description">Life is too short for ugly XML.</div>
      <div class="embed-card-meta">cassidoo.co</div>
    </div>
  </a>
</div>


I love me some styled rss, it's how the OG internet was made to be.  You choose what you want to read and when.  There is no middleman aggregator inflating the reach of things they want you to see or suffocating things against them.  It's just you and your internet friends.


## [Cassidy's Styled rss](https://cassidoo.co/rss.xml)

Cassidy has a quite lovely and easy to read rss feed, with an open source style sheet, that is part of her open source blog template for astro [blahg](https://github.com/cassidoo/blahg), love that name by the way!

![image](https://dropper.wayl.one/api/file/f8a6c448-2a95-47e1-b128-2bd7c3865253.webp)

## [Dave Rupert's Feed](https://daverupert.com/atom.xml)

I first learned of styled rss feeds from shoptalkshow.com, specifically from [Dave Rupert](daverupert.com).

![image](https://dropper.wayl.one/api/file/1be6c1e1-1645-4387-9e6d-134e001c04cb.webp)

Dave uses a pretty bog standard styled rss feed with [pretty-feed-v3](https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xsl).  This repo is probably the best place to start if you are looking to style your rss feed.

https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xsl

## [My RSS Feed](https://waylonwalker.com/archive/rss.xml)

My feed comes from my static site generator [markata](markata.dev), a plugins all the way down static site generator written in python, made for customizing, lacking just about any and all docs so you are on your own.

![image](https://dropper.wayl.one/api/file/214bd66f-88e1-4907-8e47-51d22b376678.webp)

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
