From 1b8c540a221e120bdba379c06e7f5654aec5e1fe Mon Sep 17 00:00:00 2001 From: YummyOreo Date: Thu, 16 Dec 2021 07:56:06 -0600 Subject: [PATCH] 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/" + } +}