Hey guys, this is what my structure looks like for my assets folder
- assets
- css
- js
- img
- content
- template
and I want to separate my images / svg’s in twi different image folder (i.e. content & template)
how do I do this
I know I have to change / add something in my config.rb file
right now
set :images_dir, ‘assets/img’