Hugo does not publish the "images" folder

Hello there,

i’ve been using Hugo for a month on a windows machine at work, recently i’ve been trying it on my macbook air (el capitain) at home and i’m seeing a strange behaviour! In order to publish the theme images and have them in the “public/images” folder:

  • under osx i have to make sure there is an “images” folder under “static”
  • under windows i have to make sure there is an “images” folder under “/themes//”

Under osx, if the images are not under “static”, hugo process all the pages (less than 10) but doesn’t print any kind of error.

  • Hugo 0.15 installed using brew
  • Osx El Capitan
  • the project is on a dropbox folder shared by the windows and osx machines
  • casper theme

thanks in advance for any insight

I think the core of this is that both the site and the theme must have a /static folder – they can be empty, but must exist. There is an open issue about this.

thanks!

i’ll keep that in mind :slight_smile: