From e5683b1da51a5d4c514e5f4c7651ccc9bfcb23d8 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 28 Jun 2014 17:41:22 -0400 Subject: [PATCH] Release post for 2.1.0 --- ...6-28-jekyll-turns-21-i-mean-2-1-0.markdown | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown diff --git a/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown b/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown new file mode 100644 index 00000000..730b320b --- /dev/null +++ b/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown @@ -0,0 +1,24 @@ +--- +layout: news_item +title: 'Jekyll Turns 21! Err... I mean 2.1.0.' +date: 2014-06-28 17:26:59 -0400 +author: parkr +version: 2.1.0 +categories: [release] +--- + +Jekyll's finally [legal to drink in the States](http://en.wikipedia.org/wiki/Legal_drinking_age). +And he's done a lot of learning in the process! Here are some of the new +things to look forward to: + +- Uses the latest Liquid version (2.6.1) (#2495) +- Set front-matter defaults for collections (#2419) +- Set a collection-specific URL template (#2418) +- `pygments.rb` 0.6.0! (#2504) +- `.json` files in `_data` (#2369) +- New `--skip_initial_build` flag for `jekyll serve` (#2477) +- A bajilion bug fixes and site updates! + +Let's go party! + +*Check out the [full changelog](/docs/history/) for more.*