My Reader Project
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 # [2]
I built it on top of my own static site generator markata [3], feedparser (š Parsing RSS feeds with Python [4]), 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]: #built-on-markata
[3]: /markata/
[4]: /parsing-rss-python/