From f0d87c0136dd122b343e75aaaf36820ee15e1c46 Mon Sep 17 00:00:00 2001 From: Ivo Lima Silva Date: Wed, 7 Oct 2020 20:26:21 +0100 Subject: [PATCH 1/4] Add ivolimasilva's domain --- domains/ivolimasilva.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ivolimasilva.json diff --git a/domains/ivolimasilva.json b/domains/ivolimasilva.json new file mode 100644 index 000000000..edf16bcfd --- /dev/null +++ b/domains/ivolimasilva.json @@ -0,0 +1,12 @@ +{ + "description": "Ivo Lima Silva's personal website", + "repo": "https://github.com/ivolimasilva/ivolimasilva.github.io", + "owner": { + "username": "ivolimasilva", + "email": "ivolimasilva@outlook.com" + }, + "record": { + "CNAME": "ivolimasilva.xyz", + "URL": "https://ivolimasilva.is-a.dev" + } +} From 3acf09cf2150ab1a215c5941a49e09972a662079 Mon Sep 17 00:00:00 2001 From: tmccarthyj <56448866+tmccarthyj@users.noreply.github.com> Date: Wed, 7 Oct 2020 12:26:56 -0700 Subject: [PATCH 2/4] Adding my url! --- domains/tyler.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tyler.json diff --git a/domains/tyler.json b/domains/tyler.json new file mode 100644 index 000000000..804841038 --- /dev/null +++ b/domains/tyler.json @@ -0,0 +1,12 @@ +{ + "description": "Tyler McCarthy is a Developer!", + "repo": "https://github.com/tmccarthyj", + "owner": { + "username": "tmccarthyj", + "email": "tyler@tjm.dev" + }, + "record": { + "CNAME": "tjm.dev", + "URL": "https://tyler.is-a.dev" + } +} \ No newline at end of file From b1678374238169d92c8c33b912d9418a083d0319 Mon Sep 17 00:00:00 2001 From: Tuan Phong Nguyen Date: Wed, 7 Oct 2020 15:55:00 -0400 Subject: [PATCH 3/4] added andrew to domains --- domains/andrew.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/andrew.json diff --git a/domains/andrew.json b/domains/andrew.json new file mode 100644 index 000000000..ea141e4ae --- /dev/null +++ b/domains/andrew.json @@ -0,0 +1,12 @@ +{ + "description": "Andrew Nguyen's portfolio", + "repo": "https://github.com/andrewnt219/andrewnt219.github.io", + "owner": { + "username": "andrewnt219", + "email": "hey@andrewnt.dev" + }, + "record": { + "CNAME": "andrewnt219.github.io", + "URL": "https://andrew.is-a.dev" + } +} From f40dea18caa8ff6767da18947b5e98fa17b2492f Mon Sep 17 00:00:00 2001 From: Josh Miltz Date: Wed, 7 Oct 2020 22:07:33 +0200 Subject: [PATCH 4/4] Create josh.json --- domains/josh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/josh.json diff --git a/domains/josh.json b/domains/josh.json new file mode 100644 index 000000000..8627871fb --- /dev/null +++ b/domains/josh.json @@ -0,0 +1,12 @@ +{ + "description": "Josh's personal developer website", + "repo": "https://github.com/miltzi", + "owner": { + "username": "miltzi", + "email": "josh@miltz.co.za" + }, + "record": { + "CNAME": "joshisadev.miltz.co.za", + "URL": "https://josh.is-a.dev" + } +}