From fb6f4866190bf72364e4559ec064407d53b49e61 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Fri, 16 Oct 2020 17:24:25 +0300 Subject: [PATCH 1/9] mb domain new domain --- domains/mb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mb diff --git a/domains/mb b/domains/mb new file mode 100644 index 000000000..246c7c3e5 --- /dev/null +++ b/domains/mb @@ -0,0 +1,11 @@ +{ + "description": "Michael's personal developer website", + "repo": "https://github.com/mbrav", + "owner": { + "username": "mbrav", + "email": "mbrav@protonmail.com" + }, + "record": { + "CNAME": "mbrav.github.io" + } +} From 3edebbbcb7c31bd484f66681d54ca4956c83d741 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Wed, 21 Oct 2020 22:20:08 +0000 Subject: [PATCH 2/9] lsantana.is-a.dev --- domains/lsantana.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lsantana.json diff --git a/domains/lsantana.json b/domains/lsantana.json new file mode 100644 index 000000000..a44bdb993 --- /dev/null +++ b/domains/lsantana.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lsantana486", + "email": "lsantana.486@gmail.com" + }, + "description": "Personal domain for portofolio with my name Luis Santana", + "repo": "https://github.com/lsantana486/lsantana486", + "record": { + "CNAME": "lsantana.dev" + } +} \ No newline at end of file From 9536c0a609abb086073cc9b459f1b71e3df56736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:18:17 +0530 Subject: [PATCH 3/9] Create rohithill.json --- domains/rohithill.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rohithill.json diff --git a/domains/rohithill.json b/domains/rohithill.json new file mode 100644 index 000000000..61ed66781 --- /dev/null +++ b/domains/rohithill.json @@ -0,0 +1,10 @@ +{ + "description": "I like computers", + "repo": "https://github.com/rohithill/rohithill.github.io", + "owner": { + "username": "rohithill" + }, + "record": { + "CNAME": "rohithill.github.io" + } +} From 6623b3342ec52319fe41c853ab664813cbb96529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:28:55 +0530 Subject: [PATCH 4/9] Update rohithill.json --- domains/rohithill.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rohithill.json b/domains/rohithill.json index 61ed66781..cd4fd2418 100644 --- a/domains/rohithill.json +++ b/domains/rohithill.json @@ -2,7 +2,8 @@ "description": "I like computers", "repo": "https://github.com/rohithill/rohithill.github.io", "owner": { - "username": "rohithill" + "username": "rohithill", + "email": "truezeroxy@gmail.com" }, "record": { "CNAME": "rohithill.github.io" From eafbe4aea1b4e8b011ff6a552dbfc7ea0d9dddb5 Mon Sep 17 00:00:00 2001 From: Adarsh R <42464891+adarsh-qclw@users.noreply.github.com> Date: Thu, 22 Oct 2020 11:32:09 +0530 Subject: [PATCH 5/9] Create adarshr.json --- domains/adarshr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/adarshr.json diff --git a/domains/adarshr.json b/domains/adarshr.json new file mode 100644 index 000000000..1ea461cf1 --- /dev/null +++ b/domains/adarshr.json @@ -0,0 +1,11 @@ +{ + "description": "Adarsh's portfolio!", + "repo": "https://github.com/adarsh-qclw/adarsh-qclw.github.io", + "owner": { + "username": "adarsh-qclw", + "email": "adoo2001@gmail.com" + }, + "record": { + "CNAME": "adarsh-qclw.github.io" + } +} From 6571f5e704d6de9a649eb3f399b26471198b8a5a Mon Sep 17 00:00:00 2001 From: kenpem Date: Thu, 22 Oct 2020 11:56:13 +0100 Subject: [PATCH 6/9] Create ken.json --- domains/ken.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ken.json diff --git a/domains/ken.json b/domains/ken.json new file mode 100644 index 000000000..3052e8455 --- /dev/null +++ b/domains/ken.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ken Pemberton", + "email": "kenpem@gmail.com" + }, + "record": { + "CNAME": "grumpyoldfart.org" + } +} From 0817e684d329f27b10ec6a2d57fa7b34476fe699 Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 22 Oct 2020 13:19:39 +0200 Subject: [PATCH 7/9] Add tristan.json --- domains/tristan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tristan.json diff --git a/domains/tristan.json b/domains/tristan.json new file mode 100644 index 000000000..44416c51b --- /dev/null +++ b/domains/tristan.json @@ -0,0 +1,11 @@ +{ + "description": "Tristans personal Website", + "repo": "https://github.com/holymarcell", + "owner": { + "username": "holymarcell", + "email": "is-a.dev@holy-mail.de" + }, + "record": { + "URL": "https://holy-mail.de" + } +} From 298cc17cb879143820a2b412bbd20f2699bdbbf8 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Thu, 22 Oct 2020 15:05:02 +0300 Subject: [PATCH 8/9] Rename mb to mb.json --- domains/{mb => mb.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mb => mb.json} (100%) diff --git a/domains/mb b/domains/mb.json similarity index 100% rename from domains/mb rename to domains/mb.json From aad47ef49a5a2ca276cad861cd60400c6241e482 Mon Sep 17 00:00:00 2001 From: mozartrafi <40928387+mozartrafi@users.noreply.github.com> Date: Thu, 22 Oct 2020 20:03:23 +0700 Subject: [PATCH 9/9] Create zhycorp.json --- domains/zhycorp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zhycorp.json diff --git a/domains/zhycorp.json b/domains/zhycorp.json new file mode 100644 index 000000000..5d082b41c --- /dev/null +++ b/domains/zhycorp.json @@ -0,0 +1,11 @@ +{ + "description": "A simple non-static site for Zhycorp", + "repo": "https://github.com/zhycorp", + "owner": { + "username": "zhycorp", + "email": "support@zhycorp.xyz" + }, + "record": { + "CNAME": "rd73mzgq7jp59yq0.preview.edgeapp.net" + } +}