github / pages-gem

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
http://pages.github.com
MIT License
1.82k stars 350 forks source link

Whitelist the `jekyll-data` plugin #855

Closed big-andy-coates closed 1 year ago

big-andy-coates commented 1 year ago

fixes: https://github.com/github/pages-gem/issues/610

Whitelist jekyll-data.

This allows people using GitHub pages to use themes that provide defaults in their _config.yml and have data under _data/.

For example, this would allow organisations that compose multiple GitHub repositories into a single site to use a common theme, that sets defaults in the theme's _config.yml and has shared _data structures, like navigation menus,

big-andy-coates commented 1 year ago

Release to: https://github.com/benbalter/jekyll-remote-theme/issues/68