chore: blogroll to json; format consistently

This commit is contained in:
Cory Dransfeldt 2024-01-15 10:04:12 -08:00
parent 910e03384e
commit 2025dfba0f
No known key found for this signature in database
4 changed files with 31 additions and 16 deletions

View file

@ -0,0 +1,16 @@
export default [
{ "name": "Ashur Cabrera", "url": "https://multiline.co/mment" },
{ "name": "Chris Burnell", "url": "https://chrisburnell.com" },
{ "name": "fLaMEd", "url": "https://flamedfury.com/" },
{ "name": "Joe Steel", "url": "https://joe-steel.com" },
{ "name": "Keenan", "url": "https://gkeenan.co/avgb" },
{ "name": "Łukasz Wójcik", "url": "https://lukaszwojcik.net" },
{ "name": "Matt Birchler", "url": "https://birchtree.me" },
{ "name": "Mike Haynes", "url": "https://mikehaynes.blog" },
{ "name": "Paul Anthony Webb", "url": "https://webb.page" },
{ "name": "Raymond Camden", "url": "https://raymondcamden.com" },
{ "name": "Robb Knight", "url": "https://rknight.me" },
{ "name": "Sia Karamalegos", "url": "https://sia.codes" },
{ "name": "Stephanie Eckles", "url": "https://thinkdobecreate.com" },
{ "name": "Zach Leatherman", "url": "https://www.zachleat.com" }
]