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
{{ theme.myvariable }} now points to site.<theme-name>.myvariable instead of site.data.<theme-name>.myvariable. [#8]
extracting a theme-gem's config hash and incorporating it into the site's internal config hash is handled by a new ThemeConfiguration class. [#9, #11]
All new classes are now loaded under JekyllData module. The Jekyll namespace will only contain patches to the original Jekyll module or its classes. [#15, #22]
Minor Enhancements
A new switch --show-data has been added to Jekyll's build-options as a supplement to existing --verbose switch. [#13, #18, #20]
Debug data output from --show-data is now at a fixed width and wraps nicely to the next line. [#17, #19]
Bug Fixes
A theme-gem's config hash is now incorporated via the after-reset hook to enable Jekyll require the necessary plugins listed in the theme-gem's config file. [#12]