I have a structure like:
folder/
folder/subfolder/
I want to exclude everything from folder/, except folder/subfolder/.
I there any way to do this with Jekyll? I tried a few combinations, but neither works, e.g.:
exclude: ["folder"]
include: ["folder/subfolder"]
Thank you for help!