As far as I can tell from the documentation for Page Bundles and Page Resources, Hugo strongly advises putting images (illustrations, photos, diagrams, and so forth) in the same directory as the content that refers to them. I think that I also have to provide an index.md
for the leaf bundle, which contains definitions for the images I want to provide.
Can I get around this somehow? I can see that it works well for blogs, but for static documentation it’s a limitation. If I want to use an image in multiple places in my content, I either need multiple copies ( really a maintenance nightmware) or symlinks ( close to being as much of a nightmare as multiple copies ).