Try generating tv routes with eleventy

This commit is contained in:
Sam Carlton 2021-01-18 18:55:31 -06:00
parent efeb39a07a
commit ebdb7b681e
4 changed files with 2880 additions and 2 deletions

11
.eleventy.js Normal file
View file

@ -0,0 +1,11 @@
module.exports = {
dir: {
input: 'pages',
output: 'dist',
jsDataFileSuffix: '.json',
// Relative to input directory.
data: '../static',
layouts: '../layouts'
}
}