From 2e84259f978eacbd6114cbbb19e64e6797497335 Mon Sep 17 00:00:00 2001 From: xuchao Date: Mon, 25 Jul 2022 23:04:02 +0800 Subject: [PATCH] Update and rename yanggui.json to yang.json --- domains/yang.json | 12 ++++++++++++ domains/yanggui.json | 8 -------- 2 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 domains/yang.json delete mode 100644 domains/yanggui.json diff --git a/domains/yang.json b/domains/yang.json new file mode 100644 index 000000000..084c11290 --- /dev/null +++ b/domains/yang.json @@ -0,0 +1,12 @@ + +{ + "description": "one personal blog", + "repo": "https://github.com/xuchao996/xuchao996.github.io", + "owner": { + "username": "xuchao996", + "email": "chao.xu996@gmail.com" + }, + "record": { + "CNAME": "xuchao996.github.io" + } +} diff --git a/domains/yanggui.json b/domains/yanggui.json deleted file mode 100644 index bfbc4abdd..000000000 --- a/domains/yanggui.json +++ /dev/null @@ -1,8 +0,0 @@ - -{ - "description": "Describe the use of this subdomain", - "repo": "https://github.com/xuchao996", - "record": { - "URL": "https://yanggui.is-a-good.dev" - } -}