From 40b64d02bdce50242f6c9959793387e2960e8822 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Sun, 20 Oct 2024 22:42:09 +0800 Subject: [PATCH] Create bill.json --- domains/bill.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/bill.json diff --git a/domains/bill.json b/domains/bill.json new file mode 100644 index 000000000..75c22eb90 --- /dev/null +++ b/domains/bill.json @@ -0,0 +1,12 @@ +{ + "description": "Bill's blog site.", + "repo": "https://github.com/CMBill/CMBill.github.io", + "owner": { + "username": "CMBill", + "email": "callmebill@billw.cn", + "twitter": "BillWen14" + }, + "record": { + "CNAME": "CMBill.github.io" + } +}