From 4531bbda76ab6f42f985f981723482766873ef29 Mon Sep 17 00:00:00 2001 From: Tomas Ukrinas Date: Thu, 8 Oct 2020 10:45:48 +0300 Subject: [PATCH 1/9] Create tomas.json --- domains/tomas.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tomas.json diff --git a/domains/tomas.json b/domains/tomas.json new file mode 100644 index 000000000..b14ef1090 --- /dev/null +++ b/domains/tomas.json @@ -0,0 +1,10 @@ +{ + "description": "Tomas's personal developer website", + "owner": { + "username": "Tomas Ukrinas", + "email": "tomas@ukrinas.eu" + }, + "record": { + "CNAME": "ukrinas.eu" + } +} From 1c273a37d26aabea44bc62ddca8946f2a8280997 Mon Sep 17 00:00:00 2001 From: Rabbi Shuki Gur Date: Thu, 8 Oct 2020 10:59:34 +0300 Subject: [PATCH 2/9] Create rabbi-shuki.json --- domains/rabbi-shuki.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rabbi-shuki.json diff --git a/domains/rabbi-shuki.json b/domains/rabbi-shuki.json new file mode 100644 index 000000000..b834efb75 --- /dev/null +++ b/domains/rabbi-shuki.json @@ -0,0 +1,12 @@ +{ + "description": "TODO: update readme", + "repo": "https://github.com/rabbishuki/rabbishuki.github.io", + "owner": { + "username": "Rabbi Shuki", + "email": "rabbishuki+is-a-dev@gmail.com" + }, + "record": { + "CNAME": "rabbishuki.github.io", + "URL": "https://rabbi-shuki.is-a.dev" + } +} From 574b7a3c87765b0746a5e1dbefb99cef2348f3c8 Mon Sep 17 00:00:00 2001 From: Rayvid Date: Thu, 8 Oct 2020 11:06:01 +0300 Subject: [PATCH 3/9] Create subdomain --- domains/rayvid.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/rayvid.json diff --git a/domains/rayvid.json b/domains/rayvid.json new file mode 100644 index 000000000..3455bc522 --- /dev/null +++ b/domains/rayvid.json @@ -0,0 +1,13 @@ + +{ + "description": "Rayvid's website", + "repo": "https://github.com/Rayvid", + "owner": { + "username": "rayvid", + "email": "gin.kisonas@gmail.com" + }, + "record": { + "CNAME": "rayvid.github.io", + "URL": "https://rayvid.is-a.dev" + } +} From 2eac0f77874ffd1bf6775c8b30744f5d31360e8b Mon Sep 17 00:00:00 2001 From: Mike Verhees Date: Thu, 8 Oct 2020 13:07:28 +0200 Subject: [PATCH 4/9] Create mverhees.json --- domains/mverhees.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mverhees.json diff --git a/domains/mverhees.json b/domains/mverhees.json new file mode 100644 index 000000000..1e0df62dc --- /dev/null +++ b/domains/mverhees.json @@ -0,0 +1,12 @@ +{ + "description": "Mike's website", + "repo": "https://github.com/MikeVerhees/MikeVerhees.github.io", + "owner": { + "username": "MikeVerhees", + "email": "mikeverhees95@gmail.com" + }, + "record": { + "CNAME": "MikeVerhees.github.io", + "URL": "https://MikeVerhees.is-a.dev" + } +} \ No newline at end of file From 81b1cb3479845c10fa054c596813f8a3784f5db4 Mon Sep 17 00:00:00 2001 From: Shalom Steinbach Date: Thu, 8 Oct 2020 14:19:19 +0300 Subject: [PATCH 5/9] add shalom.json --- domains/shalom.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shalom.json diff --git a/domains/shalom.json b/domains/shalom.json new file mode 100644 index 000000000..bf7bd8501 --- /dev/null +++ b/domains/shalom.json @@ -0,0 +1,11 @@ +{ + "description": "Shalom's personal website", + "owner": { + "username": "shalomscott", + "email": "shalomss525@gmail.com" + }, + "record": { + "CNAME": "shalom-is-a-dev.netlify.app", + "URL": "https://shalom.is-a.dev" + } +} From 69fa79a10031fb3dd2796e2d5661addab961943d Mon Sep 17 00:00:00 2001 From: thundergod Date: Thu, 8 Oct 2020 16:49:43 +0530 Subject: [PATCH 6/9] CodeThoma joins the fray --- domains/aj.json | 12 ++++++++++++ domains/codethoma.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 domains/aj.json create mode 100644 domains/codethoma.json diff --git a/domains/aj.json b/domains/aj.json new file mode 100644 index 000000000..0ec509f97 --- /dev/null +++ b/domains/aj.json @@ -0,0 +1,12 @@ +{ + "description": "The ThunderDome", + "repo": "https://github.com/mrthundergod/", + "owner": { + "username": "mrthundergod", + "email": "mrthundergod@gmail.com" + }, + "record": { + "CNAME": "mrthundergod.github.io", + "URL": "https://aj.is-a.dev" + } +} diff --git a/domains/codethoma.json b/domains/codethoma.json new file mode 100644 index 000000000..baafb82d1 --- /dev/null +++ b/domains/codethoma.json @@ -0,0 +1,12 @@ +{ + "description": "The ThunderDome", + "repo": "https://github.com/codethoma/", + "owner": { + "username": "codethoma", + "email": "mrthundergod@gmail.com" + }, + "record": { + "CNAME": "codethoma.github.io", + "URL": "https://codethoma.is-a.dev" + } +} From 5e9f99947a656738444e6b842239a1eaa8b60f9b Mon Sep 17 00:00:00 2001 From: Aravind AJ <35934260+mrthundergod@users.noreply.github.com> Date: Thu, 8 Oct 2020 16:51:46 +0530 Subject: [PATCH 7/9] Delete aj.json --- domains/aj.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/aj.json diff --git a/domains/aj.json b/domains/aj.json deleted file mode 100644 index 0ec509f97..000000000 --- a/domains/aj.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "The ThunderDome", - "repo": "https://github.com/mrthundergod/", - "owner": { - "username": "mrthundergod", - "email": "mrthundergod@gmail.com" - }, - "record": { - "CNAME": "mrthundergod.github.io", - "URL": "https://aj.is-a.dev" - } -} From be1e4f3f15f6fc5ec41952fa06865f5489aa253d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 8 Oct 2020 17:54:58 +0530 Subject: [PATCH 8/9] Fixes andros 'email' field --- domains/andros.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/andros.json b/domains/andros.json index 5d74e6434..8d17a744f 100644 --- a/domains/andros.json +++ b/domains/andros.json @@ -3,6 +3,7 @@ "repo": "https://github.com/tanrax", "owner": { "username": "Andros Fenollosa Hurtado", + "email": "", "twitter": "@androsfenollosa" }, "record": { From 979dfd7f219402108079930f6d03821e5fb4122d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 8 Oct 2020 18:01:28 +0530 Subject: [PATCH 9/9] Update domains/mverhees.json --- domains/mverhees.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mverhees.json b/domains/mverhees.json index 1e0df62dc..19b6d3678 100644 --- a/domains/mverhees.json +++ b/domains/mverhees.json @@ -7,6 +7,6 @@ }, "record": { "CNAME": "MikeVerhees.github.io", - "URL": "https://MikeVerhees.is-a.dev" + "URL": "https://mverhees.is-a.dev" } -} \ No newline at end of file +}