feat: update all CDN URLs

This commit is contained in:
Devin Haska 2024-09-29 19:43:04 -07:00
parent 7dd79765dc
commit badf96490d
No known key found for this signature in database
95 changed files with 339 additions and 348 deletions

View file

@ -4,7 +4,7 @@ excerpt: June 2020.
tags: ["recently"]
---
{% image "https://cdn.wonderfulfrog.com/wolfgang.jpg", "Wolfgang reading a book in an idyllic forest paradise", "#lifegoals" %}
{% image "https://cdn.wonderfulfrog.com/images/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.