Is it understandable what I am trying to do here? Is what I am trying here at all possible without renaming the image URLs in all the blog markdown files or moving all images inside the blog article folder?
I am not entirely sure that case-sensitivity is the issue here. I wonder if we could have @ben show us a CMS setup that has articles with images in the local resources folder rather out on the web with full URLs?
If you want to name the image source in your frontmatter coverImage instead, you’ll need to adjust the Twig syntax accordingly and insert the following in CMS: {{ item.coverImage.src }}
Yes. A combination of fixes worked out. Lower case, removing a wrong path-addition to the location of the images as noted by @Pegasus and also noticing that my Wordpress markdown conversion has given me image references to “coverImage” and not Image: src:
coverImage still works, but I may still end up changing it all to align my markdown files with the demo video from @ben .