Skip to content

Commit

Permalink
Add Loura
Browse files Browse the repository at this point in the history
  • Loading branch information
rknightuk committed Dec 7, 2023
1 parent 639a5e3 commit f4c73ee
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
15 changes: 14 additions & 1 deletion _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": 165
"linkCount": 166
},
{
"id": 1,
Expand Down Expand Up @@ -2282,6 +2282,15 @@
"shape": "box",
"color": "#03a4df",
"linkCount": 0
},
{
"id": 254,
"label": "Loura",
"url": "https://heyloura.com/2023/12/07/my-app-defaults.html",
"rss": "https://heyloura.com/feed.xml",
"shape": "box",
"color": "#03a4df",
"linkCount": 0
}
],
"edges": [
Expand Down Expand Up @@ -3277,6 +3286,10 @@
"from": 1001,
"to": 248
},
{
"from": 1001,
"to": 254
},
{
"from": 1,
"to": 2
Expand Down
12 changes: 11 additions & 1 deletion _data/postdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@
"https://thewanderingallison.github.io/posts/app_defaults_2023",
"https://etienne.depar.is/a-ecrit/app-defaults.html",
"https://nathansnelgrove.com/2023/12/default-apps-in-2023",
"https://blog.adm.ink/defaults"
"https://blog.adm.ink/defaults",
"https://heyloura.com/2023/12/07/my-app-defaults.html"
],
"name": "App Defaults",
"shape": "box"
Expand Down Expand Up @@ -2758,5 +2759,14 @@
"id": 253,
"urlKey": "https://technocidal.com/2023/12/07/app-defaults",
"links": []
},
"https://heyloura.com/2023/12/07/my-app-defaults.html": {
"name": "Loura",
"url": "https://heyloura.com/2023/12/07/my-app-defaults.html",
"rss": "https://heyloura.com/feed.xml",
"date": "2023-12-07 21:57",
"id": 254,
"urlKey": "https://heyloura.com/2023/12/07/my-app-defaults.html",
"links": []
}
}
3 changes: 2 additions & 1 deletion _data/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,6 @@
{ "name": "Assaf", "url": "https://labnotes.org/default-apps-2023/", "rss": "https://labnotes.org/feed.xml", "date": "2023-12-07 16:00" },
{ "name": "Stephen Hackett", "url": "https://512pixels.net/gear/", "rss": "https://512pixels.net/feed/", "date": "2023-12-07 18:00" },
{ "name": "Matt", "url": "https://www.wyrd.systems/defaults/", "rss": "https://www.wyrd.systems/feed.xml", "date": "2023-12-07 19:33" },
{ "name": "Johannes Ebeling", "url": "https://technocidal.com/2023/12/07/app-defaults", "rss": "https://technocidal.com/feed.xml", "date": "2023-12-07 20:30" }
{ "name": "Johannes Ebeling", "url": "https://technocidal.com/2023/12/07/app-defaults", "rss": "https://technocidal.com/feed.xml", "date": "2023-12-07 20:30" },
{ "name": "Loura", "url": "https://heyloura.com/2023/12/07/my-app-defaults.html", "rss": "https://heyloura.com/feed.xml", "date": "2023-12-07 21:57" }
]

0 comments on commit f4c73ee

Please sign in to comment.