ashmaroli / jekyll-data

A plugin to read '_config.yml' and data files within Jekyll theme gems
MIT License
43 stars 11 forks source link

add --data switch to output merged data hash while debugging #13

Closed ashmaroli closed 7 years ago

ashmaroli commented 7 years ago

Regulate the merged data hash currently output with --verbose with an additional --data switch.

This allows users to debug other aspects of the build process without interference from the data output. To inspect the merged site.data hash, simply debug with the additional --data switch:

$ bundle exec jekyll build --verbose --data
$ bundle exec jekyll serve --verbose --data