From 7a5bf3674c72fecc56177f2eb07877e97de8b739 Mon Sep 17 00:00:00 2001 From: amosmurmu Date: Sat, 25 Jan 2025 22:51:48 +0530 Subject: [PATCH 1/2] added amosmurmu.json --- domains/amosmurmu.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/amosmurmu.json diff --git a/domains/amosmurmu.json b/domains/amosmurmu.json new file mode 100644 index 000000000..0a63d38c0 --- /dev/null +++ b/domains/amosmurmu.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "amosmurmu" + }, + "record": { + "CNAME": "amosmurmu.github.io" + } +} From ba97990ede3aabfc8bc7c7c33d72eb4076d165b5 Mon Sep 17 00:00:00 2001 From: amosmurmu Date: Tue, 28 Jan 2025 18:55:33 +0530 Subject: [PATCH 2/2] fix:added email in amosmurmu.json --- domains/amosmurmu.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/amosmurmu.json b/domains/amosmurmu.json index 0a63d38c0..51a587a05 100644 --- a/domains/amosmurmu.json +++ b/domains/amosmurmu.json @@ -1,6 +1,9 @@ { + "description": "Personal Software Portfolio", + "repo": "https://github.com/amosmurmu/amosmurmu.github.io.git", "owner": { - "username": "amosmurmu" + "username": "amosmurmu", + "email": "amosmurmu002@gmail.com" }, "record": { "CNAME": "amosmurmu.github.io"