avillafiorita / jekyll-datapage_gen

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

CSV as input? #62

Closed lrdj closed 4 years ago

lrdj commented 4 years ago

Wondering how difficult it would be to accept csv as the input format? Or in other words, should I start trying to figure it out or should I stop and find an alternative solution (like scripting a conversion to yml)

avillafiorita commented 4 years ago

Hi - CSV files work out of the box, because Jekyll supports CSV files as _data. See an example in test_cases/issue-62.

[sorry for taking so long]