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: June 2020.
tags: ["recently"]
---
{% image "https://cdn.wonderfulfrog.com/wolfgang.jpg", "Wolfgang reading a book in an idyllic forest paradise", "" %}
{% image "https://cdn.wonderfulfrog.com/wolfgang.jpg", "Wolfgang reading a book in an idyllic forest paradise", "#lifegoals" %}
My pet project these last few weeks has been my [CHIP-8 interpreter](https://github.com/devinwl/chip-8). I've been following tutorials around the internet to try and figure things out. I've learned a lot more than I expected and even rekindled a bit of interest in hardware. I took a course in university that used an ARM processor for learning assembly language.