mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try generating tv routes with eleventy
This commit is contained in:
parent
efeb39a07a
commit
ebdb7b681e
4 changed files with 2880 additions and 2 deletions
11
.eleventy.js
Normal file
11
.eleventy.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
dir: {
|
||||
input: 'pages',
|
||||
output: 'dist',
|
||||
jsDataFileSuffix: '.json',
|
||||
|
||||
// Relative to input directory.
|
||||
data: '../static',
|
||||
layouts: '../layouts'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue