From cd1f4f217eb2d40ca60379ed2b38c00627cc651b Mon Sep 17 00:00:00 2001 From: Stark Programmer <88478059+StarkBotsIndustries@users.noreply.github.com> Date: Fri, 27 May 2022 20:47:26 +0530 Subject: [PATCH 01/11] Create stark.json --- domains/stark.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/stark.json diff --git a/domains/stark.json b/domains/stark.json new file mode 100644 index 000000000..d4be6c236 --- /dev/null +++ b/domains/stark.json @@ -0,0 +1,11 @@ +{ + "description": "Projects by Stark Programmer", + "owner": { + "username": "StarkBotsIndustries", + "email": "starkbotsindustries@gmail.com", + "telegram": "StarkProgrammer" + }, + "record": { + "CNAME": "StarkBotsIndustries.github.io" + } +} From 630ed98977dc96beb2d90a268ca9eb390e6dcc16 Mon Sep 17 00:00:00 2001 From: Stark Programmer <88478059+StarkBotsIndustries@users.noreply.github.com> Date: Fri, 27 May 2022 21:02:53 +0530 Subject: [PATCH 02/11] Add missing repo --- domains/stark.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/stark.json b/domains/stark.json index d4be6c236..cc53bc7f5 100644 --- a/domains/stark.json +++ b/domains/stark.json @@ -1,5 +1,6 @@ { "description": "Projects by Stark Programmer", + "repo": "https://github.com/StarkBotsIndustries/starkbotsindustries.github.io", "owner": { "username": "StarkBotsIndustries", "email": "starkbotsindustries@gmail.com", From 7ad8f826e42edcc49de7c9a7a2ace174720aea7c Mon Sep 17 00:00:00 2001 From: Sumanjay Date: Sat, 28 May 2022 00:20:00 +0530 Subject: [PATCH 03/11] Create sumanjay.json --- domains/sumanjay.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sumanjay.json diff --git a/domains/sumanjay.json b/domains/sumanjay.json new file mode 100644 index 000000000..215a04f69 --- /dev/null +++ b/domains/sumanjay.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/cyberboysumanjay/cyberboysumanjay.github.io", + "owner": { + "username": "cyberboysumanjay", + "email": "sumanjay@duck.com" + }, + "record": { + "CNAME": "cyberboysumanjay.github.io" + } +} From 9df282b7304f3b85ffbab16ba3a615dba83092dc Mon Sep 17 00:00:00 2001 From: Dheirya Tyagi <69175561+Dheirya@users.noreply.github.com> Date: Fri, 27 May 2022 19:35:25 -0400 Subject: [PATCH 04/11] Create dheirya.json --- domains/dheirya.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/dheirya.json diff --git a/domains/dheirya.json b/domains/dheirya.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/dheirya.json @@ -0,0 +1 @@ + From 4e892a6c1460f7460c1eb1605f2b0cd431930a13 Mon Sep 17 00:00:00 2001 From: Dheirya Tyagi <69175561+Dheirya@users.noreply.github.com> Date: Fri, 27 May 2022 19:45:16 -0400 Subject: [PATCH 05/11] Update dheirya.json --- domains/dheirya.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/dheirya.json b/domains/dheirya.json index 8b1378917..f86848c55 100644 --- a/domains/dheirya.json +++ b/domains/dheirya.json @@ -1 +1,12 @@ - +{ + "description": "An awesome portfolio site for Dheirya Tyagi", + "repo": "https://github.com/Dheirya/dheiryaweb", + "owner": { + "username": "Dheirya", + "email": "mail@socialrumbles.com", + "twitter": "fellow_doge" + }, + "record": { + "CNAME": "dheirya.pages.dev" + } +} From f2c03e59fb3e971cc94e6b2cc5e2eaedef9e6b7c Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 28 May 2022 10:14:13 +0700 Subject: [PATCH 06/11] Create samuelnihbos.json --- domains/samuelnihbos.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/samuelnihbos.json diff --git a/domains/samuelnihbos.json b/domains/samuelnihbos.json new file mode 100644 index 000000000..462780986 --- /dev/null +++ b/domains/samuelnihbos.json @@ -0,0 +1,12 @@ +{ + "description": "samuelnihbos.is-a.dev", + "repo": "https://github.com/samuelnihbos/samuelnihbos.github.io", + "owner": { + "username": "samuelnihbos", + "email": "samuelnihbos@gnuweeb.org", + "twitter": "Samueeeeel6" + }, + "record": { + "CNAME": "samuelnihbos.github.io" + } +} From 2478f6f417edb249434a91e214a82133643f16ee Mon Sep 17 00:00:00 2001 From: Eric Thomas Date: Sat, 28 May 2022 18:00:21 -0230 Subject: [PATCH 07/11] Create ericthomas.json --- domains/ericthomas.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ericthomas.json diff --git a/domains/ericthomas.json b/domains/ericthomas.json new file mode 100644 index 000000000..655a0aa7b --- /dev/null +++ b/domains/ericthomas.json @@ -0,0 +1,11 @@ +{ + "description": "Eric Thomas' Portfolio", + "repo": "https://github.com/ericthomasca", + "owner": { + "username": "ericthomasca", + "email": "eric@ericthomas.ca" + }, + "record": { + "URL": "https://ericthomas.ca" + } +} From cd7136376d74c4ab33d69493047a775b73a8b89b Mon Sep 17 00:00:00 2001 From: Reed Jones Date: Sun, 29 May 2022 18:29:17 -0700 Subject: [PATCH 08/11] Update reed.json trying to fix broken link, changed CNAME to URL --- domains/reed.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/reed.json b/domains/reed.json index eaeb89b1f..4af0861ca 100644 --- a/domains/reed.json +++ b/domains/reed.json @@ -1,10 +1,12 @@ { - "repo": "https://github.com/reed-jones", + "repo": "https://github.com/reed-jones/reedjones.com", + "description": "Reeds personal developer site", "owner": { "username": "reed-jones", - "email": "reedjones@reedjones.com" + "email": "reedjones@reedjones.com", + "twitter": "rj0nz" }, "record": { - "CNAME": "reedjones.com" + "URL": "https://www.reedjones.com" } } From c4950a4d2c3d8657145085ea6e6589db89bf2701 Mon Sep 17 00:00:00 2001 From: Anony <73958752+anonyindian@users.noreply.github.com> Date: Mon, 30 May 2022 15:03:58 +0530 Subject: [PATCH 09/11] Create veer.json --- domains/veer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/veer.json diff --git a/domains/veer.json b/domains/veer.json new file mode 100644 index 000000000..cf1986de8 --- /dev/null +++ b/domains/veer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheVeerRana", + "email": "hello@veer.codes" + }, + "record": { + "CNAME": "veer.codes" + } +} From 1cda82c7f3eb0cb96decba9cdd85b8073f853ce0 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 30 May 2022 17:36:23 +0700 Subject: [PATCH 10/11] fix --- domains/git.maskduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/git.maskduck.json b/domains/git.maskduck.json index 422bc24fc..f93d4f10e 100644 --- a/domains/git.maskduck.json +++ b/domains/git.maskduck.json @@ -6,6 +6,6 @@ "discord": "MaskDuck#7325" }, "record": { - "CNAME": "a.redirect.pizza" + "CNAME": "edge.redirect.pizza" } } From e8095f0f968aa7f2f6aed3b60ba2709fcee032e7 Mon Sep 17 00:00:00 2001 From: Amjad Date: Mon, 30 May 2022 17:06:09 +0200 Subject: [PATCH 11/11] change to github pages --- domains/amjad.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/amjad.json b/domains/amjad.json index 09cc7290f..b17b0a877 100644 --- a/domains/amjad.json +++ b/domains/amjad.json @@ -1,10 +1,11 @@ { + "repo": "https://github.com/amjad-ah/amjad-ah.github.io", "owner": { "username": "amjad-ah", "email": "amjad_ah_@hotmail.com", "tiwtter": "amjad_ah_" }, "record": { - "CNAME": "hashnode.network" + "CNAME": "amjad-ah.github.io" } }