Skip to content

Commit 4f38fd4

Browse files
author
marci
committed
Ändere das Bildformat in der YAML-Konfiguration für den Autor von JPG zu WEBP, um die Ladezeiten zu optimieren und die Bildqualität zu verbessern.
1 parent 099c1fb commit 4f38fd4

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/images/author.webp

110 KB
Loading

data/de/author.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Marcel Dellmann"
33
# nickname: ""
44
# greeting message before your name. it will default to "Hi! I am" if not provided
55
greeting: "Hallo mein Name ist "
6-
image: "images/author.jpg"
6+
image: "images/author.webp"
77
# give your some contact information. they will be used in the footer
88
contactInfo:
99
email: "ticket@secure-bits.org"

data/en/author.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Marcel Dellmann"
33
nickname: "'marci'"
44
# greeting message before your name. it will default to "Hi! I am" if not provided
55
greeting: "Hi, I am Marcel an i am a nerd and my nickname is"
6-
image: "images/author.jpg"
6+
image: "images/author.webp"
77
# give your some contact information. they will be used in the footer
88
contactInfo:
99
email: "ticket@secure-bits.org"

0 commit comments

Comments
 (0)