From b297817347acd1e9f368760dcf4d2e99c4a5b840 Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:24:14 +0700 Subject: [PATCH 1/2] Create horu.json --- domains/horu.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 domains/horu.json diff --git a/domains/horu.json b/domains/horu.json new file mode 100644 index 000000000..a646ee7ed --- /dev/null +++ b/domains/horu.json @@ -0,0 +1,6 @@ +{ + "owner": { + "username": "HigherOrderLogic", + "email": "73709188+HigherOrderLogic@users.noreply.github.com" + } +} From 6e00a385939bcc1da5b4f5088766c108556f6660 Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:06:53 +0700 Subject: [PATCH 2/2] Add CNAME records --- domains/horu.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/domains/horu.json b/domains/horu.json index a646ee7ed..45f1c8e08 100644 --- a/domains/horu.json +++ b/domains/horu.json @@ -2,5 +2,8 @@ "owner": { "username": "HigherOrderLogic", "email": "73709188+HigherOrderLogic@users.noreply.github.com" + }, + "record": { + "CNAME": "HigherOrderLogic.github.io" } }