eleventy
eleventy copied to clipboard
Per-file data from .11tydata.js files?
Is there a way to provide data customized for each input file? Something like this perhaps?
module.exports = (data) => {
otherPath: computeOtherPath(data.page.inputPath),
};