VermontDepartmentOfHealth / docgov

some public facing standards, guidelines, and, well, documentation
https://docgov.netlify.app/
MIT License
3 stars 3 forks source link

Render markdown files in project root through layout engine #81

Closed KyleMit closed 4 years ago

KyleMit commented 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