From 92f30579455fee7c24bdbb7c7eba7644f1894d69 Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Mon, 18 Jan 2021 09:58:00 +0800 Subject: [PATCH 1/2] Create discord.json --- domains/discord.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/discord.json diff --git a/domains/discord.json b/domains/discord.json new file mode 100644 index 000000000..35a36caa8 --- /dev/null +++ b/domains/discord.json @@ -0,0 +1,11 @@ +{ + "description": "a discord bot website", + "repo": "https://github.com/botstudios", + "owner": { + "username": "BotStudios", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "botstudios.github.io" + } +} From e2291f44238f74087fa58bb8872464667068292e Mon Sep 17 00:00:00 2001 From: Basilicous <59167551+LowSpecCorgi@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:18:11 +0000 Subject: [PATCH 2/2] Added myself :D --- domains/basil.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/basil.json diff --git a/domains/basil.json b/domains/basil.json new file mode 100644 index 000000000..bc0a52de9 --- /dev/null +++ b/domains/basil.json @@ -0,0 +1,12 @@ +{ + "description": "Basils' website", + "repo": "https://github.com/LowSpecCorgi/LowSpecCorgi.github.io", + "owner": { + "username": "LowSpecCorgi", + "email": "haroldthesenpai@gmail.com", + "twitter": "basilicous" + }, + "record": { + "CNAME": "LowSpeCorgi.github.io" + } +}