From 2c3645453f40aadbfaa76e11b9d154ac41cadd23 Mon Sep 17 00:00:00 2001 From: Sp4nd3x Date: Thu, 8 Oct 2020 18:05:54 +1100 Subject: [PATCH 1/2] Create chris.json --- domains/chris.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/chris.json diff --git a/domains/chris.json b/domains/chris.json new file mode 100644 index 000000000..27977fde3 --- /dev/null +++ b/domains/chris.json @@ -0,0 +1,12 @@ + +{ + "description": "Chris' Site", + "repo": "https://github.com/Sp4nd3x/", + "owner": { + "username": "Sp4nd3x", + "email": "chrisisadev@gmail.com" + }, + "record": { + "URL": "https://github.com/Sp4nd3x/" + } +} From 3c23e663239f0466508848846647e1e530356097 Mon Sep 17 00:00:00 2001 From: Sp4nd3x Date: Thu, 8 Oct 2020 18:24:17 +1100 Subject: [PATCH 2/2] Update chris.json update cname. --- domains/chris.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/chris.json b/domains/chris.json index 27977fde3..4d2e47310 100644 --- a/domains/chris.json +++ b/domains/chris.json @@ -7,6 +7,7 @@ "email": "chrisisadev@gmail.com" }, "record": { - "URL": "https://github.com/Sp4nd3x/" + "CNAME": "sp4nd3x.github.io", + "URL": "https://chris.is-a.dev" } }