diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index ae84010b..bc96e4a9 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -189,6 +189,7 @@ let (fromDb "stpeter.im/atom.xml" // pol) ## Peter Saint-Andre -- side project of stpeter.im (fromDb "philosopher.coach" // rat) + (fromDb "morningbrew.com/feed" // pol) # RATIONALITY/PHILOSOPHY/ETC (mkSubstack "samkriss" // humor // infrequent) diff --git a/modules/data/feeds/sources/morningbrew.com/feed/default.json b/modules/data/feeds/sources/morningbrew.com/feed/default.json new file mode 100644 index 00000000..eab06580 --- /dev/null +++ b/modules/data/feeds/sources/morningbrew.com/feed/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 151072, + "content_type": "text/xml; charset=utf-8", + "description": "The daily email newsletter covering the latest news from Wall St. to Silicon Valley. Informative, witty, and everything you need to start your day.", + "favicon": "", + "favicon_data_uri": "", + "hubs": [], + "is_podcast": false, + "is_push": false, + "item_count": 40, + "last_updated": "2023-05-08T19:26:29+00:00", + "score": 23, + "self_url": "https://www.morningbrew.com/feed.xml", + "site_name": "Morning Brew", + "site_url": "https://www.morningbrew.com", + "title": "Morning Brew", + "url": "https://www.morningbrew.com/feed.xml", + "velocity": 3.931, + "version": "rss20" +} \ No newline at end of file