diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 47fd688e..38f4c5ca 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -172,6 +172,7 @@ let (fromDb "sagacioussuricata.com" // tech) # ian (Sanctuary) (fromDb "semiaccurate.com" // tech) (fromDb "sideways-view.com" // rat) # Paul Christiano + (fromDb "slatecave.net" // tech) (fromDb "slimemoldtimemold.com" // rat) (fromDb "spectrum.ieee.org" // tech) (fromDb "stpeter.im/atom.xml" // pol) diff --git a/modules/data/feeds/sources/slatecave.net/default.json b/modules/data/feeds/sources/slatecave.net/default.json new file mode 100644 index 00000000..1bd12528 --- /dev/null +++ b/modules/data/feeds/sources/slatecave.net/default.json @@ -0,0 +1,9 @@ +{ + "description": "Slatians hideout", + "is_podcast": false, + "site_name": "Slatians hideout on the Web", + "site_url": "https://slatecave.net", + "title": "slatecave.net", + "url": "https://slatecave.net/atom.xml", + "velocity": 0.023 +} \ No newline at end of file