diff --git a/assets/images/author/vincent2.png b/assets/images/author/vincent2.png new file mode 100644 index 0000000..b8d716e Binary files /dev/null and b/assets/images/author/vincent2.png differ diff --git a/data/en/author.yaml b/data/en/author.yaml index 11417a9..72c1c55 100644 --- a/data/en/author.yaml +++ b/data/en/author.yaml @@ -5,7 +5,7 @@ nickname: "Vincent" # greeting message before your name. it will default to # "Hi! I am" if not provided greeting: "Hi, I am" -image: "images/author/vincent.png" +image: "images/author/vincent2.png" # give your some contact information. they will be used in the footer contactInfo: email: "vincent@ducamps.eu" diff --git a/data/fr/author.yaml b/data/fr/author.yaml index 9743e36..b8f6bf4 100644 --- a/data/fr/author.yaml +++ b/data/fr/author.yaml @@ -5,7 +5,7 @@ nickname: "Vincent" # greeting message before your name. # it will default to "Hi! I am" if not provided greeting: "Bonjour, je suis" -image: "images/author/vincent.png" +image: "images/author/vincent2.png" # give your some contact information. they will be used in the footer contactInfo: email: "vincent@ducamps.eu"