From 8758277882b39b4032677dd0e45beefd31d52e78 Mon Sep 17 00:00:00 2001 From: DanField12 <32625952+DanField12@users.noreply.github.com> Date: Sat, 31 Oct 2020 08:04:57 +1100 Subject: [PATCH 1/3] Create dan --- domains/dan | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dan diff --git a/domains/dan b/domains/dan new file mode 100644 index 000000000..5b6f32aa7 --- /dev/null +++ b/domains/dan @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DanField12", + "email": "dan.field643@gmail.com" + }, + "description": "Dan's Blog and Portfolio", + "repository": "https://github.com/DanField12/DanField12.github.io.git", + "record": { + "CNAME": "DanField12.github.io" + } +} From f0c3365914977cfc584afedfe262116018f2bf65 Mon Sep 17 00:00:00 2001 From: DanField12 <32625952+DanField12@users.noreply.github.com> Date: Sat, 31 Oct 2020 08:08:33 +1100 Subject: [PATCH 2/3] Update dan --- domains/dan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/dan b/domains/dan index 5b6f32aa7..8f7023050 100644 --- a/domains/dan +++ b/domains/dan @@ -1,10 +1,10 @@ { + "description": "Dan's Blog and Portfolio", + "repo": "https://github.com/DanField12/DanField12.github.io.git", "owner": { "username": "DanField12", "email": "dan.field643@gmail.com" }, - "description": "Dan's Blog and Portfolio", - "repository": "https://github.com/DanField12/DanField12.github.io.git", "record": { "CNAME": "DanField12.github.io" } From 5417bce3a1b7729468ecf7762e0bffa7f40e07f6 Mon Sep 17 00:00:00 2001 From: DanField12 <32625952+DanField12@users.noreply.github.com> Date: Sat, 31 Oct 2020 09:56:28 +1100 Subject: [PATCH 3/3] how did i forget .json at the end??? --- domains/{dan => dan.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{dan => dan.json} (100%) diff --git a/domains/dan b/domains/dan.json similarity index 100% rename from domains/dan rename to domains/dan.json