From d278b0ad614ef18a64fd874e42deef776716ea82 Mon Sep 17 00:00:00 2001 From: Sudarsan <69678617+scientific-dev@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:12:26 +0530 Subject: [PATCH 1/3] Create scientific-dev.json --- domains/scientific-dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/scientific-dev.json diff --git a/domains/scientific-dev.json b/domains/scientific-dev.json new file mode 100644 index 000000000..6234bcf0d --- /dev/null +++ b/domains/scientific-dev.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website to display my projects and details about me.", + "repo": "https://github.com/scientific-dev/portfolio", + "owner": { + "username": "scientific-dev", + "twitter": "ScientificDev" + }, + "record": { + "CNAME": "scientific-dev.github.io" + } +} From b2e2e6cca27403d3b7c282813fc991caf70a765f Mon Sep 17 00:00:00 2001 From: Sudarsan <69678617+scientific-dev@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:22:19 +0530 Subject: [PATCH 2/3] Removed the old site domain details. --- domains/scientific-guy.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/scientific-guy.json diff --git a/domains/scientific-guy.json b/domains/scientific-guy.json deleted file mode 100644 index 85c050789..000000000 --- a/domains/scientific-guy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A personal website to display my projects and details about me.", - "repo": "https://github.com/scientific-guy/portfolio", - "owner": { - "username": "scientific-guy", - "email": "scientificguy007@gmail.com" - }, - "record": { - "CNAME": "scientific-guy.github.io" - } -} From caf96d0cbf42a83061d08482217a2b60f099547f Mon Sep 17 00:00:00 2001 From: Sudarsan <69678617+scientific-dev@users.noreply.github.com> Date: Mon, 16 Aug 2021 19:22:12 +0530 Subject: [PATCH 3/3] Added `email` property. --- domains/scientific-dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/scientific-dev.json b/domains/scientific-dev.json index 6234bcf0d..38c03b1b1 100644 --- a/domains/scientific-dev.json +++ b/domains/scientific-dev.json @@ -3,6 +3,7 @@ "repo": "https://github.com/scientific-dev/portfolio", "owner": { "username": "scientific-dev", + "email": "scientificguy007@gmail.com", "twitter": "ScientificDev" }, "record": {