From bcb88a4bc508e44a1f8db7ca6263b6304bd7fbda Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 5 May 2014 03:00:00 -0400 Subject: [PATCH] Add Jekyll 2.0.0 release post. --- .../2014-05-05-jekyll-2-0-0-released.markdown | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 site/_posts/2014-05-05-jekyll-2-0-0-released.markdown diff --git a/site/_posts/2014-05-05-jekyll-2-0-0-released.markdown b/site/_posts/2014-05-05-jekyll-2-0-0-released.markdown new file mode 100644 index 00000000..972adb5a --- /dev/null +++ b/site/_posts/2014-05-05-jekyll-2-0-0-released.markdown @@ -0,0 +1,25 @@ +--- +layout: news_item +title: 'Jekyll 2.0.0 Released' +date: 2014-05-05 02:50:09 -0400 +author: parkr +version: 2.0.0 +categories: [release] +--- + +It's here. After nearly 1,000 commits and about 5 months, the Jekyll team is excited to announce the release of Jekyll 2.0! Jam-packed with some [highly-requested features and bugfixes galore][changelog], this is the best Jekyll yet. Notable changes: + +1. [Collections](/docs/collections/) +2. Brand new site template for `jekyll new` (thanks [@jglovier][]!) +3. [Native Sass & CoffeeScript support](/docs/assets/) +4. [YAML Front-Matter defaults](/docs/configuration/#frontmatter_defaults) +5. Custom markdown processors +6. Addition of `where` and `sort_by` Liquid filters +7. Switch from Maruku to Kramdown as default markdown converter + +Check out our [changelog][] for a complete list of all (200+) changes. + +Happy developing! + +[changelog]: /docs/history/ +[@jglovier]: https://github.com/jglovier