From e7f54cda6bf85f325f09d6d3ad34ca20471753cf Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 10 Sep 2024 19:54:46 +0000 Subject: [PATCH] feeds: subscribe to Marijn Braam's blog --- hosts/common/feeds.nix | 1 + modules/data/feeds/sources/blog.brixit.nl/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/blog.brixit.nl/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 7f2dbd563..b2e6bf42f 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -152,6 +152,7 @@ let (fromDb "blog.jmp.chat" // tech) (fromDb "blog.rust-lang.org" // tech) (fromDb "blog.thalheim.io" // tech) # Mic92 + (fromDb "blog.brixit.nl" // tech) # Martijn Braam (fromDb "bunniestudios.com" // tech) # Bunnie Juang (fromDb "capitolhillseattle.com" // pol) (fromDb "edwardsnowden.substack.com" // pol // text) diff --git a/modules/data/feeds/sources/blog.brixit.nl/default.json b/modules/data/feeds/sources/blog.brixit.nl/default.json new file mode 100644 index 000000000..060b32a8d --- /dev/null +++ b/modules/data/feeds/sources/blog.brixit.nl/default.json @@ -0,0 +1,9 @@ +{ + "description": "Random blog posts from Martijn Braam", + "is_podcast": false, + "site_name": "BrixIT Blog", + "site_url": "https://blog.brixit.nl", + "title": "BrixIT Blog", + "url": "https://blog.brixit.nl/rss/", + "velocity": 0.059 +} \ No newline at end of file