From f343c88c81e25ce0673d7566b55d78e7ce91b30c Mon Sep 17 00:00:00 2001 From: Cristian Arendell <73115254+UnrecoverableFault@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:46:03 -0500 Subject: [PATCH 1/5] add domain --- domains/cristian.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cristian.json diff --git a/domains/cristian.json b/domains/cristian.json new file mode 100644 index 000000000..c47bbdaf5 --- /dev/null +++ b/domains/cristian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "UnrecoverableFault", + "email": "carendell@me.com" + }, + "record": { + "CNAME": "cristianarendell.com" + } + } \ No newline at end of file From 0b9d3ee8c871cffd0cbc4de13016cfe1b58f6894 Mon Sep 17 00:00:00 2001 From: Ebrahim Tayabali <47640402+ebrahimHakimuddin@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:00:21 +0300 Subject: [PATCH 2/5] Create ebrahim.json --- domains/ebrahim.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ebrahim.json diff --git a/domains/ebrahim.json b/domains/ebrahim.json new file mode 100644 index 000000000..54ff4600b --- /dev/null +++ b/domains/ebrahim.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ebrahimHakimuddin" + }, + "record": { + "CNAME": "ebrahimhakimuddin.github.io" + } +} From 7031e5167525ef0ecf9e14cfac575b8ad965f7f7 Mon Sep 17 00:00:00 2001 From: Ebrahim Tayabali <47640402+ebrahimHakimuddin@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:07:23 +0300 Subject: [PATCH 3/5] Update ebrahim.json --- domains/ebrahim.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ebrahim.json b/domains/ebrahim.json index 54ff4600b..97df6a1a2 100644 --- a/domains/ebrahim.json +++ b/domains/ebrahim.json @@ -1,6 +1,7 @@ { "owner": { - "username": "ebrahimHakimuddin" + "username": "ebrahimHakimuddin", + "email": "ebrahimhakimuddin@gmail.com" }, "record": { "CNAME": "ebrahimhakimuddin.github.io" From aa966510dd0b3d463d25f5f7631eb98bc486d28f Mon Sep 17 00:00:00 2001 From: Cristian Arendell <73115254+UnrecoverableFault@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:23:13 -0500 Subject: [PATCH 4/5] update CNAME to Cloudflare Pages --- domains/cristian.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cristian.json b/domains/cristian.json index c47bbdaf5..7fe039ba1 100644 --- a/domains/cristian.json +++ b/domains/cristian.json @@ -4,6 +4,6 @@ "email": "carendell@me.com" }, "record": { - "CNAME": "cristianarendell.com" + "CNAME": "website-f1q.pages.dev" } } \ No newline at end of file From 36a542b14c09f48824daed9d0c3510aa653175b1 Mon Sep 17 00:00:00 2001 From: Santhosh Kani Date: Sun, 2 Feb 2025 11:24:18 +0530 Subject: [PATCH 5/5] Create santhoshkani.json --- domains/santhoshkani.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/santhoshkani.json diff --git a/domains/santhoshkani.json b/domains/santhoshkani.json new file mode 100644 index 000000000..0d76a4142 --- /dev/null +++ b/domains/santhoshkani.json @@ -0,0 +1,11 @@ +{ + "description": "Santhosh Kani - Personal Github Page", + "repo": "https://github.com/SanthoshKani", + "owner": { + "username": "santhoshkani", + "email": "santhosh.kani@gmail.com" + }, + "record": { + "CNAME": "santhoshkani.github.io" + } +}