My Reader Project ================= In 2024 I built my own reader after years of being bitter about google killing reader more than a decade prior. Date: July 7, 2024 In 2024 I built my own reader after years of being bitter about google killing reader more than a decade prior. !!! seealso All the way back in 2020 I made a post on what I wanted to build into my own reader. It went long forgotten until I tried to make this post and slugs clashed. Reader-2020 [1] ## Built on markata I built it on top of my own static site generator markata [2], feedparser (🐍 Parsing RSS feeds with Python [3]), some jinja templating, and tailwind. After putting all the work I have into markata, it makes projects like this fairly easy to build out with just a custom loader to load new posts in. References: [1]: /reader-2020/ [2]: /markata/ [3]: /parsing-rss-python/