From 2025dfba0f1a8869e70caa54ed2b11b6e690a337 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 15 Jan 2024 10:04:12 -0800 Subject: [PATCH] chore: blogroll to json; format consistently --- package.json | 2 +- src/_data/blogroll.js | 5 +++++ src/_data/json/blogroll.js | 16 ++++++++++++++++ src/pages/blogroll.md | 24 +++++++++--------------- 4 files changed, 31 insertions(+), 16 deletions(-) create mode 100644 src/_data/blogroll.js create mode 100644 src/_data/json/blogroll.js diff --git a/package.json b/package.json index 0d4b88d3..1e3aa84c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "4.10.1", + "version": "4.11.1", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/_data/blogroll.js b/src/_data/blogroll.js new file mode 100644 index 00000000..5a03ea43 --- /dev/null +++ b/src/_data/blogroll.js @@ -0,0 +1,5 @@ +import blogroll from './json/blogroll.js' + +export default async function () { + return blogroll +} \ No newline at end of file diff --git a/src/_data/json/blogroll.js b/src/_data/json/blogroll.js new file mode 100644 index 00000000..cc9c1edc --- /dev/null +++ b/src/_data/json/blogroll.js @@ -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" } +] \ No newline at end of file diff --git a/src/pages/blogroll.md b/src/pages/blogroll.md index 727b24fb..b106042b 100644 --- a/src/pages/blogroll.md +++ b/src/pages/blogroll.md @@ -6,18 +6,12 @@ image: /assets/img/ogi/blogroll.jpg description: 'These are awesome blogs that I enjoy and you may enjoy too.' --- - -- [Ashur Cabrera](https://multiline.co/mment) -- [Chris Burnell](https://chrisburnell.com) -- [fLaMEd](https://flamedfury.com/) -- [Joe Steel](https://joe-steel.com) -- [Keenan](https://gkeenan.co/avgb) -- [Łukasz Wójcik](https://lukaszwojcik.net) -- [Matt Birchler](https://birchtree.me) -- [Mike Haynes](https://mikehaynes.blog) -- [Paul Anthony Webb](https://webb.page) -- [Raymond Camden](https://raymondcamden.com) -- [Robb Knight](https://rknight.me) -- [Sia Karamalegos](https://sia.codes) -- [Stephanie Eckles](https://thinkdobecreate.com) -- [Zach Leatherman](https://www.zachleat.com) +