From 7f2985a0c363448b9c783bfde25a5390eb2dfdb9 Mon Sep 17 00:00:00 2001 From: kldcs <91740305+kldcs@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:49:19 +0800 Subject: [PATCH] Create hello.json --- domains/hello.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hello.json diff --git a/domains/hello.json b/domains/hello.json new file mode 100644 index 000000000..548931a00 --- /dev/null +++ b/domains/hello.json @@ -0,0 +1,11 @@ +{ + "description": "personal website", + "repo": "https://github.com/kldcs/kldcs", + "owner": { + "username": "kldcs", + "email": "kldcsces@outlook.com" + }, + "record": { + "CNAME": "7d4f526a-194d-4047-bb0e-93af7aa4a16d.id.repl.co" + } +}