From 5346747e7f2bbd40a9fa610df6f5d5206f20ffd2 Mon Sep 17 00:00:00 2001 From: LlamaLad7 Date: Tue, 12 Jan 2021 16:33:57 +0000 Subject: [PATCH 1/4] Create llama.json --- domains/llama.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/llama.json diff --git a/domains/llama.json b/domains/llama.json new file mode 100644 index 000000000..0b8f8a191 --- /dev/null +++ b/domains/llama.json @@ -0,0 +1,10 @@ +{ + "description": "LlamaLad7's personal website", + "owner": { + "username": "LlamaLad7", + "email": "l3gomindstorms@gmail.com" + }, + "record": { + "URL": "https://llamalad7.github.io/website/" + } +} From b60697b4bc856cd97ab132003e67229418a3457c Mon Sep 17 00:00:00 2001 From: LlamaLad7 Date: Tue, 12 Jan 2021 19:18:35 +0000 Subject: [PATCH 2/4] Update llama.json --- domains/llama.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/llama.json b/domains/llama.json index 0b8f8a191..417437b1d 100644 --- a/domains/llama.json +++ b/domains/llama.json @@ -1,10 +1,11 @@ { "description": "LlamaLad7's personal website", + "repo": "https://github.com/LlamaLad7/llamalad7.github.io", "owner": { "username": "LlamaLad7", "email": "l3gomindstorms@gmail.com" }, "record": { - "URL": "https://llamalad7.github.io/website/" + "CNAME": "llamalad7.github.io" } } From 173ae2777f0db9f13d927d4c34b8186a4a2cf2aa Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:38:18 +0800 Subject: [PATCH 3/4] Create who --- domains/who | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/who diff --git a/domains/who b/domains/who new file mode 100644 index 000000000..52c7e7f39 --- /dev/null +++ b/domains/who @@ -0,0 +1,11 @@ +{ + "description": "references for my npm packages", + "repo": "https://github.com/teamjoelee", + "owner": { + "username": "teamjoelee", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "hosting.gitbook.io" + } +} From 0e601ca1673a1d2bfbfe51d937c76538038d599d Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:40:25 +0800 Subject: [PATCH 4/4] Rename who to who.json --- domains/{who => who.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{who => who.json} (100%) diff --git a/domains/who b/domains/who.json similarity index 100% rename from domains/who rename to domains/who.json