|
|
|
|
|
by tylersgordon
3411 days ago
|
|
Anyone know if this is the right tool for what we are trying to accomplish? We are creating a CSV of thousands of food and allergy-related items, and want to automate the creation an independent post for each item. We can use another type of input instead of a CSV, as long as we can do it in bulk. We want to have these pages to be SEO optimized for easy discovery on Google. We could use wordpress with a mass importer, but it has a lot of bulk. These file-based CMSs look interesting. |
|
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