From 4953a33df4b9b4af0b668a350c68eac9206462ac Mon Sep 17 00:00:00 2001 From: hkc Date: Fri, 16 Oct 2020 14:00:28 +0300 Subject: [PATCH 1/2] Added hatkidchan.github.io --- domains/hatkidchan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hatkidchan.json diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json new file mode 100644 index 000000000..2175733c5 --- /dev/null +++ b/domains/hatkidchan.json @@ -0,0 +1,11 @@ +{ + "description": "Subdomain of Hat Kid!", + "repo": "https://github.com/hatkidchan/", + "owner": { + "username": "hatkidchan", + "email": "hatkidchan@gmail.com" + }, + "record": { + "CNAME": "hatkidchan.github.io" + } +} From 45d73f382f0eea5300dea34ff44a262d6e41937b Mon Sep 17 00:00:00 2001 From: hkc Date: Fri, 16 Oct 2020 14:02:14 +0300 Subject: [PATCH 2/2] Fixed repo in hatkidchan.github.io --- domains/hatkidchan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json index 2175733c5..a1dc26eea 100644 --- a/domains/hatkidchan.json +++ b/domains/hatkidchan.json @@ -1,6 +1,6 @@ { "description": "Subdomain of Hat Kid!", - "repo": "https://github.com/hatkidchan/", + "repo": "https://github.com/hatkidchan/hatkidchan.github.io", "owner": { "username": "hatkidchan", "email": "hatkidchan@gmail.com"