Skip to content

4.0.0

Compare
Choose a tag to compare
@daviddarnes daviddarnes released this 11 Aug 11:11

Enhancements and changes

  • Support for Jekyll 4! Thanks to @cristianocasella for providing a PR for this. Closes #146
  • Possible breaking change, due to a change in Jekyll 4 the css_inline option now requires you to place any additional CSS you need into the _includes/site-styles.html. You can also import another CSS file into there if you wish.
  • Removed jekyll-default-layout plugin. This is no longer needed as config defaults can provide most of the functionality
  • All plugins bumped to their latest versions

Fixes

  • Better wording in documentation