From 69d11e9de68825eb302cbcc55df8c89de6baec82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Kr=C3=A1l?= Date: Sat, 4 Jun 2022 13:26:57 +0200 Subject: [PATCH 1/2] Create ethxrnity.json --- domains/ethxrnity.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ethxrnity.json diff --git a/domains/ethxrnity.json b/domains/ethxrnity.json new file mode 100644 index 000000000..4c9701880 --- /dev/null +++ b/domains/ethxrnity.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/ethxrnity/ethxrntiy.github.io", + "owner": { + "username": "ethxrnity", + "email": "ethxrnity@gmail.com", + "twitter": "ethxrnity" + }, + "record": { + "CNAME": "ethxrnity.github.io" + } +} From 12fa4f7b388c07b0075bcc0baa1738b6373bcd5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Kr=C3=A1l?= Date: Sat, 4 Jun 2022 20:20:14 +0200 Subject: [PATCH 2/2] Update ethxrnity.json Fixed the mistake i made in repo section --- domains/ethxrnity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ethxrnity.json b/domains/ethxrnity.json index 4c9701880..1212ebfb0 100644 --- a/domains/ethxrnity.json +++ b/domains/ethxrnity.json @@ -1,6 +1,6 @@ { "description": "My personal website", - "repo": "https://github.com/ethxrnity/ethxrntiy.github.io", + "repo": "https://github.com/ethxrnity/ethxrnity.github.io", "owner": { "username": "ethxrnity", "email": "ethxrnity@gmail.com",