From 856b6fcd7a4b6323e4b9480d1d49731250a0f020 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 31 Mar 2024 18:20:49 +0000 Subject: [PATCH] feeds: add Willow --- hosts/common/feeds.nix | 1 + .../feeds/sources/willow.phantoma.online/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/willow.phantoma.online/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 1155e926..919b7cda 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -189,6 +189,7 @@ let # (fromDb "vitalik.ca" // tech) # moved to vitalik.eth.limo (fromDb "vitalik.eth.limo" // tech) # Vitalik Buterin # (fromDb "webcurious.co.uk" // uncat) # link aggregator; defunct? + (fromDb "willow.phantoma.online") # wizard@xyzzy.link (fromDb "xn--gckvb8fzb.com" // tech) (mkSubstack "astralcodexten" // rat // daily) # Scott Alexander # (mkSubstack "doomberg" // tech // weekly) # articles are all pay-walled diff --git a/modules/data/feeds/sources/willow.phantoma.online/default.json b/modules/data/feeds/sources/willow.phantoma.online/default.json new file mode 100644 index 00000000..7aa201d4 --- /dev/null +++ b/modules/data/feeds/sources/willow.phantoma.online/default.json @@ -0,0 +1,9 @@ +{ + "description": "willow's blog", + "is_podcast": false, + "site_name": "willow's website", + "site_url": "https://willow.phantoma.online", + "title": "willow's website", + "url": "https://willow.phantoma.online/rss.xml", + "velocity": 0 +} \ No newline at end of file