From 43a8ca90a72f57669dc36f800a53bacdd8577947 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 16 Jan 2024 19:12:25 +0000 Subject: [PATCH] feeds: add Cat and Girl --- hosts/common/feeds.nix | 1 + modules/data/feeds/sources/catandgirl.com/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/catandgirl.com/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 9a4cd3a9e..eec53126a 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -219,6 +219,7 @@ let ]; images = [ + (fromDb "catandgirl.com" // 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/catandgirl.com/default.json b/modules/data/feeds/sources/catandgirl.com/default.json new file mode 100644 index 000000000..4b975af6b --- /dev/null +++ b/modules/data/feeds/sources/catandgirl.com/default.json @@ -0,0 +1,9 @@ +{ + "description": "", + "is_podcast": false, + "site_name": "Cat and Girl", + "site_url": "https://catandgirl.com", + "title": "Cat and Girl", + "url": "https://catandgirl.com/feed/", + "velocity": 0.143 +} \ No newline at end of file