From 40bd56a53c275c40497a8ea45770a463b01353ae Mon Sep 17 00:00:00 2001 From: Cloudy <67684302+cloudysleet@users.noreply.github.com> Date: Thu, 29 Jul 2021 19:29:33 +0500 Subject: [PATCH 1/2] Create cloudy.json --- domains/cloudy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cloudy.json diff --git a/domains/cloudy.json b/domains/cloudy.json new file mode 100644 index 000000000..6e33840dd --- /dev/null +++ b/domains/cloudy.json @@ -0,0 +1,12 @@ +{ + "description": "Cloudy's Site", + "repo": "https://github.com/cloudysleet/cloudysleet.github.io/", + "owner": { + "username": "Cloudysleet", + "email": "cloudzareonsky@gmail.com", + "twitter": "@cloudysleet" + }, + "record": { + "CNAME": "https://cloudysleet.github.io/" + } +} From d6f910e0170df534e2675ef14636d77d1cd01c81 Mon Sep 17 00:00:00 2001 From: Jay Jackson Date: Thu, 29 Jul 2021 11:44:14 -0400 Subject: [PATCH 2/2] Update cloudy.json --- domains/cloudy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cloudy.json b/domains/cloudy.json index 6e33840dd..1ef1c1033 100644 --- a/domains/cloudy.json +++ b/domains/cloudy.json @@ -7,6 +7,6 @@ "twitter": "@cloudysleet" }, "record": { - "CNAME": "https://cloudysleet.github.io/" + "CNAME": "cloudysleet.github.io" } }