0
0
mirror of https://github.com/python-LimeReport/pypi.git synced 2024-12-24 08:34:40 +03:00
pypi/.eleventy.js

12 lines
261 B
JavaScript
Raw Permalink Normal View History

2023-09-10 13:05:35 +03:00
module.exports = function(eleventyConfig) {
return {
dir: {
input: 'src',
output: 'dist',
includes: 'includes',
layouts: 'layouts',
data: 'data',
},
dataTemplateEngine: 'njk',
}
}