Closed KyleMit closed 4 years ago
There are some markdown files that permanently belong in the project root, including:
They are currently processed by 11ty, but sub-optimally because they don't make use of the shared layout engine.
Inside of a sub-folder, it's easy to set a shared data object using a directory data file, but it's a little trickier to set a global layout.
From Globally set default layout? #380, we can set the layout via a data page named _data/layout.js
_data/layout.js
There are some markdown files that permanently belong in the project root, including:
They are currently processed by 11ty, but sub-optimally because they don't make use of the shared layout engine.
Inside of a sub-folder, it's easy to set a shared data object using a directory data file, but it's a little trickier to set a global layout.
From Globally set default layout? #380, we can set the layout via a data page named
_data/layout.js