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/3] 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 b1678374238169d92c8c33b912d9418a083d0319 Mon Sep 17 00:00:00 2001 From: Tuan Phong Nguyen Date: Wed, 7 Oct 2020 15:55:00 -0400 Subject: [PATCH 2/3] 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 3/3] 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" + } +}