Compare commits
No commits in common. "a5198b36296f65ff4819893b1510ccbd01bdbb9e" and "28b4c61791338b8ab39c1c2116577f5562c9cf29" have entirely different histories.
a5198b3629
...
28b4c61791
1 changed files with 0 additions and 8 deletions
|
@ -44,18 +44,10 @@ module.exports = function (eleventyConfig) {
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// Pre-process *.md files with: (default: `liquid`)
|
|
||||||
markdownTemplateEngine: "njk",
|
|
||||||
// Pre-process *.html files with: (default: `liquid`)
|
|
||||||
htmlTemplateEngine: "njk",
|
|
||||||
// Opt-out of pre-processing global data JSON files: (default: `liquid`)
|
|
||||||
dataTemplateEngine: false,
|
|
||||||
|
|
||||||
dir: {
|
dir: {
|
||||||
input: "src",
|
input: "src",
|
||||||
includes: "_includes",
|
includes: "_includes",
|
||||||
layouts: "_includes/layouts",
|
layouts: "_includes/layouts",
|
||||||
data: "_data",
|
|
||||||
output: "dist"
|
output: "dist"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue