diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 3a3d1ea8..d60885f9 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -126,8 +126,8 @@ let (mkText "https://www.bunniestudios.com/blog/?feed=rss2" // tech // infrequent) (mkText "https://blog.danieljanus.pl/atom.xml" // tech // infrequent) (mkText "https://ianthehenry.com/feed.xml" // tech // infrequent) - (mkText "https://bitbashing.io/feed.xml" // tech // infrequent) - (mkText "https://idiomdrottning.org/feed.xml" // uncat // daily) + (fromDb "bitbashing.io" // tech) + (fromDb "idiomdrottning.org" // uncat) (mkText "https://anish.lakhwara.com/home.html" // tech // weekly) (fromDb "jefftk.com" // tech) (fromDb "pomeroyb.com" // tech) diff --git a/modules/data/feeds/sources/bitbashing.io/default.json b/modules/data/feeds/sources/bitbashing.io/default.json new file mode 100644 index 00000000..e5a6f73c --- /dev/null +++ b/modules/data/feeds/sources/bitbashing.io/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 339384, + "content_type": "application/xml; charset=utf-8", + "description": "Yet another programming blog. Thoughts on software and related misadventures.", + "favicon": "https://bitbashing.io/favicon.ico", + "favicon_data_uri": "data:image/png;base64,AAABAAEAEBACAAEAAQCwAAAAFgAAACgAAAAQAAAAIAAAAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUFBQAAAAAAP//AAD//wAA7/8AAO//AADv/wAA7/8AAO//AADvAwAA7/8AAO8DAADv/wAA7/8AAO//AADv/wAA//8AAP//AAD//wAA//8AAO//AADv/wAA7/8AAO//AADv/wAA7wMAAO//AADvAwAA7/8AAO//AADv/wAA7/8AAP//AAD//wAA", + "hubs": [], + "is_podcast": false, + "is_push": false, + "item_count": 10, + "last_updated": "2022-11-22T00:00:00+00:00", + "score": 20, + "self_url": "https://bitbashing.io/feed.xml", + "site_name": "Bit Bashing", + "site_url": "https://bitbashing.io", + "title": "Bit Bashing", + "url": "https://bitbashing.io/feed.xml", + "velocity": 0.003, + "version": "rss20" +} \ No newline at end of file