From 1a53ea5328b82927e842ba7fa32aba479a03d427 Mon Sep 17 00:00:00 2001 From: Kars <114680621+lean-cc@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:00:40 +0200 Subject: [PATCH] Create kars.json --- domains/kars.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kars.json diff --git a/domains/kars.json b/domains/kars.json new file mode 100644 index 000000000..34990b408 --- /dev/null +++ b/domains/kars.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website.", + "repo": "https://github.com/lean-cc/lean-cc.github.io", + "owner": { + "username": "lean-cc", + "email": "leancc3020@gmail.com" + }, + "record": { + "CNAME": "lean-cc.github.io" + } +}