Hey there. I have a hugo site I maintain, and at the time to keep things organized, I decided that each post/page would be it’s own little folder with its own little images
folder. So my folder structure looks like this:
my-site
├ archetypes
├ ...
├ content
├ about
├ images
- image.jpg
- index.md
├ ...other pages just like the /about...
├ posts
└ post-one
└ images
└ image.jpg
└ index.md
└ post-two
└ images
└ image.jpg
└ index.md
Is it possible to keep this setup with netlify cms? If so, how would I configure the media_folder
and public_folder
items?