avillafiorita / jekyll-datapage_gen

Generate one page per yaml record in Jekyll sites.
371 stars 80 forks source link

Problem with local variable #5

Closed barttom closed 8 years ago

barttom commented 9 years ago

Hi! When i tring build my jekyll project, I get error: jekyll 2.5.3 | Error: undefined local variable or method `data_file' for #<Jeky ll::DataPagesGenerator:0x31dd8b8>

Can You help me with that?

jbleuzen commented 8 years ago

I got the same error because the variable is not defined. But if you setup correctly the plugin in your _config.yml, this error won't prevent you from building your site.

I can provide my working conf if you want.