From b1f8cb5833e57ed29f6a2d5d99d01567ae83db93 Mon Sep 17 00:00:00 2001 From: Xen <70523287+xenmods@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:53:56 +0530 Subject: [PATCH] Create xen.json --- domains/xen.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xen.json diff --git a/domains/xen.json b/domains/xen.json new file mode 100644 index 000000000..2e6040a49 --- /dev/null +++ b/domains/xen.json @@ -0,0 +1,12 @@ +{ + "description": "Website for my projects", + "repo": "https://github.com/xenmods/xenmods.github.io", + "owner": { + "username": "xenmods", + "email": "ilumomin04@gmail.com", + "twitter": "momin_ilf" + }, + "record": { + "CNAME": "xenmods.github.io" + } +}