From 157af52112d134a34bc90f27c8de90621d0dcc18 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 16 May 2024 19:25:22 +0000 Subject: [PATCH] feeds: add Grumpy.website --- hosts/common/feeds.nix | 1 + modules/data/feeds/sources/grumpy.website/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/grumpy.website/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 6216a0ee..e9586a17 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -244,6 +244,7 @@ let images = [ (fromDb "catandgirl.com" // img // humor) (fromDb "davidrevoy.com" // img // art) + (fromDb "grumpy.website" // img // humor) (fromDb "miniature-calendar.com" // img // art // daily) (fromDb "pbfcomics.com" // img // humor) (fromDb "poorlydrawnlines.com/feed" // img // humor) diff --git a/modules/data/feeds/sources/grumpy.website/default.json b/modules/data/feeds/sources/grumpy.website/default.json new file mode 100644 index 00000000..d5782d84 --- /dev/null +++ b/modules/data/feeds/sources/grumpy.website/default.json @@ -0,0 +1,9 @@ +{ + "description": "Do you want to cancel? \u2013 YES / CANCEL", + "is_podcast": false, + "site_name": "Grumpy Website", + "site_url": "https://grumpy.website", + "title": "Grumpy Website", + "url": "https://grumpy.website/feed.xml", + "velocity": 0.555 +} \ No newline at end of file