webisland / jekyll-data-pages

This Jekyll plugin generates a page for each row of the specified data files.
MIT License
2 stars 1 forks source link

Make exclude property optional #2

Open olehpratsko opened 5 years ago

olehpratsko commented 5 years ago

Build is failing if exclude property doesn't present in data_pages configuration. Make it optional.

michelegera commented 5 years ago

Good point @olehpratsko.

I’m in the same situation and currently working around the issue by setting exclude to an empty array:

exclude: []