From 3432d86fa2f73e1db2025c615b5e1d0bd8ad454c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C3=ADas?= <87881324+EliasKernel@users.noreply.github.com> Date: Wed, 6 Apr 2022 20:19:11 +0200 Subject: [PATCH] Create elias.json --- domains/elias.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/elias.json diff --git a/domains/elias.json b/domains/elias.json new file mode 100644 index 000000000..60f56f91a --- /dev/null +++ b/domains/elias.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website, im learning web dev!", + "repo": "https://github.com/EliasKernel/EliasKernel.github.io", + "owner": { + "username": "eliaskernel", + "email": "eliaskernel@protonmail.com", + "twitter": "eliaskernel" + }, + "record": { + "CNAME": "eliaskernel.github.io" + } +}