Skip to content

TemplateLayoutPathResolver directory does not exist #1839

Answered by pdehaan
koitaki asked this question in Q&A
Discussion options

You must be logged in to vote

Your directories seem to be prefixed with underscores on the file system, but in your config file, you dropped all the underscores so now eleventy presumably can’t find the directories or files

does this work?

dir: {
      input: 'src',
      output: 'dist',
      includes: '_includes',
      layouts: '_layouts',
      data: '_data'
  }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@koitaki
Comment options

Answer selected by koitaki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants