From ac90709ae7c31f2adfdc4ad0a6c5ed01d73a92fa Mon Sep 17 00:00:00 2001 From: thatsquite <94622062+thatsquite@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:33:07 +0200 Subject: [PATCH 1/2] Create julio.json --- domains/julio.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/julio.json diff --git a/domains/julio.json b/domains/julio.json new file mode 100644 index 000000000..1daaa5097 --- /dev/null +++ b/domains/julio.json @@ -0,0 +1,12 @@ +{ + "description": "My work portfolio", + "repo": "https://github.com/thatsquite", + "owner": { + "username": "thatsquite", + "email": "juliocesar.santos@making.com", + "twitter": "" + }, + "record": { + "CNAME": "thatsquite.github.io" + } +} From 3ce0a2ad7eb4f016730d56a6cfa5dfefbdd63c60 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 10 Sep 2023 09:24:28 -0400 Subject: [PATCH 2/2] feat: removing empty twitter property --- domains/julio.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/julio.json b/domains/julio.json index 1daaa5097..ec44f209a 100644 --- a/domains/julio.json +++ b/domains/julio.json @@ -3,8 +3,7 @@ "repo": "https://github.com/thatsquite", "owner": { "username": "thatsquite", - "email": "juliocesar.santos@making.com", - "twitter": "" + "email": "juliocesar.santos@making.com" }, "record": { "CNAME": "thatsquite.github.io"