From a15d0072d8cc0ea192ce6d0d77ae396f63ce35ec Mon Sep 17 00:00:00 2001 From: Ice-Head <103830432+Ice-Head@users.noreply.github.com> Date: Sun, 15 May 2022 21:56:18 +0600 Subject: [PATCH 1/2] Create icehead.json --- domains/icehead.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/icehead.json diff --git a/domains/icehead.json b/domains/icehead.json new file mode 100644 index 000000000..ee30cb377 --- /dev/null +++ b/domains/icehead.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for my Github Page.", + "repo": "https://github.com/Ice-Head/ice-head.github.io", + "owner": { + "username": "Ice-Head", + "email": "heads.ice@protonmail.com" + }, + "record": { + "CNAME": "icehead.github.io" + } +} From 0ab58627be9f61b3671a0b5abe0aab7d63e6733d Mon Sep 17 00:00:00 2001 From: Ice-Head <103830432+Ice-Head@users.noreply.github.com> Date: Sun, 15 May 2022 21:59:28 +0600 Subject: [PATCH 2/2] Update icehead.json --- domains/icehead.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/icehead.json b/domains/icehead.json index ee30cb377..d68635ea9 100644 --- a/domains/icehead.json +++ b/domains/icehead.json @@ -6,6 +6,6 @@ "email": "heads.ice@protonmail.com" }, "record": { - "CNAME": "icehead.github.io" + "CNAME": "ice-head.github.io" } }