From 95eb972d6ffd148c0c58eaa66ff22a1c28ab3d64 Mon Sep 17 00:00:00 2001 From: Robb Knight Date: Mon, 4 Dec 2023 22:37:04 +0000 Subject: [PATCH] Another one --- _data/nodes.json | 21 +++++++++++++++++++-- _data/postdata.json | 16 ++++++++++++++-- _data/sites.json | 3 ++- 3 files changed, 35 insertions(+), 5 deletions(-) diff --git a/_data/nodes.json b/_data/nodes.json index 37c9e06a..4b8e3cf8 100644 --- a/_data/nodes.json +++ b/_data/nodes.json @@ -14,7 +14,7 @@ "url": "https://defaults.rknight.me", "shape": "box", "color": "#fdbd30", - "linkCount": 162 + "linkCount": 163 }, { "id": 1, @@ -1197,7 +1197,7 @@ "rss": "https://blog.douchi.space/index.xml", "shape": "box", "color": "#03a4df", - "linkCount": 0 + "linkCount": 1 }, { "id": 134, @@ -2174,6 +2174,15 @@ "shape": "box", "color": "#03a4df", "linkCount": 0 + }, + { + "id": 243, + "label": "The Wandering Allison", + "url": "https://thewanderingallison.github.io/posts/app_defaults_2023", + "rss": "https://thewanderingallison.github.io/rss.xml", + "shape": "box", + "color": "#03a4df", + "linkCount": 0 } ], "edges": [ @@ -3157,6 +3166,10 @@ "from": 1001, "to": 242 }, + { + "from": 1001, + "to": 243 + }, { "from": 1, "to": 2 @@ -3609,6 +3622,10 @@ "from": 118, "to": 230 }, + { + "from": 133, + "to": 243 + }, { "from": 150, "to": 191 diff --git a/_data/postdata.json b/_data/postdata.json index 9a89846c..5b7fdeb7 100644 --- a/_data/postdata.json +++ b/_data/postdata.json @@ -257,7 +257,8 @@ "https://blog.huadeity.com/posts/app-defaults", "https://www.tommyp.org/blog/app-defaults", "https://www.going-flying.com/blog/defaults.html", - "https://svenluijten.com/posts/default-apps-2023" + "https://svenluijten.com/posts/default-apps-2023", + "https://thewanderingallison.github.io/posts/app_defaults_2023" ], "name": "App Defaults", "shape": "box" @@ -1597,7 +1598,9 @@ "date": "2023-11-12 21:55", "id": 133, "urlKey": "https://blog.douchi.space/app-defaults", - "links": [] + "links": [ + "https://thewanderingallison.github.io/posts/app_defaults_2023" + ] }, "https://world.hey.com/kylenichols/my-defaults-0b855cc1": { "name": "Kyle Nichols", @@ -2620,5 +2623,14 @@ "id": 242, "urlKey": "https://svenluijten.com/posts/default-apps-2023", "links": [] + }, + "https://thewanderingallison.github.io/posts/app_defaults_2023": { + "name": "The Wandering Allison", + "url": "https://thewanderingallison.github.io/posts/app_defaults_2023", + "rss": "https://thewanderingallison.github.io/rss.xml", + "date": "2023-12-04 22:31", + "id": 243, + "urlKey": "https://thewanderingallison.github.io/posts/app_defaults_2023", + "links": [] } } \ No newline at end of file diff --git a/_data/sites.json b/_data/sites.json index 470fed33..b4cd4c87 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -240,5 +240,6 @@ { "name": "Yizun Wang", "url": "https://blog.huadeity.com/posts/app-defaults/", "rss": "https://blog.huadeity.com/index.xml", "date": "2023-12-04 03:00"}, { "name": "Tommy Palmer", "url": "https://www.tommyp.org/blog/app-defaults", "rss": "https://www.tommyp.org/rss.xml", "date": "2023-12-03 22:00"}, { "name": "Matthew Ernisse", "url": "https://www.going-flying.com/blog/defaults.html", "rss": "https://www.going-flying.com/blog/feed.xml", "date": "2023-12-03 23:00"}, - { "name": "Sven Luijten", "url": "https://svenluijten.com/posts/default-apps-2023", "rss": "https://svenluijten.com/feeds/all.xml", "date": "2023-12-04 20:29" } + { "name": "Sven Luijten", "url": "https://svenluijten.com/posts/default-apps-2023", "rss": "https://svenluijten.com/feeds/all.xml", "date": "2023-12-04 20:29" }, + { "name": "The Wandering Allison", "url": "https://thewanderingallison.github.io/posts/app_defaults_2023/", "rss": "https://thewanderingallison.github.io/rss.xml", "date": "2023-12-04 22:31" } ]