From a32efc70d577195196252a46a3c60a58daa0a8ee Mon Sep 17 00:00:00 2001 From: Yash Kumar Shrivas Date: Wed, 26 Apr 2023 22:01:50 +0530 Subject: [PATCH 1/3] Create yash.json --- domains/yash.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yash.json diff --git a/domains/yash.json b/domains/yash.json new file mode 100644 index 000000000..40d1ad95c --- /dev/null +++ b/domains/yash.json @@ -0,0 +1,12 @@ +{ + "description": "Link to my portfolio site.", + "repo": "https://github.com/YashkShrivas4491/Terminal_Portfolio", + "owner": { + "username": "YashkShrivas4491", + "email": "kumaryash4491@gmail.com", + "twitter": "YashKumarS4491" + }, + "record": { + "URL": "yashkshrivas4491.github.io" + } +} From cdb62b18a7a379e0f051ba226244305407270ec7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Apr 2023 09:48:13 +0800 Subject: [PATCH 2/3] fix record --- domains/yash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yash.json b/domains/yash.json index 40d1ad95c..38736c6ca 100644 --- a/domains/yash.json +++ b/domains/yash.json @@ -7,6 +7,6 @@ "twitter": "YashKumarS4491" }, "record": { - "URL": "yashkshrivas4491.github.io" + "URL": "https://yashkshrivas4491.github.io" } } From b774bc02c9d93b4e2a97f323d7cc4c6facbbec3a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Apr 2023 09:48:42 +0800 Subject: [PATCH 3/3] Update yash.json --- domains/yash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yash.json b/domains/yash.json index 38736c6ca..0662214ad 100644 --- a/domains/yash.json +++ b/domains/yash.json @@ -7,6 +7,6 @@ "twitter": "YashKumarS4491" }, "record": { - "URL": "https://yashkshrivas4491.github.io" + "CNAME": "yashkshrivas4491.github.io" } }