From ba3a6514e28ae397945d6c8d8a60db01dba69afb Mon Sep 17 00:00:00 2001 From: titus <64428706+titusj3026@users.noreply.github.com> Date: Wed, 24 May 2023 19:10:43 -0600 Subject: [PATCH 1/4] feat(domain): add `owner.is-a.dev` --- domains/owner.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/owner.json diff --git a/domains/owner.json b/domains/owner.json new file mode 100644 index 000000000..adbf275c7 --- /dev/null +++ b/domains/owner.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "titusj3026", + "email": "titusjeffery54@gmail.com" + }, + + "record": { + "CNAME": "titusj3026.github.io" + } +} From b8bbe743d5756182083ee8a4a0e314f2ce5cf2f8 Mon Sep 17 00:00:00 2001 From: titus <64428706+titusj3026@users.noreply.github.com> Date: Thu, 25 May 2023 20:07:14 -0600 Subject: [PATCH 2/4] feat(domain): add `rasp.is-a.dev` --- domains/rasp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rasp.json diff --git a/domains/rasp.json b/domains/rasp.json new file mode 100644 index 000000000..767638146 --- /dev/null +++ b/domains/rasp.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "titusj3026", + "email": "titusjeffery54@gmail.com" + }, + + "record": { + "A": ["https://titusj3026.github.io"] + } +} From 70a7bf552fcb7d9335f90a84de2ac1d4a0dba0e6 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 26 May 2023 14:56:59 +0800 Subject: [PATCH 3/4] Delete owner.json --- domains/owner.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/owner.json diff --git a/domains/owner.json b/domains/owner.json deleted file mode 100644 index adbf275c7..000000000 --- a/domains/owner.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "titusj3026", - "email": "titusjeffery54@gmail.com" - }, - - "record": { - "CNAME": "titusj3026.github.io" - } -} From ff2864158d3f61f3a5e26d42b2d814003b511035 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 26 May 2023 14:57:45 +0800 Subject: [PATCH 4/4] Update rasp.json --- domains/rasp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rasp.json b/domains/rasp.json index 767638146..adbf275c7 100644 --- a/domains/rasp.json +++ b/domains/rasp.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["https://titusj3026.github.io"] + "CNAME": "titusj3026.github.io" } }