From 9fc9bb7d1b167e418d578b9b0b8d2f4c27d25435 Mon Sep 17 00:00:00 2001 From: STC1702 <73183412+congltk1234@users.noreply.github.com> Date: Wed, 19 Mar 2025 14:52:55 +0700 Subject: [PATCH 1/5] Create stkong.json --- domains/stkong.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/stkong.json diff --git a/domains/stkong.json b/domains/stkong.json new file mode 100644 index 000000000..c5b1cde5b --- /dev/null +++ b/domains/stkong.json @@ -0,0 +1,10 @@ +{ + "description": "This website is a link to my personal blog.", + "repo": "https://github.com/congltk1234/congltk1234.github.io", + "owner": { + "username": "congltk1234" + }, + "record": { + "CNAME": "congltk1234.github.io" + } +} From 2acab502d9c54f78810c4acc4d9d9cd9af29cb71 Mon Sep 17 00:00:00 2001 From: STC1702 <73183412+congltk1234@users.noreply.github.com> Date: Thu, 20 Mar 2025 00:39:11 +0700 Subject: [PATCH 2/5] Update stkong.json --- domains/stkong.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/stkong.json b/domains/stkong.json index c5b1cde5b..18bf551c7 100644 --- a/domains/stkong.json +++ b/domains/stkong.json @@ -2,8 +2,12 @@ "description": "This website is a link to my personal blog.", "repo": "https://github.com/congltk1234/congltk1234.github.io", "owner": { - "username": "congltk1234" + "username": "congltk1234", + "email": "suwuanxan@gmail.com", }, + "redirect_config": { + "custom_paths": { + "/linkedin": "https://www.linkedin.com/in/suthanhcong", "record": { "CNAME": "congltk1234.github.io" } From d9b572a1fa3a4be5576cf58596addb5e9adb8fd4 Mon Sep 17 00:00:00 2001 From: STC1702 <73183412+congltk1234@users.noreply.github.com> Date: Thu, 20 Mar 2025 00:44:21 +0700 Subject: [PATCH 3/5] Update stkong.json --- domains/stkong.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/stkong.json b/domains/stkong.json index 18bf551c7..c5b2a6052 100644 --- a/domains/stkong.json +++ b/domains/stkong.json @@ -7,7 +7,9 @@ }, "redirect_config": { "custom_paths": { - "/linkedin": "https://www.linkedin.com/in/suthanhcong", + "/linkedin": "https://www.linkedin.com/in/suthanhcong" + } + }, "record": { "CNAME": "congltk1234.github.io" } From dbe75285f470ede6d5108f3546b785c7975f5922 Mon Sep 17 00:00:00 2001 From: STC1702 <73183412+congltk1234@users.noreply.github.com> Date: Thu, 20 Mar 2025 00:46:36 +0700 Subject: [PATCH 4/5] Update stkong.json --- domains/stkong.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/domains/stkong.json b/domains/stkong.json index c5b2a6052..96877894c 100644 --- a/domains/stkong.json +++ b/domains/stkong.json @@ -4,13 +4,15 @@ "owner": { "username": "congltk1234", "email": "suwuanxan@gmail.com", - }, - "redirect_config": { - "custom_paths": { - "/linkedin": "https://www.linkedin.com/in/suthanhcong" - } + "linkedin": "https://www.linkedin.com/in/suthanhcong", }, "record": { "CNAME": "congltk1234.github.io" + }, + "redirect_config": { + "custom_paths": { + "/linkedin": "https://www.linkedin.com/in/suthanhcong", + }, + "redirect_paths": true } } From 5e8f1e7f482bbda3012bfa26c0edc0212526188a Mon Sep 17 00:00:00 2001 From: STC1702 <73183412+congltk1234@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:18:08 +0700 Subject: [PATCH 5/5] Update stkong.json --- domains/stkong.json | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/domains/stkong.json b/domains/stkong.json index 96877894c..8727f9102 100644 --- a/domains/stkong.json +++ b/domains/stkong.json @@ -1,18 +1,12 @@ { - "description": "This website is a link to my personal blog.", - "repo": "https://github.com/congltk1234/congltk1234.github.io", - "owner": { - "username": "congltk1234", - "email": "suwuanxan@gmail.com", - "linkedin": "https://www.linkedin.com/in/suthanhcong", - }, - "record": { - "CNAME": "congltk1234.github.io" - }, - "redirect_config": { - "custom_paths": { - "/linkedin": "https://www.linkedin.com/in/suthanhcong", + "description": "hosting personal / portfolio website for myself. Also this website is a link to my personal blog.", + "repo": "https://github.com/congltk1234/congltk1234.github.io", + "owner": { + "username": "congltk1234", + "email": "suwuanxan@gmail.com", + "linkedin": "https://www.linkedin.com/in/suthanhcong" }, - "redirect_paths": true - } + "record": { + "CNAME": "congltk1234.github.io" + } }