I’m on the way to migrate my blog on hugo. Right now it has 90 posts. And there is in plans to add around 60, may be more. I’ve decided to use page bundle hierarchy, because this seems to be more clear. What about post’s images? More flexible way is to collect them all in /static/img or in post bundle?
If I collect images in the bundle, this seems to be more consistent.
If I collect images in /static/img I can navigate to this folder and explore all exisiting images in one place. Image repeat is less probably.
My preferred method of dealing with images is suggested by Forestry. If you omit the headless: true part in the front matter, then you’ll still be able to browse the uploads directory.