From e5a04666cc236cf5a3a13aaf0751263050bf2041 Mon Sep 17 00:00:00 2001 From: Mehrshad <51853890+SaintScraTchY@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:17:10 +0330 Subject: [PATCH 1/3] Create mehrshad.json --- domains/mehrshad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mehrshad.json diff --git a/domains/mehrshad.json b/domains/mehrshad.json new file mode 100644 index 000000000..28ab17bd5 --- /dev/null +++ b/domains/mehrshad.json @@ -0,0 +1,9 @@ + "description": "Overview And Introduction of Owner's Open Source Projects", + "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io", + "owner": { + "username": "SaintScraTchY", + "email": "mehrshad2028@gmail.com" + }, + "record": { + "CNAME": "https://saintscratchy.github.io" + } From 7134bfb472ee3852d46c0b915e8cd150cbe5a4b8 Mon Sep 17 00:00:00 2001 From: Mehrshad <51853890+SaintScraTchY@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:06:13 +0330 Subject: [PATCH 2/3] Update mehrshad.json --- domains/mehrshad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mehrshad.json b/domains/mehrshad.json index 28ab17bd5..d28461f8d 100644 --- a/domains/mehrshad.json +++ b/domains/mehrshad.json @@ -5,5 +5,5 @@ "email": "mehrshad2028@gmail.com" }, "record": { - "CNAME": "https://saintscratchy.github.io" + "CNAME": "saintscratchy.github.io" } From 558e445e2b2de132101cbfc23bc78be6f8b812d7 Mon Sep 17 00:00:00 2001 From: iostpa Date: Thu, 13 Feb 2025 16:28:34 +0200 Subject: [PATCH 3/3] Fix the json --- domains/mehrshad.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/mehrshad.json b/domains/mehrshad.json index d28461f8d..3649fe4d8 100644 --- a/domains/mehrshad.json +++ b/domains/mehrshad.json @@ -1,4 +1,5 @@ - "description": "Overview And Introduction of Owner's Open Source Projects", +{ + "description": "Overview And Introduction of Owner's Open Source Projects", "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io", "owner": { "username": "SaintScraTchY", @@ -7,3 +8,4 @@ "record": { "CNAME": "saintscratchy.github.io" } +}