module.exports = function(eleventyConfig) {
return {
dir: {
input: 'src',
output: '_site',
},
markdownTemplateEngine: 'njk'
}