jekyll-data icon indicating copy to clipboard operation
jekyll-data copied to clipboard

A plugin to read '_config.yml' and data files within Jekyll theme gems

Results 1 jekyll-data issues
Sort by recently updated
recently updated
newest added

I have a theme with a little long name, like `jekyll-theme-xxxx-xxx`. The theme have some config variables, like ```yaml theme: jekyll-theme-xxxx-xxx xxxx: someKey: someValue ``` I use the variables as...