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

12 lines
261 B
JavaScript
Raw Normal View History

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