From 5d1c52d0bcdcef82051a15dc58a3a68bc40b8d9d Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 24 Jun 2024 17:05:10 +0000 Subject: [PATCH] feeds: add buttondown.email --- hosts/common/feeds.nix | 1 + modules/data/feeds/sources/buttondown.email/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/buttondown.email/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index d0bdd70d5..a5ec7aa87 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -135,6 +135,7 @@ let (fromDb "artemis.sh" // tech) (fromDb "ascii.textfiles.com" // tech) # Jason Scott (fromDb "austinvernon.site" // tech) + (fromDb "buttondown.email" // tech) (fromDb "ben-evans.com/benedictevans" // pol) (fromDb "bitbashing.io" // tech) (fromDb "bitsaboutmoney.com" // uncat) diff --git a/modules/data/feeds/sources/buttondown.email/default.json b/modules/data/feeds/sources/buttondown.email/default.json new file mode 100644 index 000000000..4bff9a5e0 --- /dev/null +++ b/modules/data/feeds/sources/buttondown.email/default.json @@ -0,0 +1,9 @@ +{ + "description": "Buttondown's blog \u2014 technical essays, feature updates, and more", + "is_podcast": false, + "site_name": "Buttondown", + "site_url": "https://buttondown.email", + "title": "Buttondown's blog", + "url": "https://buttondown.email/rss/blog.xml", + "velocity": 0.046 +} \ No newline at end of file