Join Nostr
2024-11-15 10:52:19 UTC

SanskritFritz on Nostr: Dear connossieurs of #hugo I have a very simple md file structure in #obsidianmd like ...

Dear connossieurs of #hugo
I have a very simple md file structure in #obsidianmd like this:
vault/myblog/blogpost1.md with a link to [alt_text](files/image1.jpg)
I copy that structure to the content folder in my Hugo site and start Hugo serving. The blogpost appears in my browser.
What must I do to make Hugo show the image when clicking on the link? I've read images should reside in the static directory, that didn't help either. Thanks for your help!