feat: update blogroll data #7
1 changed files with 2 additions and 10 deletions
|
@ -28,8 +28,8 @@ const blogroll = [
|
||||||
url: "https://alicebartlett.co.uk/",
|
url: "https://alicebartlett.co.uk/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Arcana Computer",
|
title: "Justin Duke",
|
||||||
url: "https://www.arcana.computer/",
|
url: "https://jmduke.com/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Jonas Downey",
|
title: "Jonas Downey",
|
||||||
|
@ -51,10 +51,6 @@ const blogroll = [
|
||||||
title: "Ryan Mulligan",
|
title: "Ryan Mulligan",
|
||||||
url: "https://ryanmulligan.dev/",
|
url: "https://ryanmulligan.dev/",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "cliophate",
|
|
||||||
url: "https://cliophate.wtf/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Ryan P. Randall",
|
title: "Ryan P. Randall",
|
||||||
url: "https://www.ryanpatrickrandall.com/",
|
url: "https://www.ryanpatrickrandall.com/",
|
||||||
|
@ -87,10 +83,6 @@ const blogroll = [
|
||||||
title: "Anh",
|
title: "Anh",
|
||||||
url: "https://anhvn.com",
|
url: "https://anhvn.com",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Cassidy Williams",
|
|
||||||
url: "https://blog.cassidoo.co",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const sortedBlogroll = blogroll.sort((a, b) => a.title.localeCompare(b.title));
|
const sortedBlogroll = blogroll.sort((a, b) => a.title.localeCompare(b.title));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue