diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 919b7cda..e79fd9f0 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -230,6 +230,7 @@ let images = [ (fromDb "catandgirl.com" // img // humor) + (fromDb "davidrevoy.com" // img // art) (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/davidrevoy.com/default.json b/modules/data/feeds/sources/davidrevoy.com/default.json new file mode 100644 index 00000000..e797beef --- /dev/null +++ b/modules/data/feeds/sources/davidrevoy.com/default.json @@ -0,0 +1,9 @@ +{ + "description": "Artist, Instructor, using only Free/Libre and Open-Source software since 2009.", + "is_podcast": false, + "site_name": "David Revoy", + "site_url": "https://www.davidrevoy.com", + "title": "David Revoy", + "url": "https://www.davidrevoy.com/feed/rss", + "velocity": 0.093 +} \ No newline at end of file