From d066d7934a55f50022262862fb5271b7d9372e3f Mon Sep 17 00:00:00 2001 From: imide Date: Tue, 2 Apr 2024 10:03:04 -0600 Subject: [PATCH 1/6] feat(domain): imide.is-a.dev --- domains/imide.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/imide.json diff --git a/domains/imide.json b/domains/imide.json new file mode 100644 index 000000000..06f1299c7 --- /dev/null +++ b/domains/imide.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "imide", + "email": "zachary.woren@gmail.com" + }, + "record": { + "CNAME": "https://imide.github.io/" + } +} From 6c6735a1687cfb9a14593092e2f058d880a74652 Mon Sep 17 00:00:00 2001 From: imide <43657624+imide@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:15:46 -0600 Subject: [PATCH 2/6] Update imide.json removed personal info (whoops) --- domains/imide.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/imide.json b/domains/imide.json index 06f1299c7..225473e6c 100644 --- a/domains/imide.json +++ b/domains/imide.json @@ -1,7 +1,7 @@ { "owner": { "username": "imide", - "email": "zachary.woren@gmail.com" + "discord": "555915168932954112" }, "record": { "CNAME": "https://imide.github.io/" From e6b8500705a7ff5f1b1c512db618d0431a2dbe7e Mon Sep 17 00:00:00 2001 From: imide <43657624+imide@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:17:07 -0600 Subject: [PATCH 3/6] Update imide.json (again) added missing field --- domains/imide.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/imide.json b/domains/imide.json index 225473e6c..d790e4977 100644 --- a/domains/imide.json +++ b/domains/imide.json @@ -1,6 +1,7 @@ { "owner": { "username": "imide", + "email": "" "discord": "555915168932954112" }, "record": { From 254ff088142cefe7ccd795cae219100a4a960142 Mon Sep 17 00:00:00 2001 From: imide <43657624+imide@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:20:52 -0600 Subject: [PATCH 4/6] Update imide.json (third times the charm) added missing comma --- domains/imide.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/imide.json b/domains/imide.json index d790e4977..895c10518 100644 --- a/domains/imide.json +++ b/domains/imide.json @@ -1,7 +1,7 @@ { "owner": { "username": "imide", - "email": "" + "email": "", "discord": "555915168932954112" }, "record": { From 01093fda25e19b3f1e2bd82584f37fa40a0b7bd0 Mon Sep 17 00:00:00 2001 From: imide <43657624+imide@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:22:05 -0600 Subject: [PATCH 5/6] Update imide.json fixed cnae --- domains/imide.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/imide.json b/domains/imide.json index 895c10518..ed691fa33 100644 --- a/domains/imide.json +++ b/domains/imide.json @@ -5,6 +5,6 @@ "discord": "555915168932954112" }, "record": { - "CNAME": "https://imide.github.io/" + "CNAME": "imide.github.io/" } } From cc14668655b9a36af41a425127f5d342725acbcd Mon Sep 17 00:00:00 2001 From: imide <43657624+imide@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:22:44 -0600 Subject: [PATCH 6/6] Update imide.json fixed cname* --- domains/imide.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/imide.json b/domains/imide.json index ed691fa33..3daaab661 100644 --- a/domains/imide.json +++ b/domains/imide.json @@ -5,6 +5,6 @@ "discord": "555915168932954112" }, "record": { - "CNAME": "imide.github.io/" + "CNAME": "imide.github.io" } }