mirror of
https://github.com/python-LimeReport/pypi.git
synced 2024-12-24 00:33:04 +03:00
12 lines
261 B
JavaScript
12 lines
261 B
JavaScript
module.exports = function(eleventyConfig) {
|
|
return {
|
|
dir: {
|
|
input: 'src',
|
|
output: 'dist',
|
|
includes: 'includes',
|
|
layouts: 'layouts',
|
|
data: 'data',
|
|
},
|
|
dataTemplateEngine: 'njk',
|
|
}
|
|
} |