feat: update image shortcode to use captions

This commit is contained in:
Devin Haska 2024-02-19 14:12:17 -08:00
parent 28baa94b93
commit b717907ab8
26 changed files with 89 additions and 53 deletions

View file

@ -5,7 +5,7 @@ excerpt: July 2020.
tags: ["recently"]
---
{% image "https://wonderfulfrog.b-cdn.net/lady-actually-reading.svg", "Lady reading her book in what must be eventually pretty uncomfortable, but at least she has a nice cactus. From Open Doodles.", "" %}
{% image "https://wonderfulfrog.b-cdn.net/lady-actually-reading.svg", "Lady reading her book in what must be eventually pretty uncomfortable, but at least she has a nice cactus. From Open Doodles.", "Lady reading her book in what must be eventually pretty uncomfortable, but at least she has a nice cactus. From Open Doodles." %}
My [CHIP-8 emulator](https://github.com/devinwl/chip-8) took a back seat last month. I havent made any progress on it since late May. I hope to return to it, but right now my interests have shifted to different projects.