From 4024864789ee56e4c8beb19898fee808d5f55ef0 Mon Sep 17 00:00:00 2001 From: Brandon Hexsel Date: Sat, 10 Oct 2020 12:41:06 -0700 Subject: [PATCH 1/9] 'Update repo address' --- domains/brandon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/brandon.json b/domains/brandon.json index b533a756a..403e5edf0 100644 --- a/domains/brandon.json +++ b/domains/brandon.json @@ -1,12 +1,12 @@ { "description": "Brandons's personal developer website", - "repo": "https://github.com/b-hexsoul", + "repo": "https://github.com/b-hexsoul/b-hexsoul", "owner": { "username": "b-hexsoul", "email": "brandon.hexsel@gmail.com" }, "record": { - "CNAME": "b-hexsoul.github.io", + "CNAME": "https://b-hexsoul.github.io/b-hexsoul/", "URL": "https://brandon.is-a.dev" } } From 1cc9bf028077a819105af6e3bab348ad48b6b0e5 Mon Sep 17 00:00:00 2001 From: Brandon Hexsel <66162988+b-hexsoul@users.noreply.github.com> Date: Sat, 24 Oct 2020 23:37:57 -0700 Subject: [PATCH 2/9] 'Update CNAME' --- domains/brandon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/brandon.json b/domains/brandon.json index 403e5edf0..dcb1d49ed 100644 --- a/domains/brandon.json +++ b/domains/brandon.json @@ -1,12 +1,12 @@ { "description": "Brandons's personal developer website", - "repo": "https://github.com/b-hexsoul/b-hexsoul", + "repo": "https://github.com/b-hexsoul/", "owner": { "username": "b-hexsoul", "email": "brandon.hexsel@gmail.com" }, "record": { - "CNAME": "https://b-hexsoul.github.io/b-hexsoul/", + "CNAME": "https://b-hexsoul.github.io/portfolio/", "URL": "https://brandon.is-a.dev" } } From ae585b4558bc44d826628c70e7929b33b7cbc52e Mon Sep 17 00:00:00 2001 From: Brandon Hexsel <66162988+b-hexsoul@users.noreply.github.com> Date: Sat, 24 Oct 2020 23:40:39 -0700 Subject: [PATCH 3/9] 'Update for github pages' --- domains/brandon.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/brandon.json b/domains/brandon.json index dcb1d49ed..f40fc23a0 100644 --- a/domains/brandon.json +++ b/domains/brandon.json @@ -1,12 +1,11 @@ { "description": "Brandons's personal developer website", - "repo": "https://github.com/b-hexsoul/", + "repo": "https://github.com/b-hexsoul/b-hexsoul.github.io", "owner": { "username": "b-hexsoul", "email": "brandon.hexsel@gmail.com" }, "record": { "CNAME": "https://b-hexsoul.github.io/portfolio/", - "URL": "https://brandon.is-a.dev" } } From 03395da7c99aff769a111932ab920cb41caf2088 Mon Sep 17 00:00:00 2001 From: Allvaa <52526068+Allvaa@users.noreply.github.com> Date: Sun, 25 Oct 2020 16:50:04 +0700 Subject: [PATCH 4/9] Create allvaa.json --- domains/allvaa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/allvaa.json diff --git a/domains/allvaa.json b/domains/allvaa.json new file mode 100644 index 000000000..1cfb0ca93 --- /dev/null +++ b/domains/allvaa.json @@ -0,0 +1,12 @@ +{ + "description": "Allvaa's personal website", + "repo": "https://github.com/Allvaa", + "owner": { + "username": "Allvaa", + "email": "", + "twitter": "allvzx" + }, + "record": { + "URL": "https://allvaa.my.id" + } +} From e6d1b56c45f5dd6bdb9ecc842a3a1928e512f756 Mon Sep 17 00:00:00 2001 From: Brandon Hexsel <66162988+b-hexsoul@users.noreply.github.com> Date: Sun, 25 Oct 2020 04:53:03 -0700 Subject: [PATCH 5/9] 'Update CNAME, last time I swear!" --- domains/brandon.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/brandon.json b/domains/brandon.json index f40fc23a0..56a9bde86 100644 --- a/domains/brandon.json +++ b/domains/brandon.json @@ -1,11 +1,12 @@ { - "description": "Brandons's personal developer website", + "description": "Brandon Hexsel - Full Stack Engineer", "repo": "https://github.com/b-hexsoul/b-hexsoul.github.io", "owner": { "username": "b-hexsoul", "email": "brandon.hexsel@gmail.com" }, "record": { - "CNAME": "https://b-hexsoul.github.io/portfolio/", + "CNAME": "b-hexsoul.github.io", + "URL": "https://brandon.is-a.dev" } } From 89b54ea2af27d0e9a05f3fb8f08d080864591f84 Mon Sep 17 00:00:00 2001 From: Vincent Mancini Date: Sun, 25 Oct 2020 20:32:33 +0100 Subject: [PATCH 6/9] Create amine.json --- domains/amine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amine.json diff --git a/domains/amine.json b/domains/amine.json new file mode 100644 index 000000000..82c236ca1 --- /dev/null +++ b/domains/amine.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/AM-77/am-77.github.io/", + "owner": { + "username": "am-77", + "email": "amine.griche77@protonmail.ch" + }, + "record": { + "CNAME": "am-77.github.io" + } +} From e0fdc60df429e8841e024de83f352502ce1a50d6 Mon Sep 17 00:00:00 2001 From: Rohit Kaushal <43717403+RohitKaushal7@users.noreply.github.com> Date: Mon, 26 Oct 2020 11:38:05 +0530 Subject: [PATCH 7/9] Create rohitkaushal.json --- domains/rohitkaushal.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rohitkaushal.json diff --git a/domains/rohitkaushal.json b/domains/rohitkaushal.json new file mode 100644 index 000000000..9fe3c2864 --- /dev/null +++ b/domains/rohitkaushal.json @@ -0,0 +1,11 @@ +{ + "description": "My personal Portfolio", + "repo": "https://github.com/RohitKaushal7/RohitKaushal7.github.io", + "owner": { + "username": "RohitKaushal7", + "email": "rohitkk252550@gmail.com" + }, + "record": { + "CNAME": "RohitKaushal7.github.io" + } +} From 608764c2bfdd1cba2a76cddf13093606443b4e4b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 27 Oct 2020 00:59:09 +0530 Subject: [PATCH 8/9] Update rohitkaushal.json --- domains/rohitkaushal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rohitkaushal.json b/domains/rohitkaushal.json index 9fe3c2864..e4babfb3d 100644 --- a/domains/rohitkaushal.json +++ b/domains/rohitkaushal.json @@ -6,6 +6,6 @@ "email": "rohitkk252550@gmail.com" }, "record": { - "CNAME": "RohitKaushal7.github.io" + "CNAME": "rohitKaushal7.github.io" } } From a1170158d3c05a19ae2cbac03cc9e65523d7dee7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 27 Oct 2020 00:59:20 +0530 Subject: [PATCH 9/9] Update rohitkaushal.json --- domains/rohitkaushal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rohitkaushal.json b/domains/rohitkaushal.json index e4babfb3d..d7d05366c 100644 --- a/domains/rohitkaushal.json +++ b/domains/rohitkaushal.json @@ -6,6 +6,6 @@ "email": "rohitkk252550@gmail.com" }, "record": { - "CNAME": "rohitKaushal7.github.io" + "CNAME": "rohitkaushal7.github.io" } }