You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then, I don't want hugo-clarity to be automatically downloaded, stored and optimized for this external image to public/images(GitHub Pages space limitation issue, I prefer to place them outside).
<img loading="lazy" decoding="async" alt="::" class="image_figure image_external image_processed" width="600" height="400" src="https://dummyimage.com/600x400/ceed21/fff&text=YYYxZZZ" />
What can I do to use the external image link in my posts after publishing it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have checked all the prerequisites below and still have no idea to find methods to do it.
Hugo version
hugo v0.101.0+extended darwin/arm64 BuildDate=unknown
I want to use an external link to my post, like this
![::](https://dummyimage.com/600x400/ceed21/fff&text=YYYxZZZ)
then, I don't want hugo-clarity to be automatically downloaded, stored and optimized for this external image to public/images(GitHub Pages space limitation issue, I prefer to place them outside).
Now, the published image section is
<img loading="lazy" decoding="async" alt="::" class="image_figure image_external image_processed" width="600" height="400" src="/images/fff&text=YYYxZZZ_15573297595353218563.webp" />
My expectation is like below
<img loading="lazy" decoding="async" alt="::" class="image_figure image_external image_processed" width="600" height="400" src="https://dummyimage.com/600x400/ceed21/fff&text=YYYxZZZ" />
What can I do to use the external image link in my posts after publishing it?
Beta Was this translation helpful? Give feedback.
All reactions