I’ve tried a myriad different ways and come up blank.
I’ve tried putting the background image in the theme’s static/img folder and calling it in the SCSS.
Now I’m on to putting the background image in assets/img and trying it that way.
Here is my latest effort:
VSCode stopped signalling errors when I got this configuration.
I found the | safeSomething from an earlier Discourse discussion. I have no idea which safeURL/HTML/CSS etc. function I really need for this particular application.
If you need to see the current repository I will push it, but I was hoping to get this issue figured out before my next commit.
It appears that you can’t use inline styling AND a class on the same element.
I will try taking the inline out of the section and putting it on the wrapping div that has no class. HA!
NOPE - No Joy with that either.
I’m using Bootstrap 5 (if it matters) but I think my issue is getting the image the Hugo way and then USING that image the Hugo way.
EDIT: Repository has been updated with the problem: (removed)