eleventy
eleventy copied to clipboard
automatically populate tags inside subfolder
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"]
}