From d18e94ea87e01011734909c1bd7ae01fe603001d Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 14 Dec 2023 22:20:30 +0000 Subject: [PATCH] feeds: subscribe to linmob.net --- hosts/common/feeds.nix | 1 + modules/data/feeds/sources/linmob.net/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/linmob.net/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index f6c68f91..a2db819d 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -176,6 +176,7 @@ let # TECH PROJECTS (fromDb "blog.rust-lang.org" // tech) + (fromDb "linmob.net" // tech) # (TECH; POL) COMMENTATORS ## Matt Webb -- engineering-ish, but dreamy diff --git a/modules/data/feeds/sources/linmob.net/default.json b/modules/data/feeds/sources/linmob.net/default.json new file mode 100644 index 00000000..a63b0c88 --- /dev/null +++ b/modules/data/feeds/sources/linmob.net/default.json @@ -0,0 +1,9 @@ +{ + "description": "LINMOB.net is a blog about LINux on MOBile devices. With the PinePhone (Pro) and Librem 5 shipping it is back to report on GNU+Linux on mobile devices.", + "is_podcast": false, + "site_name": "LINux on MOBile", + "site_url": "https://linmob.net", + "title": "LINux on MOBile", + "url": "https://linmob.net/feed.xml", + "velocity": 0.176 +} \ No newline at end of file