Skip to content

Instantly share code, notes, and snippets.

@kieranbarker
Created September 24, 2020 11:34
Show Gist options
  • Save kieranbarker/5eb32c4f487e412bd8cdb2bb9e898d0f to your computer and use it in GitHub Desktop.
Save kieranbarker/5eb32c4f487e412bd8cdb2bb9e898d0f to your computer and use it in GitHub Desktop.
Barebones config for new Eleventy projects
module.exports = config => {
return {
markdownTemplateEngine: 'njk',
dataTemplateEngine: 'njk',
htmlTemplateEngine: 'njk',
dir: {
input: 'src',
output: 'dist'
}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment