mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add javascript template for tv pages
This commit is contained in:
parent
b35cc029bd
commit
28024faeeb
2 changed files with 108 additions and 8 deletions
24
.eleventy.js
24
.eleventy.js
|
|
@ -1,11 +1,19 @@
|
|||
module.exports = {
|
||||
dir: {
|
||||
input: 'pages',
|
||||
output: 'dist',
|
||||
jsDataFileSuffix: '.json',
|
||||
// const eleventyVue = require("@11ty/eleventy-plugin-vue");
|
||||
|
||||
// Relative to input directory.
|
||||
data: '../static',
|
||||
layouts: '../layouts'
|
||||
|
||||
module.exports = function ( eleventyConfig ) {
|
||||
// eleventyConfig.addPlugin(eleventyVue)
|
||||
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: 'pages-eleventy',
|
||||
output: 'dist',
|
||||
jsDataFileSuffix: '.json',
|
||||
|
||||
// Relative to input directory.
|
||||
data: '../static',
|
||||
layouts: '../layouts'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue