I needed to share a screenshot, but didn’t have a readily available way to do so. I actually uploaded it to Mozilla, as part of their temporary hosted screenshot service built into Firefox. It works fine, but ugh. Am I really gonna do that, send folks elsewhere to see a thing?
Well because I only upload things that have changed, it is actually really easy to share files through my website!
I could drop files in my public
directory, since that is the rsync
target. But I like to keep everything orderly, and also I’m gonna delete files as well, and it is “source”, so I put them instead into static
. That directory gets carried over to the root of the base URL for the site, so if I drop blackmail-example.gif
in hugo-project/static/
, it will render at example.org/blackmail-example.gif
.