Update 2.3.0 release post. [ci skip]

This commit is contained in:
Parker Moore 2014-08-13 00:07:20 -04:00
parent adb6d4d2d7
commit f84cd4e4ed
1 changed files with 5 additions and 2 deletions

View File

@ -11,14 +11,17 @@ This latest release of Jekyll includes a slew of enhancements and bug
fixes. Some of the highlights:
* Pages, Posts, and Drafts can now be converted by multiple converters.
* Static files can now be safely included in collections. They'll be placed
in a `collection.files` array. `collection.docs` still holds exclusively
content with YAML front matter.
* Sass files can once again be rendered by Liquid. However, neither Sass
nor CoffeeScript can ever have a layout.
nor CoffeeScript can ever have a layout. Bonus: `scssify` and `sassify`
Liquid filters.
* Partial variables allowed now in the path argument of `include` calls
* We added a `jekyll help` command. Pass it a subcommand to see more info
about that subcommand. Or don't, to see the help for `jekyll` itself.
* Lots of fixes to the site template we use for `jekyll new`, including
converting the CSS into SCSS.
* Fix for static files in collections (e.g. images)
* The `jsonify` filter will now call `#to_liquid` for you
* Lots, lots more!