From e98d593e88ca792b7a69b05dcbac1f97de8f38d7 Mon Sep 17 00:00:00 2001 From: Raymond Wynn <115492973+cyanraze@users.noreply.github.com> Date: Fri, 11 Nov 2022 18:18:33 +0300 Subject: [PATCH] Create cyan.json --- domains/cyan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cyan.json diff --git a/domains/cyan.json b/domains/cyan.json new file mode 100644 index 000000000..ecc119879 --- /dev/null +++ b/domains/cyan.json @@ -0,0 +1,11 @@ +{ + "description": "Just a personal website", + "repo": "https://github.com/cyanraze/cyanraze", + "owner": { + "username": "cyanraze", + "email": "239@duck.com" + }, + "record": { + "CNAME": "cyanraze.github.io" + } +}