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 defaultContentLanguage: fr
enableEmoji: true enableEmoji: true
languageCode: "fr-FR" languageCode: "fr-FR"
@ -39,7 +39,7 @@ params:
darkreader: darkreader:
defaultColorScheme: system defaultColorScheme: system
gitRepo: https://git.ducamps.win/vincent/welcome gitRepo: https://git.ducamps.eu/vincent/welcome
logo: logo:
favicon: /images/logo-inverted.png favicon: /images/logo-inverted.png
inverted: /images/logo-inverted.png inverted: /images/logo-inverted.png

View File

@ -8,7 +8,7 @@ greeting: "Hi, I am"
image: "images/author/vincent.png" image: "images/author/vincent.png"
# give your some contact information. they will be used in the footer # give your some contact information. they will be used in the footer
contactInfo: contactInfo:
email: "vincent@ducamps.win" email: "vincent@ducamps.eu"
phone: phone:
# some summary about what you do # some summary about what you do

View File

@ -28,7 +28,7 @@ I contribute in my spare time to some open source software."
socialLinks: socialLinks:
- name: mail - name: mail
icon: "fas fa-envelope" icon: "fas fa-envelope"
url: "mailto:vincent@ducamps.win" url: "mailto:vincent@ducamps.eu"
- name: Github - name: Github
icon: "fab fa-github" icon: "fab fa-github"
url: "https://github.com/vincentDcmps" url: "https://github.com/vincentDcmps"
@ -37,7 +37,7 @@ socialLinks:
url: "https://www.linkedin.com/in/vincentducamps/" url: "https://www.linkedin.com/in/vincentducamps/"
- name: gitea - name: gitea
icon: "fab fa-git-square" icon: "fab fa-git-square"
url: "https://git.ducamps.win/explore/repos" url: "https://git.ducamps.eu/explore/repos"
# your soft skills # your soft skills
# give the percentage between 50 to 100 with 5 intervals. # give the percentage between 50 to 100 with 5 intervals.
# currently supported colors: blue, yellow, pink, green, sky, orange # currently supported colors: blue, yellow, pink, green, sky, orange

View File

@ -8,10 +8,10 @@ description: Vincent Ducamps personal website
customMenus: customMenus:
- name: RSS Manager - name: RSS Manager
url: https://www.ducamps.win/tt-rss url: https://www.ducamps.eu/tt-rss
- name: Notebook - name: Notebook
url: https://www.ducamps.win/notebook url: https://www.ducamps.eu/notebook
- name: Homelab - name: Homelab
url: https://www.ducamps.win/homelab url: https://www.ducamps.eu/homelab
- name: File - 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" image: "images/author/vincent.png"
# give your some contact information. they will be used in the footer # give your some contact information. they will be used in the footer
contactInfo: contactInfo:
email: "vincent@ducamps.win" email: "vincent@ducamps.eu"
téléphone: téléphone:
# some summary about what you do # some summary about what you do

View File

@ -28,7 +28,7 @@ Je contribue pendant mon temps libre à des logiciels open source."
socialLinks: socialLinks:
- name: mail - name: mail
icon: "fas fa-envelope" icon: "fas fa-envelope"
url: "mailto:vincent@ducamps.win" url: "mailto:vincent@ducamps.eu"
- name: Github - name: Github
icon: "fab fa-github" icon: "fab fa-github"
url: "https://github.com/vincentDcmps" url: "https://github.com/vincentDcmps"
@ -37,7 +37,7 @@ socialLinks:
url: "https://www.linkedin.com/in/vincentducamps/" url: "https://www.linkedin.com/in/vincentducamps/"
- name: gitea - name: gitea
icon: "fab fa-git-square" icon: "fab fa-git-square"
url: "https://git.ducamps.win/explore/repos" url: "https://git.ducamps.eu/explore/repos"
# your soft skills # your soft skills
# give the percentage between 50 to 100 with 5 intervals. # give the percentage between 50 to 100 with 5 intervals.
# currently supported colors: blue, yellow, pink, green, sky, orange # currently supported colors: blue, yellow, pink, green, sky, orange

View File

@ -8,10 +8,10 @@ description: Site Personnel de Vincent Ducamps.
customMenus: customMenus:
- name: RSS Manager - name: RSS Manager
url: https://www.ducamps.win/tt-rss url: https://www.ducamps.eu/tt-rss
- name: Notebook - name: Notebook
url: https://www.ducamps.win/notebook url: https://www.ducamps.eu/notebook
- name: Homelab - name: Homelab
url: https://www.ducamps.win/homelab url: https://www.ducamps.eu/homelab
- name: File - 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 go 1.20