diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index f19ff4ea..2610d1c5 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -89,6 +89,7 @@ let (fromDb "originstories.libsyn.com" // uncat) (fromDb "podcast.posttv.com/itunes/post-reports.xml" // pol) (fromDb "politicalorphanage.libsyn.com" // pol) + (fromDb "postmarketos.org/blog" // tech) (fromDb "reverseengineering.libsyn.com/rss" // tech) # UnNamed Reverse Engineering Podcast (fromDb "rss.acast.com/deconstructed") # The Intercept - Deconstructed (fromDb "rss.acast.com/ft-tech-tonic" // tech) diff --git a/modules/data/feeds/sources/postmarketos.org/blog/default.json b/modules/data/feeds/sources/postmarketos.org/blog/default.json new file mode 100644 index 00000000..93987d86 --- /dev/null +++ b/modules/data/feeds/sources/postmarketos.org/blog/default.json @@ -0,0 +1,9 @@ +{ + "description": null, + "is_podcast": false, + "site_name": "postmarketOS", + "site_url": "https://postmarketos.org", + "title": "postmarketOS Blog", + "url": "https://postmarketos.org/blog/feed.atom", + "velocity": 0.023 +} \ No newline at end of file