From 8c3f85a86eaa10f4dc09c6989fb15b7060203436 Mon Sep 17 00:00:00 2001 From: kimseeun0917 <47962021+entry0917@users.noreply.github.com> Date: Tue, 16 Mar 2021 16:14:32 +0900 Subject: [PATCH 01/11] Create dooly.json --- domains/dooly.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dooly.json diff --git a/domains/dooly.json b/domains/dooly.json new file mode 100644 index 000000000..2502c0f25 --- /dev/null +++ b/domains/dooly.json @@ -0,0 +1,12 @@ +{ + "Dooly": "Dooly is a Dev.", + "repo": "https://github.com/entry0917/doolyweb/", + "owner": { + "username": "entry0917", + "email": "seeun0917@naver.com", + "twitter": "sense09173" + }, + "record": { + "CNAME": "entry0917.github.io" + } +} From 30d03dde50b916b567d3875190e87c1f8801a37b Mon Sep 17 00:00:00 2001 From: Muhammad Arif Billah Date: Tue, 16 Mar 2021 18:13:46 +0700 Subject: [PATCH 02/11] Create cinnamonshrine.json --- domains/cinnamonshrine.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cinnamonshrine.json diff --git a/domains/cinnamonshrine.json b/domains/cinnamonshrine.json new file mode 100644 index 000000000..e0d5d19ae --- /dev/null +++ b/domains/cinnamonshrine.json @@ -0,0 +1,12 @@ +{ + "description": "Main Pages", + "repo": "https://github.com/CinnamonShrine/CinnamonShrine.github.io", + "owner": { + "username": "CinnamonShrine", + "email": "marifbillah524@gmail.com", + "twitter": "CinnamonShrine" + }, + "record": { + "CNAME": "cinnamonshrine.github.io" + } +} From 83b947128eb4f9be773cdf8b0ffec3d2b04e7525 Mon Sep 17 00:00:00 2001 From: Shuchir Jain <53063247+CoolCoderSJ@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:28:11 -0400 Subject: [PATCH 03/11] Create CoolCoderSJ.json --- domains/CoolCoderSJ.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/CoolCoderSJ.json diff --git a/domains/CoolCoderSJ.json b/domains/CoolCoderSJ.json new file mode 100644 index 000000000..c9fc54ce3 --- /dev/null +++ b/domains/CoolCoderSJ.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "CoolCoderSJ", + "email": "CoolCoderSJ@gmail.com" + } + + "description": "Portfolio", + + "record": { + "CNAME": "89a354d3-9624-4f42-8f7c-a7e2db1be2cf.repl.co" +} +} From 324c7562c88a1c691cbccc8efc9601f26b83be8c Mon Sep 17 00:00:00 2001 From: Shuchir Jain <53063247+CoolCoderSJ@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:29:20 -0400 Subject: [PATCH 04/11] Update CoolCoderSJ.json --- domains/CoolCoderSJ.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/CoolCoderSJ.json b/domains/CoolCoderSJ.json index c9fc54ce3..ce6374582 100644 --- a/domains/CoolCoderSJ.json +++ b/domains/CoolCoderSJ.json @@ -2,7 +2,7 @@ "owner": { "username": "CoolCoderSJ", "email": "CoolCoderSJ@gmail.com" - } + }, "description": "Portfolio", From e673cdd940d331dc51596ec05bbfdd1ee00b9f0c Mon Sep 17 00:00:00 2001 From: Shuchir Jain <53063247+CoolCoderSJ@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:31:11 -0400 Subject: [PATCH 05/11] lowercase file --- domains/{CoolCoderSJ.json => coolcodersj.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{CoolCoderSJ.json => coolcodersj.json} (100%) diff --git a/domains/CoolCoderSJ.json b/domains/coolcodersj.json similarity index 100% rename from domains/CoolCoderSJ.json rename to domains/coolcodersj.json From 1933baf409eb889544d20cdb4d4bc35e2d2c4c89 Mon Sep 17 00:00:00 2001 From: "mtgsquad.dev" <75879007+mtgsquad@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:47:41 +0500 Subject: [PATCH 06/11] Update mtg.json --- domains/mtg.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains/mtg.json b/domains/mtg.json index 68d228539..29e9b15bc 100644 --- a/domains/mtg.json +++ b/domains/mtg.json @@ -1,12 +1,13 @@ { "description": "MTGSquad's Website, A Place Where He Jots Down Dumb Stuff", - "repo": "https://github.com/mtgsquad/mtgsquad.github.io", + "repo": "https://github.com/mtgsquad", "owner": { "username": "mtgsquad", "email": "mtgsquad.dev@protonmail.com", "twitter": "mtgsquad_dev" }, "record": { - "CNAME": "mtgsquad.github.io" + // im hosting a blog on hashnode, so imma stop using github pages and instead i'll point this to hashnode.network. + "CNAME": "hashnode.network" } -} \ No newline at end of file +} From 690dc3b2762f036c9ffe8fe00a0318d76ca7c342 Mon Sep 17 00:00:00 2001 From: Unseen Acoustics Date: Thu, 18 Mar 2021 22:59:20 -0400 Subject: [PATCH 07/11] Create unseen.json --- domains/unseen.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/unseen.json diff --git a/domains/unseen.json b/domains/unseen.json new file mode 100644 index 000000000..8e9db5917 --- /dev/null +++ b/domains/unseen.json @@ -0,0 +1,11 @@ +{ + "description": "Unseen's Github Website", + "repo": "https://github.com/UnseenAcoustics/UnseenAcoustics.github.io", + "owner": { + "username": "UnseenAcoustics", + "email": "edwir122@gmail.com" + }, + "record": { + "CNAME": "UnseenAcoustics.github.io" + } +} From a4260632aef7bc0331bdeaa41313a233f2358564 Mon Sep 17 00:00:00 2001 From: Unseen Acoustics Date: Fri, 19 Mar 2021 01:10:22 -0400 Subject: [PATCH 08/11] Update unseen.json --- domains/unseen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/unseen.json b/domains/unseen.json index 8e9db5917..7e5520386 100644 --- a/domains/unseen.json +++ b/domains/unseen.json @@ -1,11 +1,11 @@ { "description": "Unseen's Github Website", - "repo": "https://github.com/UnseenAcoustics/UnseenAcoustics.github.io", + "repo": "https://github.com/UnseenAcoustics/unseenacoustics.github.io", "owner": { "username": "UnseenAcoustics", "email": "edwir122@gmail.com" }, "record": { - "CNAME": "UnseenAcoustics.github.io" + "CNAME": "unseenacoustics.github.io" } } From 58f55c8e4da175c1efdc195033f29ae39ca135f6 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Giralt Torriente Date: Sat, 20 Mar 2021 03:21:58 -0400 Subject: [PATCH 09/11] Register to is-a.dev --- domains/carlosgiralt.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/carlosgiralt.json diff --git a/domains/carlosgiralt.json b/domains/carlosgiralt.json new file mode 100644 index 000000000..bf56ce54a --- /dev/null +++ b/domains/carlosgiralt.json @@ -0,0 +1,12 @@ +{ + "description": "code-a-bit", + "repo": "https://github.com/carlosgiralt/carlosgiralt.github.io", + "owner": { + "username": "carlosgiralt", + "email": "", + "twitter": "@cagiraltt" + }, + "record": { + "CNAME": "carlosgiralt.github.io" + } +} From d9c24e02f02551fc0aad412756e557276ec9cf27 Mon Sep 17 00:00:00 2001 From: "mtgsquad.dev" <75879007+mtgsquad@users.noreply.github.com> Date: Sun, 21 Mar 2021 17:13:17 +0500 Subject: [PATCH 10/11] Update mtg.json --- domains/mtg.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/mtg.json b/domains/mtg.json index 29e9b15bc..2fbcd6fc1 100644 --- a/domains/mtg.json +++ b/domains/mtg.json @@ -7,7 +7,6 @@ "twitter": "mtgsquad_dev" }, "record": { - // im hosting a blog on hashnode, so imma stop using github pages and instead i'll point this to hashnode.network. "CNAME": "hashnode.network" } } From 32e5392207d3320f3601f715d1d73fae7f393ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lev=C3=AD=20Arista?= Date: Sun, 21 Mar 2021 19:51:09 -0500 Subject: [PATCH 11/11] Create levi.json --- domains/levi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/levi.json diff --git a/domains/levi.json b/domains/levi.json new file mode 100644 index 000000000..b5d3667ec --- /dev/null +++ b/domains/levi.json @@ -0,0 +1,12 @@ +{ + "description": "LevĂ­ Arista Resume", + "repo": "https://github.com/leviarista/resume", + "owner": { + "username": "leviarista", + "email": "levi.arista@gmail.com", + "twitter": "leviarista" + }, + "record": { + "URL": "https://leviarista.github.io/resume/" + } +}