From 14633aeae61e3a9a2c9dd7ce37cd5425c59ba8a7 Mon Sep 17 00:00:00 2001 From: Nebula Date: Sat, 13 Feb 2021 20:48:48 -0500 Subject: [PATCH] Create nebula.json --- domains/nebula.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nebula.json diff --git a/domains/nebula.json b/domains/nebula.json new file mode 100644 index 000000000..3cf4c2b94 --- /dev/null +++ b/domains/nebula.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/itsnebulalol/nebulayt.xyz", + "owner": { + "username": "itsnebulalol", + "email": "computerman1229@gmail.com" + }, + "record": { + "CNAME": "itsnebulalol.github.io" + } +}