0
0
mirror of https://github.com/python-LimeReport/pypi.git synced 2024-12-24 00:33:04 +03:00
pypi/.eleventy.js
2023-09-10 10:05:35 +00:00

12 lines
261 B
JavaScript

module.exports = function(eleventyConfig) {
return {
dir: {
input: 'src',
output: 'dist',
includes: 'includes',
layouts: 'layouts',
data: 'data',
},
dataTemplateEngine: 'njk',
}
}