Skip to content

Commit

Permalink
Use webp
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Jun 10, 2024
1 parent 0e615f5 commit 58e848f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/posts/c64-puzzle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description = "A fun Commodore 64 Puzzle"
date = 2020-02-27
slug = "c64-puzzle"
[extra]
image = "problem.jpg"
image = "problem.webp"
+++

My college professor posted this image with the question

> What is the output when enter is pressed?
{{ img(src="problem.jpg", align="center" alt="Commodore 64 screen with a BASIC program") }}
{{ img(src="problem.webp", align="center" alt="Commodore 64 screen with a BASIC program") }}

<!-- more -->

Expand Down
Binary file added content/posts/c64-puzzle/problem.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions content/posts/home-assistant-dashboard-tablet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ slug = "home-assistant-dashboard-tablet"
[taxonomies]
tags = ["Home Assistant"]
[extra]
image = "tablet_small.png"
image = "tablet_small.webp"
+++

Turning an Intel Atom based Lenovo Tablet 10 (20E4) into a Home Assistant dashboard and voice assistant. Most tutorials for dashboard displays are using Android tablets, but I had this old tablet laying around and figured out how to use it with Home Assistant.

{{ img(src="tablet_small.png", align="center" alt="Lenovo tablet with home assistant dashboard") }}
{{ img(src="tablet_small.webp", align="center" alt="Lenovo tablet with home assistant dashboard") }}

<!-- more -->

Expand Down
Binary file not shown.

0 comments on commit 58e848f

Please sign in to comment.