My Reproduction Steps
- Add a file to a
_data directory in my theme.
- Reference that theme from my Jekyll instance.
- Build the Jekyll instance.
- See that the data from the theme has not made it into the actual project.
The Output I Wanted
Have Jekyll use the _data files in my theme as if they were present in the Jekyll instance.
Reasoning
Sometimes you want to be able to re-use specific data with your theme in different projects, for example, authors or translation files. Using data files is an easy way to do so. Alternatively, I would be happy if we had separate data files for themes (using a themedata instead of a data variable).
My Reproduction Steps
_datadirectory in my theme.The Output I Wanted
Have Jekyll use the
_datafiles in my theme as if they were present in the Jekyll instance.Reasoning
Sometimes you want to be able to re-use specific data with your theme in different projects, for example, authors or translation files. Using data files is an easy way to do so. Alternatively, I would be happy if we had separate data files for themes (using a
themedatainstead of adatavariable).