From 9b063028e82bacb3cd03bc85a5b57496ccc90f59 Mon Sep 17 00:00:00 2001 From: Michael Robbins Date: Thu, 8 Oct 2020 05:49:29 -0700 Subject: [PATCH 1/2] Add mike.json --- domains/mike.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mike.json diff --git a/domains/mike.json b/domains/mike.json new file mode 100644 index 000000000..7feea0794 --- /dev/null +++ b/domains/mike.json @@ -0,0 +1,12 @@ +{ + "description": "Mike's portfolio website and blog", + "repo": "https://github.com/mdrobbins", + "owner": { + "username": "mdrobbins", + "email": "mikedrobbins@gmail.com" + }, + "record": { + "URL": "https://mikerobbins.me" + } + } + \ No newline at end of file From 859798b0f47a21d9698c94c5f17961d28232282a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B4=95=E0=B5=8B=E0=B4=A1=E0=B5=8D=20=E0=B4=A4=E0=B5=8B?= =?UTF-8?q?=E0=B4=AE=E0=B4=BE?= <72553710+codethoma@users.noreply.github.com> Date: Thu, 8 Oct 2020 19:27:47 +0530 Subject: [PATCH 2/2] thundergod's domain --- domains/mrthundergod.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mrthundergod.json diff --git a/domains/mrthundergod.json b/domains/mrthundergod.json new file mode 100644 index 000000000..a7d5f9b20 --- /dev/null +++ b/domains/mrthundergod.json @@ -0,0 +1,12 @@ +{ + "description": "The ThunderDome", + "repo": "https://github.com/mrthundergod/", + "owner": { + "username": "mrthundergod", + "email": "mrthundergod@gmail.com" + }, + "record": { + "CNAME": "mrthundergod.github.io", + "URL": "https://mrthundergod.is-a.dev" + } +}