nicokaiser / hugo-theme-gallery

Gallery Theme for Hugo
https://nicokaiser.github.io/hugo-theme-gallery/
MIT License
305 stars 85 forks source link

Image Links Feature #30

Closed Ignareo closed 8 months ago

Ignareo commented 8 months ago

I'm currently exploring options to use an external image hosting service for my blog images. I would like to request a feature that allows to use external image links.

nicokaiser commented 8 months ago

This is currently not possible, since Hugo image processing features rely heavily on local files.

You could try to use a CDN to cache (!) the generated image files, but completely separating image files from HTML requires a completely different approach.