From cb8999f50a2a90a7a68820710fe1ac22b369c00c Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 25 Sep 2024 13:51:55 -0500 Subject: [PATCH] Add some feeds to the blogroll --- _data/blogroll.js | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/_data/blogroll.js b/_data/blogroll.js index bc8e4b7..e680bdf 100644 --- a/_data/blogroll.js +++ b/_data/blogroll.js @@ -46,6 +46,13 @@ export default { url: "https://grumpy.website", description: "Grumpy takes on UI mistakes.", }, + { + title: "PRINT Magazine", + feedUrl: "https://www.printmag.com/feed/", + url: "https://www.printmag.com/", + description: + "Where creative people gather to inspire and build design dialogue.", + }, { title: "TypeOff.", feedUrl: "https://www.typeoff.de/rss", @@ -246,6 +253,13 @@ export default { description: "High-quality journalism which challenges power, inspires change and builds leadership among groups underrepresented in the media.", }, + { + title: "Techdirt", + feedUrl: "https://www.techdirt.com/feed/", + url: "https://www.techdirt.com/feed", + description: + "Started in 1997 by Floor64 founder Mike Masnick and then growing into a group blogging effort, the Techdirt blog relies on a proven economic framework to analyze and offer insight into news stories about changes in government policy, technology and legal issues that affect companies’ ability to innovate and grow.", + }, ], }, { @@ -338,11 +352,17 @@ export default { url: "https://thefoggiest.dev", description: "The personal blog of Diederick de Vries of Amsterdam.", }, + ], + }, + { + name: "Politics", + blogs: [ { - title: "TorrentFreak", - feedUrl: "http://torrentfreak.com/feed", - url: "http://torrentfreak.com/", - description: "Breaking File-sharing, Copyright and Privacy News.", + title: "Kevin Drum", + feedUrl: "https://jabberwocking.com/feed/", + url: "https://jabberwocking.com/", + description: + "Political blogger and writer, formerly for the Washington Monthly and Mother Jones magazine, now on my own.", }, ], }, @@ -387,6 +407,12 @@ export default { url: "https://pluralistic.net/", description: "Daily links from Cory Doctorow", }, + { + title: "TorrentFreak", + feedUrl: "http://torrentfreak.com/feed", + url: "http://torrentfreak.com/", + description: "Breaking File-sharing, Copyright and Privacy News.", + }, { title: "Werd I/O", feedUrl: "https://werd.io/feed",