From 513869652f2be112920badb477c4ce7cc935e0a9 Mon Sep 17 00:00:00 2001 From: Brandon Hoffman Date: Tue, 27 Dec 2022 16:50:08 -0800 Subject: [PATCH 1/3] requesting brandon-hoffman domain name --- domains/brandon-hoffman.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/brandon-hoffman.json diff --git a/domains/brandon-hoffman.json b/domains/brandon-hoffman.json new file mode 100644 index 000000000..62f116d9b --- /dev/null +++ b/domains/brandon-hoffman.json @@ -0,0 +1,12 @@ +{ + "description": "Brandon Hoffman's website", + "owner": { + "username": "branhoff", + "email": "", + "linkedin": "https://www.linkedin.com/in/branhoff/" + + }, + "record": { + "CNAME": "https://branhoff.github.io/personal-profile-website/" + } + } \ No newline at end of file From ea2309b7c0e33d3061a6b1ec5f57c2a73b276ad9 Mon Sep 17 00:00:00 2001 From: Brandon Hoffman Date: Tue, 27 Dec 2022 16:52:43 -0800 Subject: [PATCH 2/3] removing https:// at beginning --- domains/brandon-hoffman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/brandon-hoffman.json b/domains/brandon-hoffman.json index 62f116d9b..7fa3b1620 100644 --- a/domains/brandon-hoffman.json +++ b/domains/brandon-hoffman.json @@ -7,6 +7,6 @@ }, "record": { - "CNAME": "https://branhoff.github.io/personal-profile-website/" + "CNAME": "branhoff.github.io/personal-profile-website/" } } \ No newline at end of file From b1dee340cac9edc56d099617b0dbfcfe6715ff44 Mon Sep 17 00:00:00 2001 From: Brandon Hoffman Date: Tue, 27 Dec 2022 16:55:50 -0800 Subject: [PATCH 3/3] updating record.cname to record.url --- domains/brandon-hoffman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/brandon-hoffman.json b/domains/brandon-hoffman.json index 7fa3b1620..e1b550bbe 100644 --- a/domains/brandon-hoffman.json +++ b/domains/brandon-hoffman.json @@ -7,6 +7,6 @@ }, "record": { - "CNAME": "branhoff.github.io/personal-profile-website/" + "URL": "https://branhoff.github.io/personal-profile-website/" } } \ No newline at end of file