diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index d88d2c47..ce32b246 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -151,6 +151,7 @@ let (fromDb "interconnected.org/home/feed" // rat) # Matt Webb -- engineering-ish, but dreamy (fromDb "jeffgeerling.com" // tech) (fromDb "jefftk.com" // tech) + (fromDb "jwz.org/blog" // tech // pol) # DNA lounge guy, loooong-time blogger (fromDb "kill-the-newsletter.com/feeds/joh91bv7am2pnznv.xml" // pol) # Matt Levine - Money Stuff (fromDb "kosmosghost.github.io/index.xml" // tech) # (fromDb "lesswrong.com" // rat) diff --git a/modules/data/feeds/sources/jwz.org/blog/default.json b/modules/data/feeds/sources/jwz.org/blog/default.json new file mode 100644 index 00000000..e46edb9a --- /dev/null +++ b/modules/data/feeds/sources/jwz.org/blog/default.json @@ -0,0 +1,9 @@ +{ + "description": "", + "is_podcast": false, + "site_name": "jwz.org", + "site_url": "https://www.jwz.org", + "title": "jwz", + "url": "https://cdn.jwz.org/blog/feed/", + "velocity": 0.644 +} \ No newline at end of file