From 7459bdaca9a8eb9fc0ac3901ab22815ce8027dbc Mon Sep 17 00:00:00 2001 From: Zylo Date: Mon, 29 Apr 2024 12:11:33 +0700 Subject: [PATCH] feat(domains): add domain configuration for Zylo - Added zylo.json with owner information, including username, email, and description. - Configured URL record pointing to https://zylo.netlify.app/. - Included repository link to https://github.com/Zylo23/personal-website. --- domains/zylo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zylo.json diff --git a/domains/zylo.json b/domains/zylo.json new file mode 100644 index 000000000..93a6704c4 --- /dev/null +++ b/domains/zylo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Zylo23", + "email": "pyyupsk@proton.me" + }, + "description": "👋 Hello! I'm Zylo, a passionate developer with expertise in efficient web solutions. Explore my portfolio and contact me on GitHub.", + "repo": "https://github.com/Zylo23/personal-website", + "record": { + "URL": "https://zylo.netlify.app/" + } +} \ No newline at end of file