From ef46535ee5d9d2d96fbc7de086cae94c0ef39d6a Mon Sep 17 00:00:00 2001 From: Bimal Yadav <84148146+bimal-inc@users.noreply.github.com> Date: Sat, 9 Jul 2022 16:25:13 +0545 Subject: [PATCH 1/3] Create bimal.json --- domains/bimal.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/bimal.json diff --git a/domains/bimal.json b/domains/bimal.json new file mode 100644 index 000000000..0db5bd1be --- /dev/null +++ b/domains/bimal.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website goes here", + "repo": "https://github.com/bimal-inc/MyPortfolio", + "owner": { + "username": "bimal", + "email": "bimalyadavemail7@gmail.com", + "twitter": "@bimalinc" + }, + "record": { + "CNAME": "https://portfolio.bimaly.com.np/" + } +} From 8905de7f62c9bc257dc924abf499d33b3f8d9aaf Mon Sep 17 00:00:00 2001 From: Bimal Yadav <84148146+bimal-inc@users.noreply.github.com> Date: Sat, 9 Jul 2022 17:13:58 +0545 Subject: [PATCH 2/3] Update bimal.json --- domains/bimal.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/bimal.json b/domains/bimal.json index 0db5bd1be..068cc03fb 100644 --- a/domains/bimal.json +++ b/domains/bimal.json @@ -1,12 +1,12 @@ { "description": "My personal website goes here", - "repo": "https://github.com/bimal-inc/MyPortfolio", + "repo": "https://github.com/bimal-inc/myportfolio", "owner": { "username": "bimal", "email": "bimalyadavemail7@gmail.com", "twitter": "@bimalinc" }, "record": { - "CNAME": "https://portfolio.bimaly.com.np/" + "CNAME": "bimal-inc.github.io/myportfolio/" } } From 9ffd2f5afb64369cd44f44736c1c5a57260852aa Mon Sep 17 00:00:00 2001 From: Bimal Yadav <84148146+bimal-inc@users.noreply.github.com> Date: Wed, 13 Jul 2022 10:23:30 +0545 Subject: [PATCH 3/3] Updated slash in CNAME and Corrected username soory for the hassle i have now Updated slash in CNAME and Corrected username and a new repo link --- domains/bimal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/bimal.json b/domains/bimal.json index 068cc03fb..9f69d553d 100644 --- a/domains/bimal.json +++ b/domains/bimal.json @@ -1,12 +1,12 @@ { "description": "My personal website goes here", - "repo": "https://github.com/bimal-inc/myportfolio", + "repo": "https://github.com/bimal-inc/bimal-inc.github.io", "owner": { - "username": "bimal", + "username": "bimal-inc", "email": "bimalyadavemail7@gmail.com", "twitter": "@bimalinc" }, "record": { - "CNAME": "bimal-inc.github.io/myportfolio/" + "CNAME": "bimal-inc.github.io" } }