From 4c9e7076e404b4be038b0303542efbf50481b5f1 Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:01:19 -0600 Subject: [PATCH] Add feeds --- config/feeds.json | 103 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 84 insertions(+), 19 deletions(-) diff --git a/config/feeds.json b/config/feeds.json index 55af9c8..e64a3d1 100644 --- a/config/feeds.json +++ b/config/feeds.json @@ -1,23 +1,88 @@ { - "Developer News": [ - "https://hacks.mozilla.org/feed/", - "https://web.dev/feed.xml", - "https://v8.dev/blog.atom", - "https://alistapart.com/main/feed/", - "https://css-tricks.com/feed/", - "https://dev.to/feed", - "https://changelog.com/feed" + "Comics": [ + "http://www.catanacomics.com/rss", + "http://feeds.feedburner.com/InvisibleBread", + "https://hejibits.com/rss#_=_", + "http://www.hrwiki.org/wiki/Special:Updates", + "http://rockpapercynic.tumblr.com/rss" ], - "Blogs": [ - "https://george.mand.is/feed.xml", - "https://joy.recurse.com/feed.atom" + "Podcasts": [ + "https://lilyandsam.show/feed", + "https://technosapiens.substack.com/feed" ], - "My GitHub Projects": [ - "https://github.com/georgemandis.atom", - "https://github.com/georgemandis/bubo-rss/releases.atom", - "https://github.com/georgemandis/konami-js/releases.atom", - "https://github.com/georgemandis/konami-js/commits/main.atom", - "https://github.com/javascriptforartists/cheer-me-up-and-sing-me-a-song/commits/master.atom", - "https://github.com/georgemandis/circuit-playground-midi-multi-tool/commits/master.atom" + "Friends and Family": [ + "https://www.goodreads.com/review/list_rss/132710826?shelf=read", + "https://jgm23333.wixsite.com/my-site/blog-feed.xml", + "https://joekhoury.blog/feed/", + "https://social.warnick.me/users/sam.rss" + ], + "Games": [ + "https://www.nomanssky.com/news/feed/", + "https://www.lexaloffle.com/bbs/feed.php?uid=1", + "https://www.factorio.com/blog/rss", + "https://bouncyrock.com/news.atom", + "https://kill-the-newsletter.com/feeds/pghhn8aaf264tukg.xml", + "http://www.suppermariobroth.com/rss", + "http://unknownworlds.com/subnautica/feed/", + "https://store.steampowered.com/feeds/news/app/1675200/?cc=US&l=english" + ], + "Finance": [ + "http://feeds.feedburner.com/MrMoneyMustache", + "http://feeds.feedburner.com/DoctorOfCredit", + "https://kill-the-newsletter.com/feeds/tgor1vrwcf3f0uyo.xml", + "https://kill-the-newsletter.com/feeds/5q4gs79dfh32yr3h.xml" + ], + "News": [ + "http://www.economist.com/rss/the_world_this_week_rss.xml", + "https://newsroom.churchofjesuschrist.org/rss", + "http://feeds.feedburner.com/LdsChurchGrowth", + "https://www.sltrib.com/arc/outboundfeeds/news/?outputType=xml", + "https://www.ksl.com/rss/news/news_utah", + "https://www.readtangle.com/posts/rss/" + ], + "Parenting": [ + "https://technosapiens.substack.com/feed", + "https://parentdata.org/feed/" + ], + "Fashion": [ + "http://www.heddels.com/feed/", + "http://putthison.com/rss", + "https://articlesofinterest.substack.com/feed", + "https://dappered.com/feed/", + "https://dieworkwear.com/feed/", + "http://fromsqualortoballer.com/rss", + "https://fabricateurialist.substack.com/feed" + ], + "Products": [ + "https://jellyfin.org/index.xml", + "https://gitlab.com/CalcProgrammer1/OpenRGB/-/tags?format=atom", + "http://feeds.feedburner.com/psblog", + "https://matrix.org/blog/feed/", + "https://brave.com/feed/", + "https://bitwarden.com/blog/feed.xml" + ], + "Humor": [ + "https://kill-the-newsletter.com/feeds/d90ng280lhh3p2nq.xml", + "http://www.altuniversebyu.com/feed/", + "https://aiweirdness.com/rss", + "http://mcmansionhell.tumblr.com/rss" + ], + "Other": [ + "https://kill-the-newsletter.com/feeds/400aiwxy5ox6ao0d.xml", + "http://brandonsanderson.com/feed/", + "https://kill-the-newsletter.com/feeds/j3c4wngg2hpjmdt8.xml", + "https://astralcodexten.substack.com/feed/" + ], + "Tech News": [ + "https://samwarnick.com/feed.rss", + "http://feeds.feedburner.com/CssTricks", + "http://chriscoyier.net/feed/", + "https://jenniferdaniel.substack.com/feed/", + "http://www.gamingonlinux.com/article_rss.php", + "http://www.theverge.com/rss/full.xml" + ], + "Emulation": [ + "http://melonds.kuribo64.net/rss.php", + "https://dolphin-emu.org/blog/feeds/" ] -} \ No newline at end of file +}