From 11aa7e2b7c6cc67f303c8de54a689985a9d04b7a Mon Sep 17 00:00:00 2001 From: codeRisshi25 Date: Mon, 25 Sep 2023 14:10:03 +0530 Subject: [PATCH 1/4] feat(domain): risshi.is-a.dev --- domains/risshi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/risshi.json diff --git a/domains/risshi.json b/domains/risshi.json new file mode 100644 index 000000000..16ef6f5e1 --- /dev/null +++ b/domains/risshi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "codeRisshi25", + "email": "risshirajsen@gmail.com" + }, + "record": { + "CNAME": "www.coderisshi25.github.io" + } +} From 7eced5f1f0f3e7962484e65bddc8f4bfad9f71a4 Mon Sep 17 00:00:00 2001 From: Risshi Raj Sen <74894700+codeRisshi25@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:56:40 +0530 Subject: [PATCH 2/4] Update risshi.json --- domains/risshi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/risshi.json b/domains/risshi.json index 16ef6f5e1..4c3092aaf 100644 --- a/domains/risshi.json +++ b/domains/risshi.json @@ -4,6 +4,6 @@ "email": "risshirajsen@gmail.com" }, "record": { - "CNAME": "www.coderisshi25.github.io" + "CNAME": "www.codeRisshi25.github.io" } } From 271d7a1a5c71002f1d692dddcc00746124f9eebb Mon Sep 17 00:00:00 2001 From: Risshi Raj Sen <74894700+codeRisshi25@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:51:53 +0530 Subject: [PATCH 3/4] necessary changes made --- domains/risshi.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/risshi.json b/domains/risshi.json index 4c3092aaf..88438fd81 100644 --- a/domains/risshi.json +++ b/domains/risshi.json @@ -1,9 +1,11 @@ { + "description": "portfolio website", + "repo": "https://github.com/codeRisshi25/codeRisshi25.github.io", "owner": { "username": "codeRisshi25", - "email": "risshirajsen@gmail.com" + "email": "risshirajsen@gmail.com", }, "record": { - "CNAME": "www.codeRisshi25.github.io" + "CNAME": "codeRisshi25.github.io" } } From 6a33aa9daf26768078f754d180fb90b532fbdbb7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 8 Oct 2023 09:05:54 +0800 Subject: [PATCH 4/4] fix json --- domains/risshi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/risshi.json b/domains/risshi.json index 88438fd81..d314806ca 100644 --- a/domains/risshi.json +++ b/domains/risshi.json @@ -3,7 +3,7 @@ "repo": "https://github.com/codeRisshi25/codeRisshi25.github.io", "owner": { "username": "codeRisshi25", - "email": "risshirajsen@gmail.com", + "email": "risshirajsen@gmail.com" }, "record": { "CNAME": "codeRisshi25.github.io"