Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 16 additions & 40 deletions src/data/members.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,28 @@
[
{
"title": "Max Böck",
"url": "https://mxb.dev/",
"feed": "https://mxb.dev/feed.xml"
"title": "DimitrisTzer",
"url": "https://dimitristzer.github.io/online-cv/",
"feed": "null"
},
{
"title": "Manuel Matuzovic",
"url": "https://www.matuzo.at/",
"feed": "https://www.matuzo.at/feed.xml"
"title": "StavroulaAnatolaki",
"url": "https://stavroulaanatolaki.github.io/online-cv/",
"feed": "null"
},
{
"title": "Charlie Owen",
"url": "https://www.sonniesedge.net/",
"feed": null
"title": "konstantina3",
"url": "https://konstantina3.github.io/online-cv/",
"feed": "null"
},
{
"title": "Björn Ganslandt",
"url": "https://ganslandt.xyz/",
"feed": null
"title": "Vasdekis",
"url": "https://Vasdekis.github.io/online-cv/",
"feed": "null"
},
{
"title": "Jan Hrubý",
"url": "https://www.mrozilla.cz/",
"feed": null
},
{
"title": "Zach Leatherman",
"url": "https://www.zachleat.com/",
"feed": "https://www.zachleat.com/web/feed/"
},
{
"title": "Steve Gardner",
"url": "https://ste.vg",
"feed": null
},
{
"title": "Alan Levine",
"url": "https://cogdogblog.com/",
"feed": "https://cogdogblog.com/feed"
},
{
"title": "Marius Ghita",
"url": "https://mhitza.github.io",
"feed": "https://mhitza.github.io/atom.xml"
},
{
"title": "Rings around the Internet",
"url": "https://fanlistings.nickifaulk.com/webrings/",
"feed": null
"title": "p18kavv",
"url": "https://p18kavv.github.io/online-cv/",
"feed": "null"
}

]
12 changes: 6 additions & 6 deletions src/data/meta.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"title": "Nerds of the 90s",
"description": "This is just a demo of a webring. It could be about anything - Metal Bands, Knitting, Craft Beer, Accessibility... For this one, let's just say it's about the good old 90s.",
"title": "IonianCombination",
"description": "Webring for the github organization IonianCombination",
"image": "freakazoid.jpg",
"url": "https://webringdemo.netlify.com",
"repo": "https://github.com/maxboeck/webring",
"url": "https://ioniancombination.netlify.app",
"repo": "https://github.com/DimitrisTzer/webring",
"admins": [
{
"name": "Max Böck",
"url": "https://github.com/maxboeck"
"name": "DimitrisTzer",
"url": "https://github.com/DimitrisTzer"
}
]
}