From be60c406fe64cfe6bb98b563b09892d0ee40ac5e Mon Sep 17 00:00:00 2001 From: CoderPopCat <79563127+CoderPopCat@users.noreply.github.com> Date: Fri, 18 Mar 2022 16:40:37 +0400 Subject: [PATCH 1/3] Create zero.json --- domains/zero.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zero.json diff --git a/domains/zero.json b/domains/zero.json new file mode 100644 index 000000000..6496768a3 --- /dev/null +++ b/domains/zero.json @@ -0,0 +1,12 @@ +{ + "description": "My personal developer portfolio.", + "repo": "https://github.com/CoderPopCat/coderpopcat.github.io", + "owner": { + "username": "CoderPopCat", + "email": "zerotwo@popcat.xyz", + "twitter": "none" + }, + "record": { + "CNAME": coderpopcat.github.io" + } +} From f952a2b23aee301da6da999220eecd5372ee7554 Mon Sep 17 00:00:00 2001 From: CoderPopCat <79563127+CoderPopCat@users.noreply.github.com> Date: Fri, 18 Mar 2022 16:41:29 +0400 Subject: [PATCH 2/3] Update zero.json --- domains/zero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zero.json b/domains/zero.json index 6496768a3..efc72d480 100644 --- a/domains/zero.json +++ b/domains/zero.json @@ -7,6 +7,6 @@ "twitter": "none" }, "record": { - "CNAME": coderpopcat.github.io" + "CNAME": "coderpopcat.github.io" } } From b10201dff02f130e37013705b2838a4086a6c553 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 18 Mar 2022 20:17:39 +0700 Subject: [PATCH 3/3] delete twitter --- domains/zero.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/zero.json b/domains/zero.json index efc72d480..c7af9f358 100644 --- a/domains/zero.json +++ b/domains/zero.json @@ -3,8 +3,7 @@ "repo": "https://github.com/CoderPopCat/coderpopcat.github.io", "owner": { "username": "CoderPopCat", - "email": "zerotwo@popcat.xyz", - "twitter": "none" + "email": "zerotwo@popcat.xyz" }, "record": { "CNAME": "coderpopcat.github.io"