switch to ducamps.eu
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2023-11-11 14:48:34 +01:00
parent 5429d48396
commit 5d0e4fa911
8 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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/

2
go.mod
View File

@ -1,4 +1,4 @@
module git.ducamps.win/vincent/welcome
module git.ducamps.eu/vincent/welcome
go 1.20