You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can _config.yml metadata value support multiple metadata files? metadata: items_2; items_3
In template site.data[site.metadata] would need to be replaced with something that would always combine the multiple csvs. Could be done using cb_helpers fairly easily, creating a new site variable to replace site.data[site.metadata] that is the combined arrays--but this couldn't be replicated in CB-GH, would probably involve some ugly liquid.
cb_page_gen default would have to combine the multiple csvs (easy).
The text was updated successfully, but these errors were encountered:
Can _config.yml
metadata
value support multiple metadata files?metadata: items_2; items_3
site.data[site.metadata]
would need to be replaced with something that would always combine the multiple csvs. Could be done using cb_helpers fairly easily, creating a new site variable to replacesite.data[site.metadata]
that is the combined arrays--but this couldn't be replicated in CB-GH, would probably involve some ugly liquid.The text was updated successfully, but these errors were encountered: