From c62875e17bcc6df4fa16796af3e966a715ae2dc4 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 8 Oct 2020 06:21:17 +0200 Subject: [PATCH 1/8] Create andros.json --- domains/andros.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/andros.json diff --git a/domains/andros.json b/domains/andros.json new file mode 100644 index 000000000..c99af7fc2 --- /dev/null +++ b/domains/andros.json @@ -0,0 +1,11 @@ +{ + "description": "Andros's personal developer website", + "repo": "https://github.com/tanrax", + "owner": { + "username": "Andros Fenollosa Hurtado", + "email": "" + }, + "record": { + "URL": "https://programadorwebvalencia.com/" + } +} From 4531bbda76ab6f42f985f981723482766873ef29 Mon Sep 17 00:00:00 2001 From: Tomas Ukrinas Date: Thu, 8 Oct 2020 10:45:48 +0300 Subject: [PATCH 2/8] 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 3/8] 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 4/8] 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 9248ada428bae5d09a1ff9d50075d18cdb299830 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 8 Oct 2020 12:48:56 +0200 Subject: [PATCH 5/8] Remove email and Add twitter --- domains/andros.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andros.json b/domains/andros.json index c99af7fc2..5d74e6434 100644 --- a/domains/andros.json +++ b/domains/andros.json @@ -3,7 +3,7 @@ "repo": "https://github.com/tanrax", "owner": { "username": "Andros Fenollosa Hurtado", - "email": "" + "twitter": "@androsfenollosa" }, "record": { "URL": "https://programadorwebvalencia.com/" From 2eac0f77874ffd1bf6775c8b30744f5d31360e8b Mon Sep 17 00:00:00 2001 From: Mike Verhees Date: Thu, 8 Oct 2020 13:07:28 +0200 Subject: [PATCH 6/8] 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 be1e4f3f15f6fc5ec41952fa06865f5489aa253d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 8 Oct 2020 17:54:58 +0530 Subject: [PATCH 7/8] 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 8/8] 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 +}