From cee8120ef8a7941fa90313b58d8146088db98234 Mon Sep 17 00:00:00 2001 From: Joshua Hull Date: Tue, 8 Apr 2025 19:03:55 -0400 Subject: [PATCH 1/2] Register Domain --- domains/joshua-hull.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/joshua-hull.json diff --git a/domains/joshua-hull.json b/domains/joshua-hull.json new file mode 100644 index 000000000..ae9597b96 --- /dev/null +++ b/domains/joshua-hull.json @@ -0,0 +1,9 @@ +{ + "repo": "https://github.com/joshua-hull/joshua-hull.github.io", + "owner": { + "username": "joshua-hull" + }, + "record": { + "CNAME": "joshua-hull.github.io" + } +} \ No newline at end of file From fbb861c6d30e763b9d6b0dfb90783a05926d59df Mon Sep 17 00:00:00 2001 From: Joshua Hull Date: Tue, 8 Apr 2025 19:09:53 -0400 Subject: [PATCH 2/2] Add email --- domains/joshua-hull.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/joshua-hull.json b/domains/joshua-hull.json index ae9597b96..9c080340d 100644 --- a/domains/joshua-hull.json +++ b/domains/joshua-hull.json @@ -1,7 +1,8 @@ { "repo": "https://github.com/joshua-hull/joshua-hull.github.io", "owner": { - "username": "joshua-hull" + "username": "joshua-hull", + "email": "joshua.thorild.hull@gmail.com" }, "record": { "CNAME": "joshua-hull.github.io"