From 44b23e31596c819f466e4a23ba9f8639c7462975 Mon Sep 17 00:00:00 2001 From: Wolf Yuan Date: Sun, 20 Apr 2025 22:14:43 +0800 Subject: [PATCH 1/5] feat: add wolf subdomain --- domains/wolf.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wolf.json diff --git a/domains/wolf.json b/domains/wolf.json new file mode 100644 index 000000000..2fd4d68d4 --- /dev/null +++ b/domains/wolf.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wolf-yuan-6115", + "email": "me@wolf-yuan.dev" + }, + "record": { + "URL": "https://wolf-yuan.dev/" + } +} From 3f95b73d8adaf5f5b0adc868f6a0ca15e33ad0c6 Mon Sep 17 00:00:00 2001 From: - HARYs - <174037813+harys722@users.noreply.github.com> Date: Sun, 20 Apr 2025 21:56:14 +0500 Subject: [PATCH 2/5] Create harys.json I'm using Netlify to get this subdomain. --- domains/harys.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/harys.json diff --git a/domains/harys.json b/domains/harys.json new file mode 100644 index 000000000..45437ecf5 --- /dev/null +++ b/domains/harys.json @@ -0,0 +1,11 @@ +{ + "description": "For my personal site.", + "repo": "https://github.com/harys722/harys.is-a.dev", + "owner": { + "username": "harys722", + "discord": "1203357768610746385" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 6056aae41ec194ca64b2dac0aa8926623390b9ed Mon Sep 17 00:00:00 2001 From: Rex Date: Mon, 21 Apr 2025 01:03:52 +0200 Subject: [PATCH 3/5] added a subdomain file by @ash2vee --- domains/ash2vee.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ash2vee.json diff --git a/domains/ash2vee.json b/domains/ash2vee.json new file mode 100644 index 000000000..26233d9c6 --- /dev/null +++ b/domains/ash2vee.json @@ -0,0 +1,11 @@ +{ + "description": "Im gonna use this website for my portfolio", + "repo": "https://github.com/ash2vee/ash2vee.github.io", + "owner": { + "username": "ash2vee", + "email": "ash2vee@outlook.com" + }, + "record": { + "CNAME": "ash2vee.github.io" + } +} From 088087ef73bd222508e0d7ee88cfa3e80b6dd608 Mon Sep 17 00:00:00 2001 From: Rex Date: Mon, 21 Apr 2025 01:05:31 +0200 Subject: [PATCH 4/5] created _github-pages-challenge-ash2vee.ash2vee.json by @ash2vee --- domains/_github-pages-challenge-ash2vee.ash2vee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-ash2vee.ash2vee.json diff --git a/domains/_github-pages-challenge-ash2vee.ash2vee.json b/domains/_github-pages-challenge-ash2vee.ash2vee.json new file mode 100644 index 000000000..a8114fc91 --- /dev/null +++ b/domains/_github-pages-challenge-ash2vee.ash2vee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ash2vee", + "email": "ash2vee@outlook.com" + }, + "record": { + "TXT": "7cb2d91bbed584ec2cf12c007695ea" + } +} From 468d6f22ace2047f056bf23dc4f8ce3facc2caf6 Mon Sep 17 00:00:00 2001 From: - HARYs - <174037813+harys722@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:54:32 +0500 Subject: [PATCH 5/5] Register harys.json --- domains/harys.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/harys.json b/domains/harys.json index 45437ecf5..268a000fc 100644 --- a/domains/harys.json +++ b/domains/harys.json @@ -1,11 +1,11 @@ { - "description": "For my personal site.", - "repo": "https://github.com/harys722/harys.is-a.dev", + "description": "For my personal showcase website.", + "repo": "https://github.com/harys722/harys722.github.io", "owner": { "username": "harys722", "discord": "1203357768610746385" }, "record": { - "A": ["75.2.60.5"] + "CNAME": "harys722.github.io" } }