From 4dcf3f3c1c302ef3c8aa4793886fc817953b6c05 Mon Sep 17 00:00:00 2001 From: Blue <60958064+B1ue-Dev@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:53:02 +0700 Subject: [PATCH] feat: Create blue.json --- domains/blue.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/blue.json diff --git a/domains/blue.json b/domains/blue.json new file mode 100644 index 000000000..30f1c7a0b --- /dev/null +++ b/domains/blue.json @@ -0,0 +1,12 @@ +{ + "description": "My personal site, for introducing myself.", + "repo": "https://github.com/b1ue-dev/b1ue-dev.github.io", + "owner": { + "username": "B1ue-Dev", + "email": "b1uedev@outlook.com", + "twitter": "b1uedev" + }, + "record": { + "CNAME": "b1ue-dev.github.io" + } +}