From 181e6c6db33ccb2af7317744bc82cc1edf8cfbf8 Mon Sep 17 00:00:00 2001 From: Jubal Slone Date: Fri, 14 Feb 2025 13:13:39 -0600 Subject: [PATCH 01/19] Create jubal.json --- domains/jubal.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jubal.json diff --git a/domains/jubal.json b/domains/jubal.json new file mode 100644 index 000000000..076d28baa --- /dev/null +++ b/domains/jubal.json @@ -0,0 +1,11 @@ +{ + "description": "Jubal Slone's website", + "repo": "https://github.com/jubalslone/jubalslone.github.io", + "owner": { + "username": "jubalslone", + "email": "jubal.slone@gmail.com" + }, + "record": { + "CNAME": "jubalslone.github.io" + } +} From 8b2368fceaa72a6cb5d0486e9a2ac225216f0d17 Mon Sep 17 00:00:00 2001 From: Paul-Marc Date: Mon, 17 Feb 2025 09:12:35 +0200 Subject: [PATCH 02/19] Adding CNAME for dev.paulmarc.org --- domains/paulmarc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/paulmarc.json diff --git a/domains/paulmarc.json b/domains/paulmarc.json new file mode 100644 index 000000000..f059e27f5 --- /dev/null +++ b/domains/paulmarc.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Dev website for paulmarc.is-a.dev", + "repo": "https://github.com/paulmarc", + "owner": { + "username": "paulmarc", + "email": "develop@paulmarc.org" + }, + "record": { + "CNAME": "dev.paulmarc.org" + }, + "proxied": false +} From 032848ce6967a6844e574fa215d45c866556e1bf Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Tue, 18 Feb 2025 15:05:35 +0330 Subject: [PATCH 03/19] Create ashkan.json --- domains/ashkan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ashkan.json diff --git a/domains/ashkan.json b/domains/ashkan.json new file mode 100644 index 000000000..ad34f385a --- /dev/null +++ b/domains/ashkan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ashkan4472" + }, + "record": { + "CNAME": "ashkan4472.github.io" + } +} From e8ccbadd6b38ac7c26eed2701ac664133cfb888f Mon Sep 17 00:00:00 2001 From: WSteeven Date: Tue, 18 Feb 2025 10:04:04 -0500 Subject: [PATCH 04/19] add my subdomain file JSON --- domains/wilson-cordova.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wilson-cordova.json diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json new file mode 100644 index 000000000..c05e472c1 --- /dev/null +++ b/domains/wilson-cordova.json @@ -0,0 +1,11 @@ +{ + "description": "Subdominio para el portafolio de Wilson Córdova", + "repo": "https://github.com/WSteeven/wilson-steeven.github.io", + "owner": { + "username": "WSteeven", + "email": "wilson972906@gmail.com" + }, + "record": { + "CNAME": ["wsteeven.github.io"] + } +} \ No newline at end of file From 191e8fac00c3123c6797e54553b78a0cd87d130e Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Tue, 18 Feb 2025 10:54:32 -0500 Subject: [PATCH 05/19] Create ravi.json --- domains/ravi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ravi.json diff --git a/domains/ravi.json b/domains/ravi.json new file mode 100644 index 000000000..c524f989a --- /dev/null +++ b/domains/ravi.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website of Ravi", + "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", + "owner": { + "username": "ravikhokhar23" + }, + "record": { + "CNAME": "ravikhokhar23.github.io" + } +} From 81d58f8acd06cd2fc84401e6b2af8686f09090c2 Mon Sep 17 00:00:00 2001 From: Paul-Marc Date: Tue, 18 Feb 2025 19:39:18 +0200 Subject: [PATCH 06/19] Update paulmarc.json Redirecting to GitHub. --- domains/paulmarc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/paulmarc.json b/domains/paulmarc.json index f059e27f5..814800126 100644 --- a/domains/paulmarc.json +++ b/domains/paulmarc.json @@ -6,7 +6,7 @@ "email": "develop@paulmarc.org" }, "record": { - "CNAME": "dev.paulmarc.org" + "URL": "https://github.com/paulmarc" }, "proxied": false } From 24983032cf94eb79da0f420413b3c516c70396db Mon Sep 17 00:00:00 2001 From: James Wiseman <62024516+JamesRobertWiseman@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:40:18 +0200 Subject: [PATCH 07/19] Create james-wiseman.json --- domains/james-wiseman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/james-wiseman.json diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json new file mode 100644 index 000000000..714b1da17 --- /dev/null +++ b/domains/james-wiseman.json @@ -0,0 +1,10 @@ +{ + "description": "Personal site for James Wiseman", + "owner": { + "username": "jamesrobertwiseman", + }, + "record": { + "CNAME": "jameswiseman.me" + }, + "proxied": true +} From 54dd1a694b1622891e138b21b73f4ac8a75f76e9 Mon Sep 17 00:00:00 2001 From: James Wiseman <62024516+JamesRobertWiseman@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:43:14 +0200 Subject: [PATCH 08/19] Update james-wiseman.json --- domains/james-wiseman.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json index 714b1da17..973df57b8 100644 --- a/domains/james-wiseman.json +++ b/domains/james-wiseman.json @@ -2,6 +2,7 @@ "description": "Personal site for James Wiseman", "owner": { "username": "jamesrobertwiseman", + "email": "hello@jameswiseman.me" }, "record": { "CNAME": "jameswiseman.me" From 63ab1d3b9f4f78c9961972eebe485cf82839bcb7 Mon Sep 17 00:00:00 2001 From: nvhai272 <136921099+nvhai272@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:00:05 +0700 Subject: [PATCH 09/19] Create nvhai272.json --- domains/nvhai272.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/nvhai272.json diff --git a/domains/nvhai272.json b/domains/nvhai272.json new file mode 100644 index 000000000..ff4640aed --- /dev/null +++ b/domains/nvhai272.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nvhai272" + }, + "record": { + "CNAME": "nvhai272.github.io" + } +} From 8e36a67fb0832c98146e1fdcbfa75548d8e05627 Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Fri, 21 Feb 2025 14:03:46 +0330 Subject: [PATCH 10/19] Update ashkan.json --- domains/ashkan.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/ashkan.json b/domains/ashkan.json index ad34f385a..c0f2d160b 100644 --- a/domains/ashkan.json +++ b/domains/ashkan.json @@ -1,6 +1,9 @@ { + "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications", + "repo": "https://github.com/Ashkan4472/ashkan4472.github.io", "owner": { - "username": "ashkan4472" + "username": "ashkan4472", + "email": "ashkan4472@gmail.com" }, "record": { "CNAME": "ashkan4472.github.io" From 6b2d734e25a58ede1ea2935bdd3eb8a3e10f154f Mon Sep 17 00:00:00 2001 From: Jona Goldman Date: Fri, 21 Feb 2025 08:54:49 -0300 Subject: [PATCH 11/19] Create jonagoldman.json --- domains/jonagoldman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jonagoldman.json diff --git a/domains/jonagoldman.json b/domains/jonagoldman.json new file mode 100644 index 000000000..1bd9f1004 --- /dev/null +++ b/domains/jonagoldman.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/jonagoldman/jonagoldman.github.io", + "owner": { + "username": "jonagoldman", + "email": "jonagoldman@gmail.com" + }, + "record": { + "CNAME": "jonagoldman.github.io" + } +} From 7a1d5c5fab138fe0d08cc96f9ba2dd2084337c50 Mon Sep 17 00:00:00 2001 From: Sai Akash Janapati <82522996+akash-janapati@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:26:38 +0530 Subject: [PATCH 12/19] Create akashj.json --- domains/akashj.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akashj.json diff --git a/domains/akashj.json b/domains/akashj.json new file mode 100644 index 000000000..5e52375e9 --- /dev/null +++ b/domains/akashj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akash-janapati", + "email": "akash2009janapati@gmail.com" + }, + "record": { + "CNAME": "akash-janapati.github.io" + } +} From 9d1eb13a79fe04de8d9e3d80e3745cc553b6f7fc Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Fri, 21 Feb 2025 08:42:51 -0500 Subject: [PATCH 13/19] Added contact information --- domains/ravi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ravi.json b/domains/ravi.json index c524f989a..4bf4de478 100644 --- a/domains/ravi.json +++ b/domains/ravi.json @@ -2,7 +2,8 @@ "description": "Personal website of Ravi", "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", "owner": { - "username": "ravikhokhar23" + "username": "ravikhokhar23", + "email": "khokhar.ravikumar@gmail.com" }, "record": { "CNAME": "ravikhokhar23.github.io" From 24c7c8bed7e25d99d64b695ab5791d228a29ea43 Mon Sep 17 00:00:00 2001 From: sebas Date: Fri, 21 Feb 2025 08:55:32 -0600 Subject: [PATCH 14/19] Create sebdev.json --- domains/sebdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sebdev.json diff --git a/domains/sebdev.json b/domains/sebdev.json new file mode 100644 index 000000000..0dd244795 --- /dev/null +++ b/domains/sebdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sebdev", + "email": "seb@sebdev.io" + }, + "record": { + "CNAME": "blog.sebdev.io" + } +} From c67ce54f39945ee06502dc540d76c6033196a6f3 Mon Sep 17 00:00:00 2001 From: sebas Date: Fri, 21 Feb 2025 08:58:50 -0600 Subject: [PATCH 15/19] Update sebdev.json add gh username --- domains/sebdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sebdev.json b/domains/sebdev.json index 0dd244795..c51e20935 100644 --- a/domains/sebdev.json +++ b/domains/sebdev.json @@ -1,6 +1,6 @@ { "owner": { - "username": "sebdev", + "username": "sebdeveloper6952", "email": "seb@sebdev.io" }, "record": { From 5178b44ab3df2ba115d2109a8f4515dc3e595856 Mon Sep 17 00:00:00 2001 From: WSteeven <34004641+WSteeven@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:27:24 -0500 Subject: [PATCH 16/19] Update domains/wilson-cordova.json Remove unnecessary brackets Co-authored-by: JustDeveloper --- domains/wilson-cordova.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json index c05e472c1..737221366 100644 --- a/domains/wilson-cordova.json +++ b/domains/wilson-cordova.json @@ -6,6 +6,6 @@ "email": "wilson972906@gmail.com" }, "record": { - "CNAME": ["wsteeven.github.io"] + "CNAME": "wsteeven.github.io" } } \ No newline at end of file From ce2720bbf129478c6c6ae57822d1f4a397b398f1 Mon Sep 17 00:00:00 2001 From: Glitched Da Kitty Cat School Account <178820833+GlitchedDaKittyCatSchoolaccount@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:08:33 -0600 Subject: [PATCH 17/19] Create _vercel.glitched-da-kitty-cat.json --- domains/_vercel.glitched-da-kitty-cat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.glitched-da-kitty-cat.json diff --git a/domains/_vercel.glitched-da-kitty-cat.json b/domains/_vercel.glitched-da-kitty-cat.json new file mode 100644 index 000000000..0ac16eaaa --- /dev/null +++ b/domains/_vercel.glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=glitched-da-kitty-cat.is-a.dev,d3ead0cedf604d462fbb" + } +} From 1e09d62866a4262dccc680846de719337da32149 Mon Sep 17 00:00:00 2001 From: Glitched Da Kitty Cat School Account <178820833+GlitchedDaKittyCatSchoolaccount@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:09:52 -0600 Subject: [PATCH 18/19] Create glitched-da-kitty-cat.json --- domains/glitched-da-kitty-cat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/glitched-da-kitty-cat.json diff --git a/domains/glitched-da-kitty-cat.json b/domains/glitched-da-kitty-cat.json new file mode 100644 index 000000000..18dc8b2e1 --- /dev/null +++ b/domains/glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "CNAME": "glitched-da-kitty-cat.vercel.app" + } +} From 5fb4c06b44ee145c1b1d997c5af3c3ce74edf1b6 Mon Sep 17 00:00:00 2001 From: Armando Salcedo <77073673+asd1495@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:50:33 -0600 Subject: [PATCH 19/19] Create armandosalcedo.json --- domains/armandosalcedo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/armandosalcedo.json diff --git a/domains/armandosalcedo.json b/domains/armandosalcedo.json new file mode 100644 index 000000000..baae0c54d --- /dev/null +++ b/domains/armandosalcedo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asd1495", + "email": "armando.salcedo95@gmail.com" + }, + "record": { + "CNAME": "asd1495.github.io" + } +}