So I have the main hugo repo and a theme repo. The theme repo has images in it, The hugo repo the content/posts/somefiles.md
What I can’t get my head around is where should images be stored (that are related to posts). It seems odd putting them in the theme repo - that surely wants to be seperated. I want to put the images in /content/images - but I realise that somewhat mucks up the hugo engine as thats where it looks for content files (not images!). Any suggestions?
Will