What's the best workaround for putting folders inside a folder

Is it wise to arrange the files in this manner wherein i had to put the folder sales inside the works folder? just like this:

What should be the proper jekyll workaround for this ?

I don’t see anything wrong with it, why are you concerned? jekyll will use the folder structure in its path to the page. Though you could override that with a permalink in the front matter.

1 Like

yeah, I already got this correctly. thanks for replying.