summaryrefslogtreecommitdiffstats
path: root/content/posts/unfold.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-02 15:33:34 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-02 16:21:05 +0200
commit695614902ba24f14e06a42982c62132d3b5015d4 (patch)
treedafc38357a1d93312b4f6983ae83eddeb63311af /content/posts/unfold.md
parent5a05ca47edca3a5cf8fad2e19a533faaa1c7b362 (diff)
Use figures instead of plain images
Diffstat (limited to 'content/posts/unfold.md')
-rw-r--r--content/posts/unfold.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/unfold.md b/content/posts/unfold.md
index 593f6bf..241703a 100644
--- a/content/posts/unfold.md
+++ b/content/posts/unfold.md
@@ -12,7 +12,7 @@ extra:
I recently presented a lightning talk about the IndieWeb and personal websites to my colleagues at the office. Even though I don't normally enjoy presenting, speaking about things I'm passionate about always turns out to be rather easy. The talk and the presentation that I used to support the talk were well received.
</p>
-![A slide from the PowerPoint presentation](/files/indieweb_presentation.png)
+{{ fig(src="/files/indieweb_presentation.png", alt="A slide from the PowerPoint presentation") }}
---
@@ -25,7 +25,7 @@ Later, when I shared my PowerPoint slides in the IndieWeb chat, I was asked if I
So curious in fact, that I decided to study up on the ”HTML slideshow landscape”: what kind of tools there are, how do they work on a static site, things like that. Turns out that a tool called `reveal.js` is very popular and often recommended. An idea entered my mind: what if I could turn an HTML note (like this one that you’re reading) into an HTML slideshow, in a somewhat automated fashion?
</p>
-![Reveal.js logo](/files/reveal-js-logo.png)
+{{ fig(src="/files/reveal-js-logo.png", alt="Reveal.js logo") }}
---