Hacker News new | ask | show | jobs
by tomatsu 3411 days ago
> We can use another type of input instead of a CSV

Popular static website generators like Jekyll can generate pages from YAML files. Jekyll even supports CSV directly.

https://jekyllrb.com/docs/datafiles/

https://jekyllrb.com/docs/collections/#step3

1 comments

I can second this. I've built an index of scientific papers before with Jekyll's data feature. Built remarkably fast even with a lot of loops over the whole dataset.