eleventy icon indicating copy to clipboard operation
eleventy copied to clipboard

automatically populate tags inside subfolder

Open Miosame opened this issue 5 years ago • 0 comments

Is there a way to automatically have all subfolders in a folder get a tag assigned that is that subfolders slug?

Currently I have to add a subfolder.11tydata.json to each subfolder, to apply a tag to all blogs in that subfolder:

{
    "tags": ["subfolder-name"]
}

Miosame avatar Jun 04 '20 05:06 Miosame