From 1b8c540a221e120bdba379c06e7f5654aec5e1fe Mon Sep 17 00:00:00 2001 From: YummyOreo Date: Thu, 16 Dec 2021 07:56:06 -0600 Subject: [PATCH 1/2] Create oreo.json --- domains/oreo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/oreo.json diff --git a/domains/oreo.json b/domains/oreo.json new file mode 100644 index 000000000..bddb9f736 --- /dev/null +++ b/domains/oreo.json @@ -0,0 +1,12 @@ +{ + "description": "A website for YummyOreo", + "repo": "https://github.com/YummyOreo/my-site", + "owner": { + "username": "YummyOreo", + "email": "bobgim20@gmail.com", + "twitter": "YummyOreo3" + }, + "record": { + "CNAME": "yummyoreo.github.io/my-site/" + } +} From bd802b7289f2f9a62f0455446f0ab7e2345f6091 Mon Sep 17 00:00:00 2001 From: YummyOreo Date: Thu, 16 Dec 2021 08:05:14 -0600 Subject: [PATCH 2/2] Update oreo.json --- domains/oreo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/oreo.json b/domains/oreo.json index bddb9f736..ae229d19c 100644 --- a/domains/oreo.json +++ b/domains/oreo.json @@ -1,12 +1,12 @@ { "description": "A website for YummyOreo", - "repo": "https://github.com/YummyOreo/my-site", + "repo": "https://github.com/YummyOreo/yummyoreo.github.io", "owner": { "username": "YummyOreo", "email": "bobgim20@gmail.com", "twitter": "YummyOreo3" }, "record": { - "CNAME": "yummyoreo.github.io/my-site/" + "CNAME": "yummyoreo.github.io" } }