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
For example, using an example from the Jekyll docs, how would I index members specified in _data/orgs/jekyll.yml like below?
username: jekyll
name: Jekyll
members:
- name: Tom Preston-Werner
github: mojombo
- name: Parker Moore
github: parkr
I can't remove the nesting.
Ruby version used:
2.6.3p62
Jekyll version used:
4.0.0
The text was updated successfully, but these errors were encountered:
gitjul
changed the title
Question: Is it possible to index items nested in a sub-folder in a site data file?
Question: Is it possible to index items nested within a data file subfolder?
Nov 20, 2019
How can I index items in a data file subfolder?
For example, using an example from the Jekyll docs, how would I index members specified in
_data/orgs/jekyll.yml
like below?I can't remove the nesting.
Ruby version used:
2.6.3p62
Jekyll version used:
4.0.0
The text was updated successfully, but these errors were encountered: