From 8f85cb563c2a2cb486b39c2703415c6ddf6dba7c Mon Sep 17 00:00:00 2001 From: Viggo <97695864+ViggAlm@users.noreply.github.com> Date: Thu, 23 May 2024 16:11:16 +0200 Subject: [PATCH 1/4] Register viggo.is-a.dev --- domains/viggo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/viggo.json diff --git a/domains/viggo.json b/domains/viggo.json new file mode 100644 index 000000000..7cee1d6f6 --- /dev/null +++ b/domains/viggo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ViggAlm", + "email": "ViggAlm@gmail.com", + "discord": "930932488040226876" + }, + + "record": { + "CNAME": "viggalm.github.io" + } + } + \ No newline at end of file From 61668f871ed35bff0019ec54a48e44ff844de5d5 Mon Sep 17 00:00:00 2001 From: Xuan Hai <46238512+xuanhaivptthn@users.noreply.github.com> Date: Fri, 24 May 2024 04:30:32 +0700 Subject: [PATCH 2/4] Register bcraft.is-a.dev --- domains/bcraft.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/bcraft.json diff --git a/domains/bcraft.json b/domains/bcraft.json new file mode 100644 index 000000000..2169a317f --- /dev/null +++ b/domains/bcraft.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xuanhaivptthn", + "email": "xuanhaivptthn@gmail.com", + "discord": "379076400394666004" + }, + + "record": { + "CNAME": "xuanhaivptthn.github.io/bcraft" + } + } + \ No newline at end of file From d991ed68a117e17407a0b2d48b517f2f92fb871a Mon Sep 17 00:00:00 2001 From: Xuan Hai <46238512+xuanhaivptthn@users.noreply.github.com> Date: Fri, 24 May 2024 20:11:01 +0700 Subject: [PATCH 3/4] Update bcraft.json --- domains/bcraft.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/bcraft.json b/domains/bcraft.json index 2169a317f..9a323acc6 100644 --- a/domains/bcraft.json +++ b/domains/bcraft.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "xuanhaivptthn.github.io/bcraft" + "CNAME": "xuanhaivptthn.github.io" } } - \ No newline at end of file + From c919266fafc977b2941989e8015b177344b9cebc Mon Sep 17 00:00:00 2001 From: Nicholas Wong Date: Fri, 24 May 2024 22:42:25 -0500 Subject: [PATCH 4/4] Creating thewonglife.json --- domains/thewonglife.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/thewonglife.json diff --git a/domains/thewonglife.json b/domains/thewonglife.json new file mode 100644 index 000000000..ed0bcce76 --- /dev/null +++ b/domains/thewonglife.json @@ -0,0 +1,12 @@ +{ + "description": "Nicholas Wong's Personal Subdomain", + "repo": "https://github.com/TheWongLife/TheWongLife.github.io", + "owner": { + "username": "TheWongLife", + "email": "nwong27@illinois.edu", + "twitter": "The_Wong_Life" + }, + "record": { + "CNAME": "thewonglife.github.io" + } +}