Skip to content

Commit

Permalink
Properly sizes and compresses website images
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Mar 3, 2024
1 parent 7a849d0 commit 70ef201
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ defaults:
values:
layout: single
author_profile: true
header:
og_image: "images/banner.png"
share: false
related: false

Expand Down
8 changes: 4 additions & 4 deletions docs/_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ layout: splash
header:
overlay_color: "#263238"
imagebutton_row:
- image_path: "images/getting-started.jpg"
- image_path: "images/getting-started.webp"
title: "Getting Started"
url: "manual/getting-started/"
- image_path: "images/manual.jpg"
- image_path: "images/manual.webp"
title: "Manual"
url: "manual/"
- image_path: "images/error-messages.jpg"
- image_path: "images/error-messages.webp"
title: "Error messages explained"
url: "errormessages/"
- image_path: "images/resources.jpg"
- image_path: "images/resources.webp"
title: "Additional resources"
url: "resources/"
---
Expand Down
Binary file removed docs/images/banner.png
Binary file not shown.
Binary file removed docs/images/error-messages.jpg
Binary file not shown.
Binary file added docs/images/error-messages.webp
Binary file not shown.
Binary file removed docs/images/getting-started.jpg
Binary file not shown.
Binary file added docs/images/getting-started.webp
Binary file not shown.
Binary file removed docs/images/manual.jpg
Binary file not shown.
Binary file added docs/images/manual.webp
Binary file not shown.
Binary file removed docs/images/resources.jpg
Binary file not shown.
Binary file added docs/images/resources.webp
Binary file not shown.

0 comments on commit 70ef201

Please sign in to comment.