From dc74c495c796f8f60598d6a225f18f8a91e2f4f9 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Mar 2024 00:04:13 -0500 Subject: [PATCH] Fix data collection filetype --- src/content/authors/xevion.json | 7 +++++++ src/content/authors/xevion.md | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 src/content/authors/xevion.json delete mode 100644 src/content/authors/xevion.md diff --git a/src/content/authors/xevion.json b/src/content/authors/xevion.json new file mode 100644 index 0000000..da2e497 --- /dev/null +++ b/src/content/authors/xevion.json @@ -0,0 +1,7 @@ +{ + "username": "xevion", + "displayName": "Ryan Walters", + "discord": ".xevion", + "github": "xevion", + "email": "ryan@walters.to" +} \ No newline at end of file diff --git a/src/content/authors/xevion.md b/src/content/authors/xevion.md deleted file mode 100644 index 01f50ae..0000000 --- a/src/content/authors/xevion.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -username: "xevion" -displayName: "Ryan Walters" -discord: ".xevion" -github: "xevion" -email: "ryan@walters.to" ---- \ No newline at end of file