I have an external JSON feed ( https://barryfrost.com/feed.json ) which Micro.blog recently stopped importing from when I updated my site. I can’t see any errors/feedback but the timeline isn’t showing new posts.
I’ve successfully tested the feed in JSON validators but I wonder if something is broken or incompatible under the hood. Would you mind checking?
Micro.blog expects a “date_published” field in your feed items. It looks like you only have “date_modified”. I can look into falling back on that, but for now I’d recommend adding “date_published” too (or instead of “_modified” if that’s more appropriate).
Is micro.blog picky about the name e.g. “pubdate” vs “date_published”. I’m using a default rss template from Hugo and it outputs “pubdate”. My RSS feed was working until a few days ago on micro.blog but now no new posts are arriving.