From 8023e2a491311cdd778523fd0471f4bcb50d93f4 Mon Sep 17 00:00:00 2001 From: Danilo Campana Fuchs Date: Wed, 7 Oct 2020 19:51:57 -0300 Subject: [PATCH 1/4] New Domain --- domains/danilofuchs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/danilofuchs.json diff --git a/domains/danilofuchs.json b/domains/danilofuchs.json new file mode 100644 index 000000000..46f2cf52a --- /dev/null +++ b/domains/danilofuchs.json @@ -0,0 +1,12 @@ +{ + "description": "danilofuchs's is-a.dev domain", + "repo": "https://github.com/danilofuchs/danilofuchs.github.io", + "owner": { + "username": "danilofuchs", + "email": "danilo_fuchs@hotmail.com" + }, + "record": { + "CNAME": "danilofuchs.github.io", + "URL": "https://danilofuchs.is-a.dev" + } +} From 67d33061f4906eb5d492a7b846202610ea3dec49 Mon Sep 17 00:00:00 2001 From: Aaron Harvey <10888871+aaron-harvey@users.noreply.github.com> Date: Wed, 7 Oct 2020 16:00:39 -0700 Subject: [PATCH 2/4] chore: add future dev page --- domains/aaron.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aaron.json diff --git a/domains/aaron.json b/domains/aaron.json new file mode 100644 index 000000000..9778d9150 --- /dev/null +++ b/domains/aaron.json @@ -0,0 +1,12 @@ +{ + "description": "Aaron's personal developer website", + "repo": "https://github.com/aaron-harvey", + "owner": { + "username": "aaronharvey", + "email": "aaron@lolsup.com" + }, + "record": { + "CNAME": "lolsup.com", + "URL": "https://aaron.is-a.dev" + } +} From 075824a52bf1426cc424acc9b9c96c737df6e557 Mon Sep 17 00:00:00 2001 From: Michael Mano Date: Thu, 8 Oct 2020 09:24:33 +1000 Subject: [PATCH 3/4] Add my json --- domains/michael.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/michael.json diff --git a/domains/michael.json b/domains/michael.json new file mode 100644 index 000000000..8e827e0ed --- /dev/null +++ b/domains/michael.json @@ -0,0 +1,13 @@ +{ + "description": "Michael's portfolio website and blog", + "repo": "https://github.com/michaelmano/michaelmano.github.io", + "owner": { + "username": "michaelmano", + "email": "michael.mano26@gmail.com" + }, + "record": { + "CNAME": "michaelmano.github.io", + "URL": "https://michael.is-a.dev" + } + } + \ No newline at end of file From 18c63c2558318ef6edcbe729daa75b1062e6ebb8 Mon Sep 17 00:00:00 2001 From: Tom Mitchelmore Date: Thu, 8 Oct 2020 00:31:41 +0100 Subject: [PATCH 4/4] Create tom.json --- domains/tom.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tom.json diff --git a/domains/tom.json b/domains/tom.json new file mode 100644 index 000000000..f97d865bb --- /dev/null +++ b/domains/tom.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tommitchelmore", + "email": "tommitchelmore@outlook.com" + }, + "repo": "https://github.com/tommitchelmore", + "record": { + "URL": "https://github.com/tommitchelmore" + } +}