From d8b9e9adc3af1bd600793779e1f691a68de14272 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Wed, 5 Mar 2025 00:14:09 +0100 Subject: [PATCH 1/3] Create florent.json --- domains/florent.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/florent.json diff --git a/domains/florent.json b/domains/florent.json new file mode 100644 index 000000000..61ba01769 --- /dev/null +++ b/domains/florent.json @@ -0,0 +1,18 @@ +{ + "repo": "https://github.com/flobsx", + "owner": { + "username": "florent", + "email": "flo@bsx.pm" + }, + "record": { + "CNAME": "flobsx.github.io" + }, + "proxied": true, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/flobsx", + "/linkedin": "https://www.linkedin.com/in/florent-bissiriex/" + }, + "redirect_paths": true + } +} From 4cafe5e6cd83bae4b5c8c845963d2e9d4f7094b6 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:18:10 +0100 Subject: [PATCH 2/3] Fix username to match github account Co-authored-by: 21Z <21z95@proton.me> --- domains/florent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/florent.json b/domains/florent.json index 61ba01769..1b5f712b4 100644 --- a/domains/florent.json +++ b/domains/florent.json @@ -1,7 +1,7 @@ { "repo": "https://github.com/flobsx", "owner": { - "username": "florent", + "username": "flobsx", "email": "flo@bsx.pm" }, "record": { From f6f17fc897af7e962c81d20c2908956deebc508c Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Wed, 5 Mar 2025 08:21:52 +0000 Subject: [PATCH 3/3] Fix: remove redirection not possible with cname --- domains/florent.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/domains/florent.json b/domains/florent.json index 1b5f712b4..60009a9bd 100644 --- a/domains/florent.json +++ b/domains/florent.json @@ -7,12 +7,5 @@ "record": { "CNAME": "flobsx.github.io" }, - "proxied": true, - "redirect_config": { - "custom_paths": { - "/github": "https://github.com/flobsx", - "/linkedin": "https://www.linkedin.com/in/florent-bissiriex/" - }, - "redirect_paths": true - } -} + "proxied": true +} \ No newline at end of file