From 2500d0768b6ff09833e63e327afe020b5a856a3f Mon Sep 17 00:00:00 2001 From: DF Date: Mon, 3 Feb 2025 00:59:59 +0800 Subject: [PATCH 1/3] Create df.json add my subdomain information --- domains/df.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/df.json diff --git a/domains/df.json b/domains/df.json new file mode 100644 index 000000000..276e19532 --- /dev/null +++ b/domains/df.json @@ -0,0 +1,12 @@ +{ + "description": "df's Dev Website", + "repo": "https://github.com/DF-wu", + "owner": { + "username": "DF-wu", + "linkedin": "https://www.linkedin.com/in/chufei-wu-b33990164/", + "email": "df@dfder.tw" + }, + "record": { + "CNAME": "df-wu.github.io" + } +} From 4f0d987a074db7519b823fcbd38acb4c3dc1c8c9 Mon Sep 17 00:00:00 2001 From: DF Date: Mon, 3 Feb 2025 13:49:36 +0800 Subject: [PATCH 2/3] fix: correct the RECORDCONTENT with a valid url. --- domains/df.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/df.json b/domains/df.json index 276e19532..9dcce7b5e 100644 --- a/domains/df.json +++ b/domains/df.json @@ -7,6 +7,6 @@ "email": "df@dfder.tw" }, "record": { - "CNAME": "df-wu.github.io" + "CNAME": "profile.dfder.tw" } } From ffc36c737dfc7b5f5029697c1abbf692fb6f6e9d Mon Sep 17 00:00:00 2001 From: DF Date: Mon, 3 Feb 2025 14:04:46 +0800 Subject: [PATCH 3/3] Update domains/df.json the original link is ok after I submit my profile link. Co-authored-by: 21Z <21z95@proton.me> --- domains/df.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/df.json b/domains/df.json index 9dcce7b5e..276e19532 100644 --- a/domains/df.json +++ b/domains/df.json @@ -7,6 +7,6 @@ "email": "df@dfder.tw" }, "record": { - "CNAME": "profile.dfder.tw" + "CNAME": "df-wu.github.io" } }