From c4118219efca55415dafd32fdb25795518d9510e Mon Sep 17 00:00:00 2001 From: Parshant Sharma Date: Fri, 9 Oct 2020 12:44:27 +0530 Subject: [PATCH 1/2] Create parshnt added me :) --- domains/parshnt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/parshnt diff --git a/domains/parshnt b/domains/parshnt new file mode 100644 index 000000000..c5da6609c --- /dev/null +++ b/domains/parshnt @@ -0,0 +1,12 @@ +{ + "description": "YAY, new place for my Portfolio", + "repo": "https://github.com/parshnt", + "owner": { + "username": "parshnt", + "email": "hi.parshant@gmail.com" + }, + "record": { + "CNAME": "parshnt.github.io", + "URL": "https://parshnt.is-a.dev" + } +} From 387401459cc2df721070e4c5bc4ed75c168c916c Mon Sep 17 00:00:00 2001 From: Parshant Sharma Date: Sat, 10 Oct 2020 01:24:50 +0530 Subject: [PATCH 2/2] fixed missing file extension added missing .json file extension --- domains/parshnt | 12 ------------ domains/parshnt.json | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 domains/parshnt create mode 100644 domains/parshnt.json diff --git a/domains/parshnt b/domains/parshnt deleted file mode 100644 index c5da6609c..000000000 --- a/domains/parshnt +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "YAY, new place for my Portfolio", - "repo": "https://github.com/parshnt", - "owner": { - "username": "parshnt", - "email": "hi.parshant@gmail.com" - }, - "record": { - "CNAME": "parshnt.github.io", - "URL": "https://parshnt.is-a.dev" - } -} diff --git a/domains/parshnt.json b/domains/parshnt.json new file mode 100644 index 000000000..8319fd350 --- /dev/null +++ b/domains/parshnt.json @@ -0,0 +1,12 @@ +{ + "description": "YAY, new place for my Portfolio", + "repo": "https://github.com/parshnt", + "owner": { + "username": "parshnt", + "email": "hi.parshant@gmail.com" + }, + "record": { + "CNAME": "parshnt.github.io", + "URL": "https://parshnt.is-a.dev" + } +}