From f0d12239896c7627ca077f89eff41db211bc93c1 Mon Sep 17 00:00:00 2001 From: maxyeh0817 <55946517+maxyeh0817@users.noreply.github.com> Date: Fri, 25 Apr 2025 23:03:28 +0800 Subject: [PATCH 1/3] Add files via upload --- domains/MarketingEdition.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 domains/MarketingEdition.json diff --git a/domains/MarketingEdition.json b/domains/MarketingEdition.json new file mode 100644 index 000000000..e69de29bb From abfae18d00728a1f01c86e6a40d5ee921a4431e7 Mon Sep 17 00:00:00 2001 From: maxyeh0817 <55946517+maxyeh0817@users.noreply.github.com> Date: Fri, 25 Apr 2025 23:06:37 +0800 Subject: [PATCH 2/3] Rename MarketingEdition.json to edition.json --- domains/MarketingEdition.json | 0 domains/edition.json | 1 + 2 files changed, 1 insertion(+) delete mode 100644 domains/MarketingEdition.json create mode 100644 domains/edition.json diff --git a/domains/MarketingEdition.json b/domains/MarketingEdition.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/domains/edition.json b/domains/edition.json new file mode 100644 index 000000000..d3f5a12fa --- /dev/null +++ b/domains/edition.json @@ -0,0 +1 @@ + From 5ac87195473a10b6fefd509f3ec99bad66bfe736 Mon Sep 17 00:00:00 2001 From: maxyeh0817 <55946517+maxyeh0817@users.noreply.github.com> Date: Fri, 25 Apr 2025 23:38:26 +0800 Subject: [PATCH 3/3] Update edition.json --- domains/edition.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/edition.json b/domains/edition.json index d3f5a12fa..5b9cda660 100644 --- a/domains/edition.json +++ b/domains/edition.json @@ -1 +1,11 @@ - +{ + "description": "Website to introduce the project I have made", + "repo": "https://github.com/maxyeh0817/Edition", + "owner": { + "username": "maxyeh0817", + "email": "maxyeh0817@gmail.com" + }, + "records": { + "CNAME": "maxyeh0817.github.io" + } +}