config change
This commit is contained in:
parent
595ed7aedf
commit
8e3f836ed2
|
|
@ -27,8 +27,12 @@ module.exports = function(eleventyConfig) {
|
||||||
|
|
||||||
// other settings
|
// other settings
|
||||||
return {
|
return {
|
||||||
|
markdownTemplateEngine: 'njk',
|
||||||
|
dataTemplateEngine: 'njk',
|
||||||
|
htmlTemplateEngine: 'njk',
|
||||||
dir: {
|
dir: {
|
||||||
input: "_src"
|
input: "_src",
|
||||||
|
output: "_site"
|
||||||
},
|
},
|
||||||
passthroughFileCopy: true
|
passthroughFileCopy: true
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue