From e7fd90101ff3920fcc7d3570b1b477578c6abbb6 Mon Sep 17 00:00:00 2001 From: py-yash <142984930+py-yash@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:46:49 +0530 Subject: [PATCH 1/3] Create yashrao.is-a.dev.json --- domains/yashrao.is-a.dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yashrao.is-a.dev.json diff --git a/domains/yashrao.is-a.dev.json b/domains/yashrao.is-a.dev.json new file mode 100644 index 000000000..640660618 --- /dev/null +++ b/domains/yashrao.is-a.dev.json @@ -0,0 +1,12 @@ +{ + "description": " For my personal website ", + "repo": "https://py-yash.github.io", + "owner": { + "username": "py-yash", + "email": "cwyash.rao@gmail.com", + "twitter": "" + }, + "record": { + "CNAME": "py-yash.github.io" + } +} From cf4ecd5bb9c12fd81886d89028eed8534723769c Mon Sep 17 00:00:00 2001 From: py-yash Date: Wed, 30 Aug 2023 11:48:16 +0530 Subject: [PATCH 2/3] feat(domain): yashrao.is-a.dev --- domains/yashrao.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/yashrao.json diff --git a/domains/yashrao.json b/domains/yashrao.json new file mode 100644 index 000000000..d4d4ed9c8 --- /dev/null +++ b/domains/yashrao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "py-yash", + "email": "cwyash.rao@gmail.com" + }, + "record": { + "CNAME": "py-yash.github.io" + } +} From 606a75dfe172cd4f8eae624871a2ff3da0d3a997 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 2 Sep 2023 15:02:01 +0800 Subject: [PATCH 3/3] Discard changes to domains/yashrao.is-a.dev.json --- domains/yashrao.is-a.dev.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/yashrao.is-a.dev.json diff --git a/domains/yashrao.is-a.dev.json b/domains/yashrao.is-a.dev.json deleted file mode 100644 index 640660618..000000000 --- a/domains/yashrao.is-a.dev.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": " For my personal website ", - "repo": "https://py-yash.github.io", - "owner": { - "username": "py-yash", - "email": "cwyash.rao@gmail.com", - "twitter": "" - }, - "record": { - "CNAME": "py-yash.github.io" - } -}