From 571aa64a494bc24731492cab4d9bc852238d1cf0 Mon Sep 17 00:00:00 2001 From: Tanish Khare <55488165+Tanish2002@users.noreply.github.com> Date: Tue, 2 Mar 2021 23:08:15 +0530 Subject: [PATCH 1/8] Adding a TXT record URL redirection didn't work so trying the other solution from #404 --- domains/tanish2002.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tanish2002.json b/domains/tanish2002.json index b460bbb41..d866caf23 100644 --- a/domains/tanish2002.json +++ b/domains/tanish2002.json @@ -6,6 +6,6 @@ "email": "tanishkhare@gmail.com" }, "record": { - "URL": "https://tanish2002.gitlab.io" + "TXT": "_gitlab-pages-verification-code.tanish2002.is-a.dev TXT gitlab-pages-verification-code=4b7c64007909605e746fe103851be237" } } From 65a1efc1ee375693b2b68e22e3ca8de848a3dd49 Mon Sep 17 00:00:00 2001 From: Cole Wilson Date: Fri, 16 Apr 2021 21:58:51 -0700 Subject: [PATCH 2/8] Create cole.json --- domains/cole.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cole.json diff --git a/domains/cole.json b/domains/cole.json new file mode 100644 index 000000000..f5cc0f02c --- /dev/null +++ b/domains/cole.json @@ -0,0 +1,11 @@ +{ + "description": "Link to colewilson.xyz", + "repo": "https://github.com/cole-wilson/colewilson.xyz", + "owner": { + "username": "cole-wilson", + "email": "support@colewilson.xyz" + }, + "record": { + "URL": "https://colewilson.xyz" + } +} From 2c645f91e68c34039ab4c5dea1eaa0e4cdff4395 Mon Sep 17 00:00:00 2001 From: RoBlockHead <15642007+RoBlockHead@users.noreply.github.com> Date: Sat, 17 Apr 2021 01:46:04 -0400 Subject: [PATCH 3/8] Add miro.is-a.dev --- domains/miro.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/miro.json diff --git a/domains/miro.json b/domains/miro.json new file mode 100644 index 000000000..231b3639c --- /dev/null +++ b/domains/miro.json @@ -0,0 +1,11 @@ +{ + "description": "My other site :)", + "repo": "https://replit.com/@RoBlockHead/mirois-adev", + "owner": { + "username": "RoBlockHead", + "email": "tessa7551@gmail.com" + }, + "record": { + "CNAME": "c2b57eca-71a9-4f20-8877-c210f7e71f12.repl.co" + } +} From 80e86f8d1a35d89aac589f25d254c5d800fb471b Mon Sep 17 00:00:00 2001 From: ZYROUGE Date: Sat, 17 Apr 2021 18:44:03 +0530 Subject: [PATCH 4/8] Added `zyrouge.json` --- domains/zyrouge.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/zyrouge.json diff --git a/domains/zyrouge.json b/domains/zyrouge.json new file mode 100644 index 000000000..71c70e27d --- /dev/null +++ b/domains/zyrouge.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "zyrouge", + "email": "", + "twitter": "_zyrouge_" + }, + "record": { + "CNAME": "05ea616c-76a5-49f2-a7ab-448a31700949.repl.co" + } +} From 24c931eff63f0b8630b6aaa8e08dccf737fdfc29 Mon Sep 17 00:00:00 2001 From: Piero Maddaleni Date: Sat, 17 Apr 2021 16:30:38 -0400 Subject: [PATCH 5/8] Create piero.json --- domains/piero.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/piero.json diff --git a/domains/piero.json b/domains/piero.json new file mode 100644 index 000000000..2071cbb34 --- /dev/null +++ b/domains/piero.json @@ -0,0 +1,11 @@ +{ + "description": "Piero Is a Dev", + "repo": "https://replit.com/@piemadd/pierois-adev", + "owner": { + "username": "pieromqwerty", + "email": "isadev@piemadd.com" + }, + "record": { + "CNAME": "588d327b-9fb6-4484-856e-0477ffef0efe.repl.co" + } +} From 1c6459af34b15f6e3790b8b42d9a2bf3f54b4a71 Mon Sep 17 00:00:00 2001 From: Tanish2002 Date: Sun, 18 Apr 2021 06:10:42 +0530 Subject: [PATCH 6/8] Switch from Gitlab pages to Github Pages --- domains/tanish2002.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/tanish2002.json b/domains/tanish2002.json index d866caf23..a24bafe10 100644 --- a/domains/tanish2002.json +++ b/domains/tanish2002.json @@ -1,11 +1,11 @@ { "description": "Tanish2002's Website", - "repo": "https://github.com/Tanish2002", + "repo": "https://github.com/Tanish2002/Tanish2002.github.io", "owner": { "username": "Tanish2002", "email": "tanishkhare@gmail.com" }, "record": { - "TXT": "_gitlab-pages-verification-code.tanish2002.is-a.dev TXT gitlab-pages-verification-code=4b7c64007909605e746fe103851be237" + "CNAME": "github-username.github.io" } } From 33feef2d17aa117155f8440c83f36ff7ff5a5480 Mon Sep 17 00:00:00 2001 From: Tanish Khare <55488165+Tanish2002@users.noreply.github.com> Date: Sun, 18 Apr 2021 07:11:04 +0530 Subject: [PATCH 7/8] Fix CNAME record --- domains/tanish2002.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tanish2002.json b/domains/tanish2002.json index a24bafe10..c07b0ebfd 100644 --- a/domains/tanish2002.json +++ b/domains/tanish2002.json @@ -6,6 +6,6 @@ "email": "tanishkhare@gmail.com" }, "record": { - "CNAME": "github-username.github.io" + "CNAME": "tanish2002.github.io" } } From f66ce785d7c989b6568b4713d05cae7339a6a17f Mon Sep 17 00:00:00 2001 From: Tanishq Soni <55662221+tanishq-soni@users.noreply.github.com> Date: Sun, 18 Apr 2021 15:47:40 +0530 Subject: [PATCH 8/8] tanishq.json --- domains/tanishq.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tanishq.json diff --git a/domains/tanishq.json b/domains/tanishq.json new file mode 100644 index 000000000..e217d0853 --- /dev/null +++ b/domains/tanishq.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "tanishq-soni", + "email": "hi@tanishqsoni.me", + "twitter": "tanishq_soni_" + }, + "repo": "https://github.com/tanishq-soni/new-portfolio", + "record": { + "URL": "https://tanishqsoni.me" + } +}