From bdb8bf8ef4705a5bd6d04147cb7974ba1012a86d Mon Sep 17 00:00:00 2001 From: George Mandis Date: Sun, 4 Dec 2022 14:37:31 -0800 Subject: [PATCH] Updated demo/default feeds list (#11) --- config/feeds.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/feeds.json b/config/feeds.json index 3fecb56..0fdefc9 100644 --- a/config/feeds.json +++ b/config/feeds.json @@ -1,22 +1,26 @@ { - "Web Development": [ - "https://hacks.mozilla.org/feed/", + "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://dev.to/feed", + "https://changelog.com/feed" ], "Blogs": [ "https://george.mand.is/feed.xml", "https://joy.recurse.com/feed.atom" ], + "Social": [ + "https://social.mandis.dev/@georgemandis.rss" + ], "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" + "https://github.com/georgemandis/circuit-playground-midi-multi-tool/commits/master.atom" ] } \ No newline at end of file