Compare commits

...

2 commits

Author SHA1 Message Date
a5198b3629 Merge pull request 'updated .eleventy.js' (#96) from develop into main
All checks were successful
continuous-integration/woodpecker the build was successful
Reviewed-on: #96
2021-10-24 19:46:37 +00:00
c9f1c89ca5 updated .eleventy.js
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-24 21:43:59 +02:00

View file

@ -44,10 +44,18 @@ module.exports = function (eleventyConfig) {
});
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: {
input: "src",
includes: "_includes",
layouts: "_includes/layouts",
data: "_data",
output: "dist"
}
};