@ed3d Yes, last published Dec 2018. But @larand is also right that Feedly first says it’s dormant, and then when you ask to show all including read, it says you’re all caught up. Hmm.
But using Pythonista:
>>> import requests
>>> import feedparser
>>> len(feedparser.parse(requests.get('https://jeremywsherman.com/index.xml').text).entries)
94
So yes, still there.