From cae54d77bdcfbb1a3ed9e8e7e5d33651f9c83397 Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:45:57 -0700 Subject: [PATCH 01/14] Register c:\.is-a.dev --- "domains/c:\\.json" | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 "domains/c:\\.json" diff --git "a/domains/c:\\.json" "b/domains/c:\\.json" new file mode 100644 index 000000000..c544e25c4 --- /dev/null +++ "b/domains/c:\\.json" @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xkcdnerd", + "email": "evanwang330@gmail.com", + "discord": "1153506811522076723" + }, + + "record": { + "CNAME": "c:\.is-a.dev" + } + } + \ No newline at end of file From b9c083bf5ad3e982df903fd20a6a58e7e82805d2 Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:47:18 -0700 Subject: [PATCH 02/14] Register nerd.is-a.dev --- domains/nerd.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nerd.json diff --git a/domains/nerd.json b/domains/nerd.json new file mode 100644 index 000000000..1adc9931b --- /dev/null +++ b/domains/nerd.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xkcdnerd", + "email": "evanwang330@gmail.com", + "discord": "1153506811522076723" + }, + + "record": { + "CNAME": "nerd.is-a.dev" + } + } + \ No newline at end of file From e740ce2b73b747d7388fabeb937da2c8620bb2c5 Mon Sep 17 00:00:00 2001 From: xkcdnerd Date: Sun, 21 Apr 2024 23:44:29 -0700 Subject: [PATCH 03/14] feat(domain): hi.is-a.dev --- domains/hi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hi.json diff --git a/domains/hi.json b/domains/hi.json new file mode 100644 index 000000000..02f129d65 --- /dev/null +++ b/domains/hi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xkcdnerd", + "email": "evanwang330@gmail.com" + }, + "record": { + "CNAME": "hi.is-a.dev" + } +} From bd458921256db0e305bdfc7061d3c018f532a8e3 Mon Sep 17 00:00:00 2001 From: xkcdnerd Date: Sun, 21 Apr 2024 23:48:52 -0700 Subject: [PATCH 04/14] feat(domain): loading.is-a.dev --- domains/loading.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/loading.json diff --git a/domains/loading.json b/domains/loading.json new file mode 100644 index 000000000..28fcbdfc2 --- /dev/null +++ b/domains/loading.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xkcdnerd", + "email": "evanwang330@gmail.com" + }, + "record": { + "CNAME": "loading.is-a.dev" + } +} From 5e37019aee6d02b13288c4e2c182ebc508667310 Mon Sep 17 00:00:00 2001 From: xkcdnerd Date: Sun, 21 Apr 2024 23:49:33 -0700 Subject: [PATCH 05/14] feat(domain): error404.is-a.dev --- domains/error404.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/error404.json diff --git a/domains/error404.json b/domains/error404.json new file mode 100644 index 000000000..1c20659f6 --- /dev/null +++ b/domains/error404.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xkcdnerd", + "email": "evanwang330@gmail.com" + }, + "record": { + "CNAME": "error404.is-a.dev" + } +} From 2550782ca212bcc90537dd72e6743c0fb53cc644 Mon Sep 17 00:00:00 2001 From: xkcdnerd Date: Sun, 21 Apr 2024 23:50:10 -0700 Subject: [PATCH 06/14] feat(domain): aaaaaaa.is-a.dev --- domains/aaaaaaa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aaaaaaa.json diff --git a/domains/aaaaaaa.json b/domains/aaaaaaa.json new file mode 100644 index 000000000..e396d472a --- /dev/null +++ b/domains/aaaaaaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xkcdnerd", + "email": "evanwang330@gmail.com" + }, + "record": { + "CNAME": "aaaaaaa.is-a.dev" + } +} From 13f874c5457c26a64478253a77f8cd48f9ea646c Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Sun, 21 Apr 2024 23:51:17 -0700 Subject: [PATCH 07/14] Update nerd.json --- domains/nerd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/nerd.json b/domains/nerd.json index 1adc9931b..e77e2d5fa 100644 --- a/domains/nerd.json +++ b/domains/nerd.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "nerd.is-a.dev" + "CNAME": "random-nerd.is-a.dev" } } - \ No newline at end of file + From 44f13d4e07e7e9a6ab41e8168b6880fa2e5276b8 Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:30:23 -0700 Subject: [PATCH 08/14] Update nerd.json --- domains/nerd.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/nerd.json b/domains/nerd.json index e77e2d5fa..0fcb15c93 100644 --- a/domains/nerd.json +++ b/domains/nerd.json @@ -1,12 +1,12 @@ { - "owner": { - "username": "xkcdnerd", - "email": "evanwang330@gmail.com", - "discord": "1153506811522076723" - }, - - "record": { - "CNAME": "random-nerd.is-a.dev" - } + "description": "website", + "repo": "https://github.com/xkcdnerd/xkcdnerd.github.io", + "owner": { + "username": "xkcdnerd", + "email": "evanwang330@gmail.com", + "twitter": "i dont have one" + }, + "record": { + "CNAME": "xkcdnerd.github.io" } - +} From f5fa3250d90a6ae84ac849fd48eb7278893d2ab3 Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:44:03 -0700 Subject: [PATCH 09/14] Update nerd.json --- domains/nerd.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/nerd.json b/domains/nerd.json index 0fcb15c93..7894e4fd8 100644 --- a/domains/nerd.json +++ b/domains/nerd.json @@ -3,8 +3,7 @@ "repo": "https://github.com/xkcdnerd/xkcdnerd.github.io", "owner": { "username": "xkcdnerd", - "email": "evanwang330@gmail.com", - "twitter": "i dont have one" + "email": "evanwang330@gmail.com" }, "record": { "CNAME": "xkcdnerd.github.io" From c79e3bc3acf558118ceed211027a0aa1bab1c47e Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:55:43 -0700 Subject: [PATCH 10/14] Delete domains/aaaaaaa.json --- domains/aaaaaaa.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/aaaaaaa.json diff --git a/domains/aaaaaaa.json b/domains/aaaaaaa.json deleted file mode 100644 index e396d472a..000000000 --- a/domains/aaaaaaa.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xkcdnerd", - "email": "evanwang330@gmail.com" - }, - "record": { - "CNAME": "aaaaaaa.is-a.dev" - } -} From 6763da50a11c5b388c3750f71c9c97ed79dd8783 Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:56:07 -0700 Subject: [PATCH 11/14] Delete domains/c:\.json --- "domains/c:\\.json" | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 "domains/c:\\.json" diff --git "a/domains/c:\\.json" "b/domains/c:\\.json" deleted file mode 100644 index c544e25c4..000000000 --- "a/domains/c:\\.json" +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "xkcdnerd", - "email": "evanwang330@gmail.com", - "discord": "1153506811522076723" - }, - - "record": { - "CNAME": "c:\.is-a.dev" - } - } - \ No newline at end of file From 319c7b5b4cb4eb3460d228f7800964ee5f401dd5 Mon Sep 17 00:00:00 2001 From: c <167662909+xkcdnerd@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:56:25 -0700 Subject: [PATCH 12/14] Delete domains/error404.json --- domains/error404.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/error404.json diff --git a/domains/error404.json b/domains/error404.json deleted file mode 100644 index 1c20659f6..000000000 --- a/domains/error404.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xkcdnerd", - "email": "evanwang330@gmail.com" - }, - "record": { - "CNAME": "error404.is-a.dev" - } -} From bc27b6661f08c6556b4697014aa9219e75fbbea2 Mon Sep 17 00:00:00 2001 From: nerd <167662909+xkcdnerd@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:07:53 -0700 Subject: [PATCH 13/14] Delete domains/hi.json --- domains/hi.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/hi.json diff --git a/domains/hi.json b/domains/hi.json deleted file mode 100644 index 02f129d65..000000000 --- a/domains/hi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xkcdnerd", - "email": "evanwang330@gmail.com" - }, - "record": { - "CNAME": "hi.is-a.dev" - } -} From aabde178a7d2dbdbb176da127a1166f3863603d8 Mon Sep 17 00:00:00 2001 From: nerd <167662909+xkcdnerd@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:08:17 -0700 Subject: [PATCH 14/14] Delete domains/loading.json --- domains/loading.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/loading.json diff --git a/domains/loading.json b/domains/loading.json deleted file mode 100644 index 28fcbdfc2..000000000 --- a/domains/loading.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xkcdnerd", - "email": "evanwang330@gmail.com" - }, - "record": { - "CNAME": "loading.is-a.dev" - } -}