From 14633aeae61e3a9a2c9dd7ce37cd5425c59ba8a7 Mon Sep 17 00:00:00 2001 From: Nebula Date: Sat, 13 Feb 2021 20:48:48 -0500 Subject: [PATCH 1/3] Create nebula.json --- domains/nebula.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nebula.json diff --git a/domains/nebula.json b/domains/nebula.json new file mode 100644 index 000000000..3cf4c2b94 --- /dev/null +++ b/domains/nebula.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/itsnebulalol/nebulayt.xyz", + "owner": { + "username": "itsnebulalol", + "email": "computerman1229@gmail.com" + }, + "record": { + "CNAME": "itsnebulalol.github.io" + } +} From 7baaba751f830c4b498ea405e1a3b551961fe568 Mon Sep 17 00:00:00 2001 From: Alessandro Eliot <48047221+Diordnas@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:11:35 +1100 Subject: [PATCH 2/3] Create cassie.json --- domains/cassie.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cassie.json diff --git a/domains/cassie.json b/domains/cassie.json new file mode 100644 index 000000000..91129c159 --- /dev/null +++ b/domains/cassie.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Diordnas", + "email": "alessandroeliot@gmail.com" + }, + "description": "Personal site, as well as hosting a few tools", + "repo": "https://github.com/diordnas/diordnas.github.io", + "record": { + "CNAME": "diordnas.github.io" + } +} From 10ac6ce7a2d342db1c2c6b5ea88f974913fc0c0b Mon Sep 17 00:00:00 2001 From: Aman Jain Date: Sun, 14 Feb 2021 08:54:13 +0530 Subject: [PATCH 3/3] Update aman.json --- domains/aman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aman.json b/domains/aman.json index 4bc4678ed..861e0de0e 100644 --- a/domains/aman.json +++ b/domains/aman.json @@ -6,6 +6,6 @@ "email": "aman.j@safepath.ai" }, "record": { - "CNAME": "aman.wiki" + "CNAME": "amanwiki.netlify.app" } }