Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
rknightuk committed Dec 4, 2023
1 parent c48a2dd commit 95eb972
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
21 changes: 19 additions & 2 deletions _data/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://defaults.rknight.me",
"shape": "box",
"color": "#fdbd30",
"linkCount": 162
"linkCount": 163
},
{
"id": 1,
Expand Down Expand Up @@ -1197,7 +1197,7 @@
"rss": "https://blog.douchi.space/index.xml",
"shape": "box",
"color": "#03a4df",
"linkCount": 0
"linkCount": 1
},
{
"id": 134,
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -3157,6 +3166,10 @@
"from": 1001,
"to": 242
},
{
"from": 1001,
"to": 243
},
{
"from": 1,
"to": 2
Expand Down Expand Up @@ -3609,6 +3622,10 @@
"from": 118,
"to": 230
},
{
"from": 133,
"to": 243
},
{
"from": 150,
"to": 191
Expand Down
16 changes: 14 additions & 2 deletions _data/postdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": []
}
}
3 changes: 2 additions & 1 deletion _data/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]

0 comments on commit 95eb972

Please sign in to comment.