From ba033a841f8ef65c4a0ef146fd50478f95b342ad Mon Sep 17 00:00:00 2001 From: Axel Ilali Date: Fri, 21 Oct 2022 00:14:06 +0100 Subject: [PATCH 1/3] Create axel.json --- domains/axel.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/axel.json diff --git a/domains/axel.json b/domains/axel.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/axel.json @@ -0,0 +1 @@ + From e012528abd55551a33a7eadcdb419f140fdcb4bc Mon Sep 17 00:00:00 2001 From: Axel Ilali Date: Sun, 3 Sep 2023 09:26:26 +0100 Subject: [PATCH 2/3] feat: update json file content --- domains/axel.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/domains/axel.json b/domains/axel.json index 8b1378917..9ff7c9fdb 100644 --- a/domains/axel.json +++ b/domains/axel.json @@ -1 +1,10 @@ +{ + "owner": { + "username": "axelilali", + "email": "axel.ilali@yahoo.fr" + }, + "record": { + "CNAME": "axel-ilali.com" + } +} From 8f066db55d138c91b8cc89ade2761e3a6cd6f361 Mon Sep 17 00:00:00 2001 From: Tharuk Renuja <90763454+TharukRenuja@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:47:10 +0530 Subject: [PATCH 3/3] ``CNAME changed`` --- domains/tharukrenuja.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tharukrenuja.json diff --git a/domains/tharukrenuja.json b/domains/tharukrenuja.json new file mode 100644 index 000000000..24a944965 --- /dev/null +++ b/domains/tharukrenuja.json @@ -0,0 +1,12 @@ +{ + "description": "Just Anohter Portfolio", + "repo": "https://github.com/TharukRenuja/tharukrenuja.github.io", + "owner": { + "username": "TharukRenuja", + "email": "contact.tharukrenuja@gmail.com", + "twitter": "TRenuja" + }, + "record": { + "CNAME": "tharukrenuja.github.io" + } +}