Prevent Ghost from sorting images by date in its' folder structure

Hi!

Is there a way of preventing Ghost from sorting the uploaded images by date (year/month) in it’s folder structure?

To just simply have a ‘/content/images/’ instead of ‘/content/images/[year]/[month]’

I’m running ghost 3.37 in Docker

Thank you in advance.

No. The folder structure is there for performance and compatibility across different systems, certain environments have issues when there are a lot of files in a single directory which would be the case for many sites when putting every image into the top-level /content/images/ directory.

3 Likes

@Kevin Thanks for quick reply!