jekyll-docs 2.5.3 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jekyll-docs.rb +34 -4
- data/site/CNAME +1 -0
- data/site/README.md +16 -0
- data/site/_config.yml +21 -0
- data/site/_data/docs.yml +47 -0
- data/site/_docs/assets.md +93 -0
- data/site/_docs/collections.md +380 -0
- data/site/_docs/configuration.md +677 -0
- data/site/_docs/continuous-integration.md +221 -0
- data/site/_docs/contributing.md +124 -0
- data/site/_docs/datafiles.md +151 -0
- data/site/_docs/deployment-methods.md +192 -0
- data/site/_docs/drafts.md +20 -0
- data/site/_docs/extras.md +22 -0
- data/site/_docs/frontmatter.md +191 -0
- data/site/_docs/github-pages.md +134 -0
- data/site/_docs/history.md +2131 -0
- data/site/_docs/index.md +56 -0
- data/site/_docs/installation.md +106 -0
- data/site/_docs/migrations.md +9 -0
- data/site/_docs/pages.md +84 -0
- data/site/_docs/pagination.md +221 -0
- data/site/_docs/permalinks.md +307 -0
- data/site/_docs/plugins.md +891 -0
- data/site/_docs/posts.md +237 -0
- data/site/_docs/quickstart.md +27 -0
- data/site/_docs/resources.md +46 -0
- data/site/_docs/sites.md +29 -0
- data/site/_docs/static_files.md +52 -0
- data/site/_docs/structure.md +211 -0
- data/site/_docs/templates.md +425 -0
- data/site/_docs/troubleshooting.md +207 -0
- data/site/_docs/upgrading.md +140 -0
- data/site/_docs/usage.md +101 -0
- data/site/_docs/variables.md +390 -0
- data/site/_docs/windows.md +44 -0
- data/site/_includes/analytics.html +30 -0
- data/site/_includes/anchor_links.html +33 -0
- data/site/_includes/docs_contents.html +8 -0
- data/site/_includes/docs_contents_mobile.html +10 -0
- data/site/_includes/docs_option.html +11 -0
- data/site/_includes/docs_ul.html +21 -0
- data/site/_includes/footer.html +15 -0
- data/site/_includes/header.html +18 -0
- data/site/_includes/news_contents.html +33 -0
- data/site/_includes/news_contents_mobile.html +11 -0
- data/site/_includes/news_item.html +24 -0
- data/site/_includes/primary-nav-items.html +17 -0
- data/site/_includes/section_nav.html +39 -0
- data/site/_includes/top.html +17 -0
- data/site/_layouts/default.html +13 -0
- data/site/_layouts/docs.html +26 -0
- data/site/_layouts/news.html +19 -0
- data/site/_layouts/news_item.html +27 -0
- data/site/_layouts/page.html +18 -0
- data/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown +23 -0
- data/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown +27 -0
- data/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown +28 -0
- data/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown +25 -0
- data/site/_posts/2013-07-14-jekyll-1-1-0-released.markdown +27 -0
- data/site/_posts/2013-07-24-jekyll-1-1-1-released.markdown +31 -0
- data/site/_posts/2013-07-25-jekyll-1-0-4-released.markdown +20 -0
- data/site/_posts/2013-07-25-jekyll-1-1-2-released.markdown +20 -0
- data/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown +23 -0
- data/site/_posts/2013-09-14-jekyll-1-2-1-released.markdown +19 -0
- data/site/_posts/2013-10-28-jekyll-1-3-0-rc1-released.markdown +17 -0
- data/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown +43 -0
- data/site/_posts/2013-11-26-jekyll-1-3-1-released.markdown +21 -0
- data/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown +30 -0
- data/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown +18 -0
- data/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown +18 -0
- data/site/_posts/2014-01-13-jekyll-1-4-3-released.markdown +26 -0
- data/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown +19 -0
- data/site/_posts/2014-03-27-jekyll-1-5-1-released.markdown +26 -0
- data/site/_posts/2014-05-06-jekyll-turns-2-0-0.markdown +31 -0
- data/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown +18 -0
- data/site/_posts/2014-06-04-jekyll-stickers-1-dollar-stickermule.markdown +19 -0
- data/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown +31 -0
- data/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown +30 -0
- data/site/_posts/2014-07-29-jekyll-2-2-0-released.markdown +19 -0
- data/site/_posts/2014-08-10-jekyll-2-3-0-released.markdown +41 -0
- data/site/_posts/2014-09-09-jekyll-2-4-0-released.markdown +25 -0
- data/site/_posts/2014-11-06-jekylls-midlife-crisis-jekyll-turns-2-5-0.markdown +47 -0
- data/site/_posts/2014-11-08-jekyll-2-5-1-released.markdown +29 -0
- data/site/_posts/2014-11-12-jekyll-2-5-2-released.markdown +18 -0
- data/site/_posts/2014-12-17-alfredxing-welcome-to-jekyll-core.md +27 -0
- data/site/_posts/2014-12-22-jekyll-2-5-3-released.markdown +20 -0
- data/site/_posts/2015-01-20-jekyll-meet-and-greet.markdown +20 -0
- data/site/_posts/2015-01-24-jekyll-3-0-0-beta1-released.markdown +40 -0
- data/site/_posts/2015-02-26-introducing-jekyll-talk.markdown +15 -0
- data/site/_posts/2015-10-26-jekyll-3-0-released.markdown +35 -0
- data/site/_posts/2015-11-17-jekyll-3-0-1-released.markdown +25 -0
- data/site/_posts/2016-01-20-jekyll-3-0-2-released.markdown +14 -0
- data/site/_posts/2016-02-08-jekyll-3-0-3-released.markdown +31 -0
- data/site/_sass/_font-awesome.scss +25 -0
- data/site/_sass/_gridism.scss +124 -0
- data/site/_sass/_mixins.scss +38 -0
- data/site/_sass/_normalize.scss +1 -0
- data/site/_sass/_pygments.scss +78 -0
- data/site/_sass/_style.scss +998 -0
- data/site/css/screen.scss +9 -0
- data/site/favicon.ico +0 -0
- data/site/fonts/fontawesome-webfont.eot +0 -0
- data/site/fonts/fontawesome-webfont.svg +640 -0
- data/site/fonts/fontawesome-webfont.ttf +0 -0
- data/site/fonts/fontawesome-webfont.woff +0 -0
- data/site/fonts/fontawesome-webfont.woff2 +0 -0
- data/site/freenode.txt +1 -0
- data/site/help/index.md +36 -0
- data/site/img/article-footer.png +0 -0
- data/site/img/footer-arrow.png +0 -0
- data/site/img/footer-logo.png +0 -0
- data/site/img/jekyll-sticker.jpg +0 -0
- data/site/img/logo-2x.png +0 -0
- data/site/img/logo-rss.png +0 -0
- data/site/img/octojekyll.png +0 -0
- data/site/index.html +90 -0
- data/site/js/html5shiv.min.js +4 -0
- data/site/js/respond.min.js +5 -0
- data/site/latest_version.txt +1 -0
- data/site/news/index.html +10 -0
- data/site/news/releases/index.html +10 -0
- metadata +138 -6
- data/lib/jekyll-docs/version.rb +0 -5
- data/lib/jekyll/commands/docs.rb +0 -30
- data/lib/jekyll/docs.rb +0 -7
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 1.5.0 Released'
|
4
|
+
date: 2014-03-24 20:37:59 -0400
|
5
|
+
author: parkr
|
6
|
+
version: 1.5.0
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
As work continues on Jekyll 2.0.0, we felt it was important to address two key
|
11
|
+
issues of Jekyll 1.4.3, namely the `safe_yaml` dependency below 1.0 and the
|
12
|
+
inability to use Jekyll 1.4.3 on Windows due to a [fun issue with path sanitizing][].
|
13
|
+
|
14
|
+
For a full changelog, check out our [history][] page.
|
15
|
+
|
16
|
+
Now, back to work on 2.0.0!
|
17
|
+
|
18
|
+
[fun issue with path sanitizing]: https://github.com/jekyll/jekyll/issues/1948
|
19
|
+
[history]: /docs/history/#v1-5-0
|
@@ -0,0 +1,26 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 1.5.1 Released'
|
4
|
+
date: 2014-03-27 22:43:48 -0400
|
5
|
+
author: parkr
|
6
|
+
version: 1.5.1
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
The hawk-eyed [@gregose](https://github.com/gregose) spotted a bug in our
|
11
|
+
`Jekyll.sanitized_path` code:
|
12
|
+
|
13
|
+
{% highlight ruby %}
|
14
|
+
> sanitized_path("/tmp/foobar/jail", "..c:/..c:/..c:/etc/passwd")
|
15
|
+
=> "/tmp/foobar/jail/../../../etc/passwd"
|
16
|
+
{% endhighlight %}
|
17
|
+
|
18
|
+
Well, we can't have that! In 1.5.1, you'll instead see:
|
19
|
+
|
20
|
+
{% highlight ruby %}
|
21
|
+
> sanitized_path("/tmp/foobar/jail", "..c:/..c:/..c:/etc/passwd")
|
22
|
+
=> "/tmp/foobar/jail/..c:/..c:/..c:/etc/passwd"
|
23
|
+
{% endhighlight %}
|
24
|
+
|
25
|
+
Luckily not affecting 1.4.x, this fix will make 1.5.0 that much safer for
|
26
|
+
the masses. Thanks, Greg!
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll turns 2.0.0'
|
4
|
+
author: parkr
|
5
|
+
version: 2.0.0
|
6
|
+
categories: [release]
|
7
|
+
---
|
8
|
+
|
9
|
+
A year ago to the day, [we released Jekyll 1.0.0][jekyll-1]. One year later, we present to you the next major version: Jekyll 2.0.0.
|
10
|
+
|
11
|
+
Jam-packed with some [highly-requested features and bugfixes galore][changelog], this is the best Jekyll yet. Some notable changes:
|
12
|
+
|
13
|
+
1. [Collections](/docs/collections/) - Collections allow you to define an unlimited number of custom document types (beyond just posts and pages) for different types of content you may want to author in Jekyll such as API documentation or a cookbook!
|
14
|
+
2. [Brand new site template](https://github.com/jekyll/jekyll/pull/2050#issuecomment-35938016) (thanks [@jglovier][]!) - Getting started with Jekyll just got a lot easier and a lot more beautiful. Just run `jekyll new <path>` and you're good to go.
|
15
|
+
3. [Native Sass & CoffeeScript support](/docs/assets/) - We love CSS and JavaScript as much as the next guy, but there will always be a special place in our hearts for Sass and CoffeeScript. We now offer native support for these file types — no more messing around with Rake or Grunt!
|
16
|
+
4. [YAML Front Matter defaults](/docs/configuration/#front-matter-defaults) - If you've set `layout: post` more than once in your life, you'll love this new feature: set front matter defaults for a given directory or type.
|
17
|
+
5. [Custom markdown processors](/docs/configuration/#custom-markdown-processors) - Always wanted to use your favourite home-grown Markdown converter, but couldn't with Jekyll? Now you can. Simply specify `markdown: MyConverterClass` and you're on your way.
|
18
|
+
6. [Addition of `where` and `group_by` Liquid filters](/docs/templates/#filters) - Simplifying your Liquid templates one filter at a time. The `where` filter selects from an array all items within which have a given value for a property. The `group_by` filter groups all items in an array which have the same value for a given property.
|
19
|
+
7. [Switch from Maruku to Kramdown as default markdown converter](https://github.com/jekyll/jekyll/pull/1988) - Maruku is dead. We've replaced it with the converter which has the closest feature parity: Kramdown!
|
20
|
+
|
21
|
+
Check out our [changelog][] for a complete list of all (200+) changes.
|
22
|
+
|
23
|
+
Many thanks to these 183 contributors for making Jekyll 2.0.0 happen:
|
24
|
+
|
25
|
+
Parker Moore, Matt Rogers, maul.esel, Anatol Broder, Zach Gersh, Joel Glovier, Ben Balter, XhmikosR, Coby Chapple, John Piasetzki, Aidan Feldman, Robin Dupret, Pascal Borreli, Troy Swanson, Erik Michaels-Ober, albertogg, Lucas Jenss, Matt Rogers & Persa Zula, Eric Mill, Shigeya Suzuki, Jens Nazarenus, ddavison, Pat Hawks, Rob Wierzbowski, MURAOKA Taro, Casey Lang, Fabian Rodriguez, Greg Karékinian, Zlatan Vasović, Christopher Nicotera, Dmitry Chestnykh, Ryan Morrissey, Jordon, John Hughes, akira yamada, Matt Swanson, Jashank Jeremy, Matthew Iversen, Meeka, liufengyun, Anand Narayan, nitoyon, Geoff Shannon, Benjamin J. Balter, Juan Ignacio Donoso, David Briggs, Benjamin Esham, Slava Pavlutin, Assaf Gelber, Josh Brown, Nick Fagerlund, Davide Ficano, pilosus, Anthony Smith, André Arko, Mikael Konutgan, Matthew Scharley, Dan Tao, scribu, Mort Yao, m, Stephen McDonald, Marcus Stollsteimer, Thomas Torsney-Weir, Jordon Bedwell, Tom Preston-Werner, Lincoln Mullen, Philip Poots, Ivan Tse, Christopher Giroir, Valery Tolstov, Wlodek Bzyl, Xavier Noria, Yi Zeng, Persa Zula, Phil Leggetter, Pirogov Evgenij, Rafael Revi, Rob McGuire-Dale, Rob Muhlestein, Robin Mehner, Roland Warmerdam, Rusty Geldmacher, Sam Rayner, Santeri Paavolainen, Sebastian Morr, Stephan Groß, Steven Spasbo, Tobias Brunner, Tuomas Kareinen, Tyler Margison, Uwe Dauernheim, Yihang Ho, Zach Leatherman, Zequez, andrew morton, andrewhavens, imathis, jannypie, jaybe@jekyll, kk_Ataka, markets, redwallhp, schneems, szymzet, thomasdao, tomsugden, wǒis神仙, 张君君, Noah Slater, Abhi Yerra, Adam Heckler, Ahmed Hazem, Aigars Dzerviniks, Aleksey V. Zapparov, Andreas Möller, Andy Lindeman, Arlen Cuss, Aziz Shamim, Ben Baker-Smith, Ben Hanzl, Ben Hildred, Brian Kim, Brice, Carol Nichols, Chezou, Chris Jones, Christian Grobmeier, Christoph Hochstrasser, Christoph Schiessl, Clint Shryock, Colin Dean, Corey Ward, Damian Lettie, Daniel Schauenberg, David Ensinger, David Paschich, David Sawyer, David Silva Smith, Donald Perry, Doug Johnston, Edward Ball, Eric Dobson, Erik Dungan, Florent Guilleux, Francis, Frederic ROS, GSI2013, Garen Torikian, George Anderson, Giuseppe Capizzi, Ishibashi Hideto, Jarrod Birch, Jeff Kolesky, Jens Bissinger, Jens Krause, John Firebaugh, John Papandriopoulos, Josh Branchaud, Katy DeCorah, Lachlan Holden, Mark Prins, Markus Roth, Martin Charles, Matt Iversen, Matt Sheehan, Matt Swensen, Matthias Vogelgesang, Michael Parker, Miha Rekar, Nathan Youngman, Nick Quaranto, Nick Quinlan, Nick Schonning, Nicolas Alpi, Nicolás Reynolds, Nikkau, 4ensicLog, Octavian Damiean, Olov Lassus, PatrickC8t, Paul Annesley, and Paul Oppenheim.
|
26
|
+
|
27
|
+
Happy developing!
|
28
|
+
|
29
|
+
[changelog]: /docs/history/
|
30
|
+
[@jglovier]: https://github.com/jglovier
|
31
|
+
[jekyll-1]: {% post_url 2013-05-06-jekyll-1-0-0-released %}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 2.0.3 Released'
|
4
|
+
date: 2014-05-08 22:43:17 -0400
|
5
|
+
author: parkr
|
6
|
+
version: 2.0.3
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
Hey again! Just wanted to let you know we've released another version of Jekyll, jam-packed with bug fixes.
|
11
|
+
|
12
|
+
A huge "thank you" is in order for all the folks who have submitted bug reports over the last 2 days — your input is what allows this project to continue. It's always a pain to deal with a MAJOR version bump release, but it's been pretty smooth so far and you have all been nice about the flaws you've found in the tool. Keep filing those reports so we can continue to make Jekyll even better!
|
13
|
+
|
14
|
+
Thank you to the contributors that contributed code to 2.0.1, 2.0.2, and/or 2.0.3:
|
15
|
+
|
16
|
+
Parker Moore, Yi Zeng, Gabe Ortiz, Aaron Broder, Alberto Grespan, gpxl, David Briggs, Kevin Ingersoll, and Troy Swanson.
|
17
|
+
|
18
|
+
As always, check out the [changelog](/docs/history/) for more info. Happy Jekylling!
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Pick Up your $1 Jekyll Sticker'
|
4
|
+
date: 2014-06-04 15:46:53 -0400
|
5
|
+
author: parkr
|
6
|
+
categories: [partners]
|
7
|
+
---
|
8
|
+
|
9
|
+
![Jekyll Sticker](/img/jekyll-sticker.jpg)
|
10
|
+
|
11
|
+
You may have heard that [@cobyism](https://github.com/cobyism)'s excellent
|
12
|
+
Jekyll logo has been made into a sticker. You may have sat idly by, wishing
|
13
|
+
that you could have a sticker honoring your beloved Jekyll.
|
14
|
+
|
15
|
+
The StickerMule team says, *"Pine no longer!"* StickerMule has **[discounted the
|
16
|
+
price of Jekyll stickers down to $1 and are offering free (domestic)
|
17
|
+
shipping](http://www.stickermule.com/marketplace/825-jekyll-stickers)!**
|
18
|
+
Go grab one now on the StickerMule marketplace – [they'll look
|
19
|
+
swell on your favourite hardware.](https://twitter.com/parkr/status/430826309707902976/photo/1)
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll Turns 21! Err... I mean 2.1.0.'
|
4
|
+
date: 2014-06-28 17:26:59 -0400
|
5
|
+
author: parkr
|
6
|
+
version: 2.1.0
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
Jekyll's finally [legal to drink in the States](http://en.wikipedia.org/wiki/Legal_drinking_age).
|
11
|
+
And he's done a lot of learning in the process! Here are some of the new
|
12
|
+
things to look forward to:
|
13
|
+
|
14
|
+
- Uses the latest Liquid version (2.6.1) (#2495)
|
15
|
+
- Set front matter defaults for collections (#2419)
|
16
|
+
- Set a collection-specific URL template (#2418)
|
17
|
+
- `pygments.rb` 0.6.0! (#2504)
|
18
|
+
- `.json` files in `_data` (#2369)
|
19
|
+
- Allow subdirectories in `_data` (#2395)
|
20
|
+
- Add support for `hl_lines` in `highlight` tag (#2532)
|
21
|
+
- Post categories now merge with directory, front matter, and defaults (#2373)
|
22
|
+
- New `--skip_initial_build` flag for `jekyll serve` (#2477)
|
23
|
+
- A bajilion bug fixes and site updates!
|
24
|
+
|
25
|
+
Let's go party!
|
26
|
+
|
27
|
+
*Check out the [full changelog](/docs/history/#v2-1-0) for more.*
|
28
|
+
|
29
|
+
Many thanks to these 37 contributors for the 2.1.0 release:
|
30
|
+
|
31
|
+
Alberto Grespan, Alessandro Lorenzi, Alex Medearis, Alfred Xing, Anatol Broder, Ben, Ben Balter, Bud Parr, Chezou, Denilson Figueiredo de Sá, Denilson Sá, Ivan Tse, Jens Nazarenus, Jesse Shawl, Jordon Bedwell, Josh Davis, János Rusiczki, Marc Ransome, Mathieu Bruyen, Matt Rogers, Parker Moore, Pat Hawks, Paul Henry, Peter Rhoades, Philipp Rudloff, Quinn Shanahan, Renaud Martinet, Rob Murray, Rodrigo Dumont, Simon Sarris, Terry, Terry Schmidt, Tomer Cohen, XhmikosR, Yihang Ho, jaybe@jekyll, and mikecole.
|
@@ -0,0 +1,30 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 2.1.1 Released'
|
4
|
+
date: 2014-07-01 20:16:43 -0400
|
5
|
+
author: parkr
|
6
|
+
version: 2.1.1
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
This is a minor release for Jekyll 2.1.0. It fixes a couple bugs and
|
11
|
+
introduces fixes for a couple security-related issues.
|
12
|
+
|
13
|
+
It covers two security vulnerabilities:
|
14
|
+
|
15
|
+
1. One in the reading of data
|
16
|
+
2. One in the `layouts` setting
|
17
|
+
|
18
|
+
They were identified in Jekyll 1.5.1 and has been confirmed as patched
|
19
|
+
in this version and the version used by GitHub Pages. If you are in the
|
20
|
+
business of building Jekyll sites, please ensure you upgrade to 2.1.1 as
|
21
|
+
soon as possible.
|
22
|
+
|
23
|
+
For more, check out [`jekyll/jekyll#2563`](https://github.com/jekyll/jekyll/pull/2563).
|
24
|
+
|
25
|
+
Additionally, the dependency on Maruku has been loosened and a bug was
|
26
|
+
fixed with document URLs.
|
27
|
+
|
28
|
+
As always, check out the [full changelog](/docs/history/) for more info!
|
29
|
+
|
30
|
+
Happy Jekylling!
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 2.2.0 Released'
|
4
|
+
date: 2014-07-29 18:59:13 -0400
|
5
|
+
author: parkr
|
6
|
+
version: 2.2.0
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
Jekyll 2.2.0 contains a few key updates:
|
11
|
+
|
12
|
+
1. A warning will now fire if you specify a layout in any of your pages or
|
13
|
+
posts that doesn't exist.
|
14
|
+
2. Certain Pygments options are now whitelisted in safe mode
|
15
|
+
3. Categories in a post's path are now respected (i.e. folders in `_posts`
|
16
|
+
will now work properly).
|
17
|
+
|
18
|
+
As always, a full list of the updates are on the
|
19
|
+
[history page](/docs/history/#v2-2-0). Happy Jekylling!
|
@@ -0,0 +1,41 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 2.3.0 Released'
|
4
|
+
date: 2014-08-10 20:38:34 -0400
|
5
|
+
author: parkr
|
6
|
+
version: 2.3.0
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
This latest release of Jekyll includes a slew of enhancements and bug
|
11
|
+
fixes. Some of the highlights:
|
12
|
+
|
13
|
+
* Strange bug around spacing/indentation should be resolved. [It was a
|
14
|
+
curious bug indeed.](https://github.com/jekyll/jekyll/issues/2676)
|
15
|
+
* Pages, Posts, and Drafts can now be converted by multiple converters.
|
16
|
+
* Static files can now be safely included in collections. They'll be placed
|
17
|
+
in a `collection.files` array. `collection.docs` still holds exclusively
|
18
|
+
content with YAML front matter.
|
19
|
+
* Sass files can once again be rendered by Liquid. However, neither Sass
|
20
|
+
nor CoffeeScript can ever have a layout. Bonus: `scssify` and `sassify`
|
21
|
+
Liquid filters.
|
22
|
+
* Partial variables allowed now in the path argument of `include` calls
|
23
|
+
* We added a `jekyll help` command. Pass it a subcommand to see more info
|
24
|
+
about that subcommand. Or don't, to see the help for `jekyll` itself.
|
25
|
+
* Lots of fixes to the site template we use for `jekyll new`, including
|
26
|
+
converting the CSS into SCSS.
|
27
|
+
* The `jsonify` filter will now call `#to_liquid` for you
|
28
|
+
* Lots, lots more!
|
29
|
+
|
30
|
+
One change deserves special note. In [#2633][], subfolders *inside* a
|
31
|
+
`_posts` folder were processed and added as categories to the posts. It
|
32
|
+
turns out, this behaviour was unwanted by a large number of individuals, as
|
33
|
+
it is a handy way to organize posts. Ultimately, we decided to revert this
|
34
|
+
change in [#2705][], because it was a change in behaviour that was already
|
35
|
+
well-established (at least since Jekyll v0.7.0), and was convenient.
|
36
|
+
|
37
|
+
[#2633]: {{ site.repository }}/issues/2633
|
38
|
+
[#2705]: {{ site.repository }}/issues/2705
|
39
|
+
|
40
|
+
For more excellent CHANGELOG reading material, check out the [History
|
41
|
+
page](/docs/history/)! Happy Jekylling!
|
@@ -0,0 +1,25 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'A Wild Jekyll 2.4.0 Appeared!'
|
4
|
+
date: 2014-09-09 21:10:33 -0700
|
5
|
+
author: parkr
|
6
|
+
version: 2.4.0
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
Well, lookie here! A new release of Jekyll! v2.4.0 contains lots of goodies, including some brilliant new additions:
|
11
|
+
|
12
|
+
- A new `relative_include` Liquid tag ([#2870]({{ site.repository }}/issues/2870))
|
13
|
+
- Render Liquid in CoffeeScript files ([#2830]({{ site.repository }}/issues/2830))
|
14
|
+
- Add 4 new array Liquid filters: `push`, `pop`, `shift`, and `unshift` ([#2895]({{ site.repository }}/pull/2895))
|
15
|
+
- Auto-enable watch on 'serve' ([#2858]({{ site.repository }}/issues/2858)). No more `-w`!
|
16
|
+
- Add `:title` and `:name` to collection URL template fillers ([#2864]({{ site.repository }}/issues/2864) & [#2799]({{ site.repository }}/issues/2799))
|
17
|
+
- Add support for CSV files in the `_data` directory ([#2761]({{ site.repository }}/issues/2761))
|
18
|
+
- Add `inspect` liquid filter ([#2867]({{ site.repository }}/issues/2867))
|
19
|
+
- Add a `slugify` Liquid filter ([#2880]({{ site.repository }}/issues/2880))
|
20
|
+
|
21
|
+
Some other wunderbar bug fixes in there as well. Check out the [full changelog](/docs/history/) for the whole scoop.
|
22
|
+
|
23
|
+
As always, many thanks to our amazing contributors who made this release possible: Chris Frederick, Garen Torikian, James Smith, Ruslan Korolev, Joel Glovier, Michael Kühnel, Minn Soe, Pat Hawks, Peter deHaan, Shu Uesugi, TJ, Zhuochun, Alfred Xing, nitoyon, Anatol Broder, Faruk AYDIN, Frederic Hemberger, and Gordon Gao. Thank you!!
|
24
|
+
|
25
|
+
Happy Jekylling!
|
@@ -0,0 +1,47 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: "Jekyll's Mid-Life Crisis (Or, Jekyll turns 2.5.0)"
|
4
|
+
date: 2014-11-05 10:48:22 -0800
|
5
|
+
author: parkr
|
6
|
+
version: 2.5.0
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
A new day, a new release! Jekyll just turned 2.5.0 and has gained a lot of
|
11
|
+
wisdom along the way. This 2.5.0 release also comes just a few weeks after
|
12
|
+
Jekyll turned 6 years old! In fashion, we're celebrating this huge
|
13
|
+
milestone with a pretty big release. What's changed in 2.5.0? Here are some
|
14
|
+
highlights:
|
15
|
+
|
16
|
+
* Require plugins in the `:jekyll_plugins` Gemfile group (turned off with an environment variable)
|
17
|
+
* YAML Front Matter permalinks can now contain placeholders like `:name`. Check out all the placeholders on the [Permalinks docs page](/docs/permalinks/).
|
18
|
+
* The `jsonify` filter now deep-converts arrays to liquid.
|
19
|
+
* Shorted `build` and `serve` commands with `b` and `s` aliases, respectively
|
20
|
+
* WEBrick will now list your directory if it can't find an index file.
|
21
|
+
* Any enumerable can be used with the `where` filter.
|
22
|
+
* Performance optimizations thanks to @tmm1's [stackprof](https://github.com/tmm1/stackprof)
|
23
|
+
* Fix for Rouge's Redcarpet interface
|
24
|
+
* Security auditors will love this: path sanitation has now been centralized.
|
25
|
+
* Specify a log level with `JEKYLL_LOG_LEVEL`: debug, info, warn, or error.
|
26
|
+
|
27
|
+
...and a whole bunch of other fixes and enhancements you can read more
|
28
|
+
about in [the changelog!](/docs/history/)
|
29
|
+
|
30
|
+
As always, if you run into issues, please [check the issues]({{ site.repository }}/issues)
|
31
|
+
and [create an issue if one doesn't exist for the bug you encountered]({{ site.repository }}/issues/new).
|
32
|
+
If you just need some help, the extraordinary [jekyll help team is here for
|
33
|
+
you!]({{ site.help_url }})
|
34
|
+
|
35
|
+
*When was the [first commit to Jekyll](https://github.com/jekyll/jekyll/commit/d189e05d236769c1e5594af9db4d6eacb86fc16e)?
|
36
|
+
All the way back on October 19, 2008. It features interesting historical
|
37
|
+
tidbits, such as the old name for Jekyll was "autoblog", and was first
|
38
|
+
released via Rubyforge. What a difference 6 years has made!*
|
39
|
+
|
40
|
+
Thanks to the following contributors for making this release possible:
|
41
|
+
|
42
|
+
Parker Moore, XhmikosR, Alfred Xing, Ruslan Korolev, Pat Hawks,
|
43
|
+
chrisfinazzo, Mike Kruk, Tanguy Krotoff, Matt Hickford, Philipp Rudloff,
|
44
|
+
Rob Murray, Sean Collins, Seth Warburton, Tom Thorogood, Vasily Vasinov,
|
45
|
+
Veres Lajos, feivel, mitaa, nitoyon, snrbrnjna, tmthrgd, Bret Comnes,
|
46
|
+
Charles Baynham, Christian Mayer, Dan Croak, Frederic Hemberger, Glauco
|
47
|
+
Custódio, Igor Kapkov, and Kevin Ndung'u!
|
@@ -0,0 +1,29 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 2.5.1 Released'
|
4
|
+
date: 2014-11-09 09:47:52 -0800
|
5
|
+
author: parkr
|
6
|
+
version: 2.5.1
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
Hot on the heels of v2.5.0, this release brings relief to our Windows
|
11
|
+
users. It includes a fix for a 2.5.0 path sanitation change that has been
|
12
|
+
confirmed to work on Windows.
|
13
|
+
|
14
|
+
To our Windows users: while we don't officially support Windows, we don't
|
15
|
+
wish to impede your normal use of Jekyll at all. Our lack of full support
|
16
|
+
for Windows is due to our lack of a Windows machine for development testing
|
17
|
+
(no one on the core team has a Windows machine upon which to test new
|
18
|
+
release candidates), not due to any malice or willful oversight. If you
|
19
|
+
come to us with an issue, we are more than happy to work through it with
|
20
|
+
you to come to a solution that works for all platforms. Along those lines,
|
21
|
+
we have created a [**Windows Test Force**][] (WTF) which is a group of Jekyll
|
22
|
+
users dedicated to making sure all future releases work on Windows *before*
|
23
|
+
they're released so we don't have this issue again. A special thanks goes
|
24
|
+
out to the initial WTF team members, XhmikosR, Julian Thilo, Pedro Rogério,
|
25
|
+
and Alfred Xing.
|
26
|
+
|
27
|
+
Happy Jekylling!
|
28
|
+
|
29
|
+
[**Windows Test Force**]: https://github.com/jekyll/jekyll/issues/3069
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll 2.5.2 Released'
|
4
|
+
date: 2014-11-12 18:49:08 -0800
|
5
|
+
author: parkr
|
6
|
+
version: 2.5.2
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
A very minor release, 2.5.2 fixes a bug with path sanitation that 2.5.1
|
11
|
+
introduced. It also improves the `post_url` tag such that it checks the
|
12
|
+
posts' name (e.g. `2014-03-03-my-cool-post`) instead of a compiled time and
|
13
|
+
name. This fixes issues where posts are created and the day changes based
|
14
|
+
on timezone discrepancies.
|
15
|
+
|
16
|
+
[Full history here.](/docs/history/)
|
17
|
+
|
18
|
+
Happy Jekylling!
|
@@ -0,0 +1,27 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Alfred Xing has joined the Jekyll core team'
|
4
|
+
date: 2014-12-17 11:16:21 -0800
|
5
|
+
author: parkr
|
6
|
+
version: alfredxing
|
7
|
+
categories: [team]
|
8
|
+
---
|
9
|
+
|
10
|
+
We're excited to announce that [@alfredxing][] has joined the @jekyll/core
|
11
|
+
team!
|
12
|
+
|
13
|
+
He hails from Vancouver, BC, Canada, where he is studying Economics and
|
14
|
+
Computer Science at the [University of British Columbia][]. Alfred popped up in
|
15
|
+
the issues a few months ago with terrific insights, focus, and humility.
|
16
|
+
Performance buffs may be pleased to hear incremental regeneration will be
|
17
|
+
released in a future version of Jekyll -- a significant piece of the
|
18
|
+
feature written by Alfred.
|
19
|
+
|
20
|
+
Please join me in welcoming Alfred to the Jekyll core team. We're excited
|
21
|
+
he's agreed to lend his talents to this project. The future is an exciting
|
22
|
+
place!
|
23
|
+
|
24
|
+
Happy Jekylling!
|
25
|
+
|
26
|
+
[@alfredxing]: https://github.com/alfredxing
|
27
|
+
[University of British Columbia]: http://ubc.ca
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: 'Jekyll Release for the Holidays! v2.5.3 Out'
|
4
|
+
date: 2014-12-22 09:03:30 -0500
|
5
|
+
author: parkr
|
6
|
+
version: 2.5.3
|
7
|
+
categories: [release]
|
8
|
+
---
|
9
|
+
|
10
|
+
Happy Holidays, everyone.
|
11
|
+
|
12
|
+
Jekyll v2.5.3 is a quick patch release, containing some minor fixes. See the
|
13
|
+
[full history](/docs/history/) for more info. If you notice any problems,
|
14
|
+
please [let us know]({{ site.help_url }}).
|
15
|
+
|
16
|
+
This release also marks the start of Jekyll 3 development. I wrote about it
|
17
|
+
over on my personal blog: [Jekyll 3 — The Road Ahead](https://byparker.com/blog/2014/jekyll-3-the-road-ahead/).
|
18
|
+
Feel free to chime in over on GitHub.
|
19
|
+
|
20
|
+
Happy Jekylling!
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
layout: news_item
|
3
|
+
title: "Jekyll Meet & Greet at GitHub HQ"
|
4
|
+
date: "2015-01-20 19:23:12 -0800"
|
5
|
+
author: parkr
|
6
|
+
categories: [meetup]
|
7
|
+
---
|
8
|
+
|
9
|
+
Hey! Our friends at GitHub have agreed to host a Jekyll meet & greet on
|
10
|
+
**February 5, 2015 at 7pm**. The event will be hosted at
|
11
|
+
[GitHub's Headquarters](https://goo.gl/maps/Bmy7i)
|
12
|
+
here in San Francisco, CA. Pizza & beer will be available for those interested,
|
13
|
+
and there will be much time to sit and chat about all things Jekyll. This would
|
14
|
+
be an especially good time to get help with bugs you've encountered or to talk
|
15
|
+
over a potential feature with the core team in attendance.
|
16
|
+
|
17
|
+
A special thanks to [@gjtorikian](https://github.com/gjtorikian) for making this
|
18
|
+
all possible! You rock.
|
19
|
+
|
20
|
+
We look forward to meeting all you fine folks. Cheers!
|