From bb4626713c3edb8ce81fbb396fb61625ce22e8e1 Mon Sep 17 00:00:00 2001 From: Sly Date: Thu, 1 Aug 2024 01:49:22 +0100 Subject: [PATCH] Create sly.json --- domains/sly.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sly.json diff --git a/domains/sly.json b/domains/sly.json new file mode 100644 index 000000000..c5d5aac16 --- /dev/null +++ b/domains/sly.json @@ -0,0 +1,11 @@ +{ + "description": "Domain name for my personal portfolio website", + "repo": "https://github.com/SlyBouhafs/sly.github.io", + "owner": { + "username": "SlyBouhafs", + "email": "khmedj+github@gmail.com", + }, + "record": { + "CNAME": "sly.github.io" + } +}