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