From 5d0e4fa9117f05b84892cb8493816d9106fb30db Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 11 Nov 2023 14:48:34 +0100 Subject: [PATCH] switch to ducamps.eu --- config.yaml | 4 ++-- data/en/author.yaml | 2 +- data/en/sections/about.yaml | 4 ++-- data/en/site.yaml | 8 ++++---- data/fr/author.yaml | 2 +- data/fr/sections/about.yaml | 4 ++-- data/fr/site.yaml | 8 ++++---- go.mod | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/config.yaml b/config.yaml index c21b439..bd637e2 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ --- -baseURL: "https://www.ducamps.win/welcome" +baseURL: "https://www.ducamps.eu/welcome" defaultContentLanguage: fr enableEmoji: true languageCode: "fr-FR" @@ -39,7 +39,7 @@ params: darkreader: defaultColorScheme: system - gitRepo: https://git.ducamps.win/vincent/welcome + gitRepo: https://git.ducamps.eu/vincent/welcome logo: favicon: /images/logo-inverted.png inverted: /images/logo-inverted.png diff --git a/data/en/author.yaml b/data/en/author.yaml index 60e390c..11417a9 100644 --- a/data/en/author.yaml +++ b/data/en/author.yaml @@ -8,7 +8,7 @@ greeting: "Hi, I am" image: "images/author/vincent.png" # give your some contact information. they will be used in the footer contactInfo: - email: "vincent@ducamps.win" + email: "vincent@ducamps.eu" phone: # some summary about what you do diff --git a/data/en/sections/about.yaml b/data/en/sections/about.yaml index a356d3b..3fdbefc 100644 --- a/data/en/sections/about.yaml +++ b/data/en/sections/about.yaml @@ -28,7 +28,7 @@ I contribute in my spare time to some open source software." socialLinks: - name: mail icon: "fas fa-envelope" - url: "mailto:vincent@ducamps.win" + url: "mailto:vincent@ducamps.eu" - name: Github icon: "fab fa-github" url: "https://github.com/vincentDcmps" @@ -37,7 +37,7 @@ socialLinks: url: "https://www.linkedin.com/in/vincentducamps/" - name: gitea icon: "fab fa-git-square" - url: "https://git.ducamps.win/explore/repos" + url: "https://git.ducamps.eu/explore/repos" # your soft skills # give the percentage between 50 to 100 with 5 intervals. # currently supported colors: blue, yellow, pink, green, sky, orange diff --git a/data/en/site.yaml b/data/en/site.yaml index 1bfc9ab..a888bf7 100644 --- a/data/en/site.yaml +++ b/data/en/site.yaml @@ -8,10 +8,10 @@ description: Vincent Ducamps personal website customMenus: - name: RSS Manager - url: https://www.ducamps.win/tt-rss + url: https://www.ducamps.eu/tt-rss - name: Notebook - url: https://www.ducamps.win/notebook + url: https://www.ducamps.eu/notebook - name: Homelab - url: https://www.ducamps.win/homelab + url: https://www.ducamps.eu/homelab - name: File - url: https://file.ducamps.win/ + url: https://file.ducamps.eu/ diff --git a/data/fr/author.yaml b/data/fr/author.yaml index 32db140..9743e36 100644 --- a/data/fr/author.yaml +++ b/data/fr/author.yaml @@ -8,7 +8,7 @@ greeting: "Bonjour, je suis" image: "images/author/vincent.png" # give your some contact information. they will be used in the footer contactInfo: - email: "vincent@ducamps.win" + email: "vincent@ducamps.eu" téléphone: # some summary about what you do diff --git a/data/fr/sections/about.yaml b/data/fr/sections/about.yaml index 72c343c..2b8ebd3 100644 --- a/data/fr/sections/about.yaml +++ b/data/fr/sections/about.yaml @@ -28,7 +28,7 @@ Je contribue pendant mon temps libre à des logiciels open source." socialLinks: - name: mail icon: "fas fa-envelope" - url: "mailto:vincent@ducamps.win" + url: "mailto:vincent@ducamps.eu" - name: Github icon: "fab fa-github" url: "https://github.com/vincentDcmps" @@ -37,7 +37,7 @@ socialLinks: url: "https://www.linkedin.com/in/vincentducamps/" - name: gitea icon: "fab fa-git-square" - url: "https://git.ducamps.win/explore/repos" + url: "https://git.ducamps.eu/explore/repos" # your soft skills # give the percentage between 50 to 100 with 5 intervals. # currently supported colors: blue, yellow, pink, green, sky, orange diff --git a/data/fr/site.yaml b/data/fr/site.yaml index 4aecd0c..65ae263 100644 --- a/data/fr/site.yaml +++ b/data/fr/site.yaml @@ -8,10 +8,10 @@ description: Site Personnel de Vincent Ducamps. customMenus: - name: RSS Manager - url: https://www.ducamps.win/tt-rss + url: https://www.ducamps.eu/tt-rss - name: Notebook - url: https://www.ducamps.win/notebook + url: https://www.ducamps.eu/notebook - name: Homelab - url: https://www.ducamps.win/homelab + url: https://www.ducamps.eu/homelab - name: File - url: https://file.ducamps.win/ + url: https://file.ducamps.eu/ diff --git a/go.mod b/go.mod index 56d22db..bb2efd2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.ducamps.win/vincent/welcome +module git.ducamps.eu/vincent/welcome go 1.20