Displaying Exif Tags with Hugo
This site is powered by Hugo and therefore statically generated. I post a lot of pictures and like to show the corresponding Exif tags. Up until a few weeks ago, I did this by embedding a JavaScript library that would parse the tags on the client and inject additional information into the DOM. While that worked fine, it wasn’t the most elegant solution and I wanted to finally utilize Hugo’s capabilities.…
Read more »