From 19b3358a07a71d04fea397e4a16884f3beeb4e01 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 15:31:36 +0530 Subject: [PATCH 1/3] Create akshay.json --- domains/akshay.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akshay.json diff --git a/domains/akshay.json b/domains/akshay.json new file mode 100644 index 000000000..51b75b8a1 --- /dev/null +++ b/domains/akshay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "CNAME": "phenax.github.io" + }, +} From 4cd060a23d744ce0ca6c10b6289adcaa9306ee9e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 15:33:06 +0530 Subject: [PATCH 2/3] Adds meta data --- domains/akshay.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/akshay.json b/domains/akshay.json index 51b75b8a1..41ffc81e7 100644 --- a/domains/akshay.json +++ b/domains/akshay.json @@ -1,4 +1,6 @@ { + "description": "Akshay's personal website", + "repo": "https://github.com/phenax/phenax.github.io", "owner": { "username": "phenax", "email": "phenax5@gmail.com" From 46ad79a6899805b4ff1386c2f533bb30e21f6189 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 15:36:18 +0530 Subject: [PATCH 3/3] Removes trailing comma --- domains/akshay.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/akshay.json b/domains/akshay.json index 41ffc81e7..5d1e5acfc 100644 --- a/domains/akshay.json +++ b/domains/akshay.json @@ -7,5 +7,5 @@ }, "record": { "CNAME": "phenax.github.io" - }, + } }