Skip to content

Commit de7c5dc

Browse files
author
marci
committed
Ändere die Bildformate in der hugo.yaml von JPG zu WEBP für Hintergrund- und Logo-Bilder, um die Ladezeiten zu optimieren. Entferne die nicht mehr benötigten JPG-Dateien für das Hintergrundbild und das Autorenbild.
1 parent 4f38fd4 commit de7c5dc

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/images/author.jpg

-35 KB
Binary file not shown.

assets/images/back.jpg

-191 KB
Binary file not shown.

assets/images/back.webp

38.7 KB
Loading

assets/images/logo_header.webp

9.23 KB
Loading

hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ params:
162162

163163

164164
# Background image of the landing page
165-
background: "images/back.jpg"
165+
background: "images/back.webp"
166166
anchor: Smart
167167
bgColor: '#ffffff'
168168
hint: photo
@@ -178,8 +178,8 @@ params:
178178
# Provide logos for your site. The inverted logo will be used in the initial
179179
# transparent navbar and the main logo will be used in the non-transparent navbar.
180180
logo:
181-
main: /images/logo_header.png
182-
inverted: /images/logo_header.png
181+
main: /images/logo_header.webp
182+
inverted: /images/logo_header.webp
183183
favicon: /images/favicon.png
184184

185185

0 commit comments

Comments
 (0)