docs: add feed for releases [skip-ci]

This commit is contained in:
Frank Taillandier 2019-02-15 20:53:51 +01:00
parent 925aa33ddc
commit cc409d33f7
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
68 changed files with 77 additions and 67 deletions

View File

@ -10,6 +10,7 @@ twitter:
logo: "/img/logo-2x.png"
google_analytics_id: UA-50755011-1
google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY
collections:
docs:
permalink: "/:collection/:path/"
@ -19,6 +20,7 @@ collections:
output: true
tutorials:
output: true
defaults:
- scope:
path: _docs
@ -31,6 +33,7 @@ defaults:
values:
layout: news_item
image: "/img/twitter-card.png"
plugins:
- jekyll-avatar
- jekyll-feed
@ -39,8 +42,14 @@ plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
feed:
categories:
- release
sass:
style: compressed
exclude:
- .gitignore
- .jekyll-cache

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
{% feed_meta %}
<link type="application/atom+xml" rel="alternate" href="{{ "/feed/release.xml" | relative_url }}" title="Jekyll releases posts" />
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekylls master branch" href="{{ site.repository }}/commits/master.atom">
<link rel="preload" href="/fonts/lato-v14-latin-300.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/lato-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin />

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.0.0 Released"
date: "2013-05-06 02:12:52 +0200"
author: parkr
version: 1.0.0
categories: [release]
category: release
---
Hey! After many months of hard work by Jekyll's contributors, we're excited

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.0.1 Released"
date: "2013-05-08 23:46:11 +0200"
author: parkr
version: 1.0.1
categories: [release]
category: release
---
Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights:

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.0.2 Released"
date: "2013-05-12 14:45:00 +0200"
author: parkr
version: 1.0.2
categories: [release]
category: release
---
v1.0.2 has some key bugfixes that optionally restore some behaviour from pre-1.0

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.0.3 Released"
date: "2013-06-07 21:02:13 +0200"
author: parkr
version: 1.0.3
categories: [release]
category: release
---
v1.0.3 contains some key enhancements and bug fixes:

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.1.0 Released"
date: "2013-07-14 19:38:02 +0200"
author: parkr
version: 1.1.0
categories: [release]
category: release
---
After a month of hard work, the Jekyll core team is excited to announce the release of

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.1.1 Released"
date: "2013-07-24 22:24:14 +0200"
author: parkr
version: 1.1.1
categories: [release]
category: release
---
Coming just 10 days after the release of v1.1.0, v1.1.1 is out with a patch for

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.0.4 Released"
date: "2013-07-25 09:08:38 +0200"
author: mattr-
version: 1.0.4
categories: [release]
category: release
---
Version 1.0.4 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.1.2 Released"
date: "2013-07-25 09:08:38 +0200"
author: parkr
version: 1.1.2
categories: [release]
category: release
---
Version 1.1.2 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.

View File

@ -3,7 +3,7 @@ title: "Jekyll 1.2.0 Released"
date: "2013-09-06 22:02:41 -0400"
author: parkr
version: 1.2.0
categories: [release]
category: release
---
After nearly a month and a half of hard work, the Jekyll team is happy to

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.2.1 Released'
date: 2013-09-14 20:46:50 -0400
author: parkr
version: 1.2.1
categories: [release]
category: release
---
Quick turnover, anyone? A [recent incompatibility with Liquid

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.3.0.rc1 Released'
date: 2013-10-28 20:14:39 -0500
author: mattr-
version: 1.3.0.rc1
categories: [release]
category: release
---
Jekyll 1.3.0 is going to be a big release! In order to make sure we

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.3.0 Released'
date: 2013-11-04 21:46:02 -0600
author: mattr-
version: 1.3.0
categories: [release]
category: release
---
It's been about six weeks since v1.2.0 and the Jekyll team is happy to

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.3.1 Released'
date: 2013-11-26 19:52:20 -0600
author: mattr-
version: 1.3.1
categories: [release]
category: release
---
Just in time for the US holiday Thanksgiving, we're releasing version

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.4.0 Released'
date: 2013-12-07 13:55:28 -0600
author: mattr-
version: 1.4.0
categories: [release]
category: release
---
About a month after the release of Jekyll v1.3.0, we are releasing

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.4.1 Released'
date: 2013-12-09 20:44:13 -0600
author: mattr-
version: 1.4.1
categories: [release]
category: release
---
Another quick turnover, anyone? A [critical

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.4.2 Released'
date: 2013-12-16 19:48:13 -0500
author: parkr
version: 1.4.2
categories: [release]
category: release
---
This release fixes [a regression][] where Maruku fenced code blocks were turned

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.4.3 Released'
date: 2014-01-13 17:43:32 -0800
author: benbalter
version: 1.4.3
categories: [release]
category: release
---
Jekyll 1.4.3 contains two **critical** security fixes. If you run Jekyll locally

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.5.0 Released'
date: 2014-03-24 20:37:59 -0400
author: parkr
version: 1.5.0
categories: [release]
category: release
---
As work continues on Jekyll 2.0.0, we felt it was important to address two key

View File

@ -3,7 +3,7 @@ title: 'Jekyll 1.5.1 Released'
date: 2014-03-27 22:43:48 -0400
author: parkr
version: 1.5.1
categories: [release]
category: release
---
The hawk-eyed [@gregose](https://github.com/gregose) spotted a bug in our

View File

@ -2,7 +2,7 @@
title: 'Jekyll turns 2.0.0'
author: parkr
version: 2.0.0
categories: [release]
category: release
---
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.

View File

@ -3,7 +3,7 @@ title: 'Jekyll 2.0.3 Released'
date: 2014-05-08 22:43:17 -0400
author: parkr
version: 2.0.3
categories: [release]
category: release
---
Hey again! Just wanted to let you know we've released another version of Jekyll, jam-packed with bug fixes.

View File

@ -3,7 +3,7 @@ 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]
category: release
---
Jekyll's finally [legal to drink in the States](https://en.wikipedia.org/wiki/Legal_drinking_age).

View File

@ -3,7 +3,7 @@ title: 'Jekyll 2.1.1 Released'
date: 2014-07-01 20:16:43 -0400
author: parkr
version: 2.1.1
categories: [release]
category: release
---
This is a minor release for Jekyll 2.1.0. It fixes a couple bugs and

View File

@ -3,7 +3,7 @@ title: 'Jekyll 2.2.0 Released'
date: 2014-07-29 18:59:13 -0400
author: parkr
version: 2.2.0
categories: [release]
category: release
---
Jekyll 2.2.0 contains a few key updates:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 2.3.0 Released'
date: 2014-08-10 20:38:34 -0400
author: parkr
version: 2.3.0
categories: [release]
category: release
---
This latest release of Jekyll includes a slew of enhancements and bug

View File

@ -3,7 +3,7 @@ title: 'A Wild Jekyll 2.4.0 Appeared!'
date: 2014-09-09 21:10:33 -0700
author: parkr
version: 2.4.0
categories: [release]
category: release
---
Well, lookie here! A new release of Jekyll! v2.4.0 contains lots of goodies, including some brilliant new additions:

View File

@ -3,7 +3,7 @@ title: "Jekyll's Mid-Life Crisis (Or, Jekyll turns 2.5.0)"
date: 2014-11-05 10:48:22 -0800
author: parkr
version: 2.5.0
categories: [release]
category: release
---
A new day, a new release! Jekyll just turned 2.5.0 and has gained a lot of

View File

@ -3,7 +3,7 @@ title: 'Jekyll 2.5.1 Released'
date: 2014-11-09 09:47:52 -0800
author: parkr
version: 2.5.1
categories: [release]
category: release
---
Hot on the heels of v2.5.0, this release brings relief to our Windows

View File

@ -3,7 +3,7 @@ title: 'Jekyll 2.5.2 Released'
date: 2014-11-12 18:49:08 -0800
author: parkr
version: 2.5.2
categories: [release]
category: release
---
A very minor release, 2.5.2 fixes a bug with path sanitation that 2.5.1

View File

@ -3,7 +3,7 @@ title: 'Jekyll Release for the Holidays! v2.5.3 Out'
date: 2014-12-22 09:03:30 -0500
author: parkr
version: 2.5.3
categories: [release]
category: release
---
Happy Holidays, everyone.

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.0.0.beta1 Released'
date: 2015-01-24 00:42:31 -0800
author: parkr
version: 3.0.0.beta1
categories: [release]
category: release
---
Hey!

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.0 Released'
date: 2015-10-26 15:37:30 -0700
author: parkr
version: 3.0
categories: [release]
category: release
---
The much-anticipated Jekyll 3.0 has been released! Key changes:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.0.1 Released'
date: 2015-11-17 22:04:39 -0800
author: parkr
version: 3.0.1
categories: [release]
category: release
---
Hey, folks! Bunch of bug fixes here. Notables:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.0.2 Released'
date: 2016-01-20 14:08:18 -0800
author: parkr
version: 3.0.2
categories: [release]
category: release
---
A crucial bug was found in v3.0.1 which caused invalid post dates to go

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.1.0 Released'
date: 2016-01-24 13:16:12 -0800
author: parkr
version: 3.1.0
categories: [release]
category: release
---
Happy weekend! To make your weekend all the better, we have just released

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.1.1 Released'
date: 2016-01-28 17:21:50 -0800
author: parkr
version: 3.1.1
categories: [release]
category: release
---
This release squashes a few bugs :bug: :bug: :bug: noticed by a few

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.0.3 Released'
date: 2016-02-08 10:39:08 -0800
author: parkr
version: 3.0.3
categories: [release]
category: release
---
[GitHub Pages upgraded to Jekyll 3.0.2][1] last week. With a testbed of

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.1.2 Released!'
date: 2016-02-19 15:24:00 -0800
author: parkr
version: 3.1.2
categories: [release]
category: release
---
Happy Friday from sunny California! Today, we're excited to announce the release of Jekyll v3.1.2, which comes with some crucial bug fixes:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.0.4 Released'
date: 2016-04-19 10:26:12 -0700
author: parkr
version: 3.0.4
categories: [release]
category: release
---
v3.0.4 is a patch release which fixes the follow two issues:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.1.3 Released'
date: 2016-04-19 10:26:16 -0700
author: parkr
version: 3.1.3
categories: [release]
category: release
---
v3.1.3 is a patch release which fixes the follow two issues:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.0.5 Released'
date: 2016-04-26 17:40:44 -0700
author: parkr
version: 3.0.5
categories: [release]
category: release
---
This version fixes a bug affecting only v3.0.4 where autoregeneration was

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.1.4 "Stability Sam" Released'
date: 2016-05-18 16:50:37 -0700
author: parkr
version: 3.1.4
categories: [release]
category: release
---
Hey Jekyllites!

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.1.5 Released'
date: 2016-05-18 21:35:27 -0700
author: parkr
version: 3.1.5
categories: [release]
category: release
---
There's always at least one bug, right? :)

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.1.6 Released'
date: 2016-05-19 12:48:14 -0700
author: parkr
version: 3.1.6
categories: [release]
category: release
---
Upon releasing 3.1.5 and kicking the tires, we noticed a glaring bug: our

View File

@ -3,7 +3,7 @@ title: 'Jekyll turns 3.2'
date: 2016-07-26 15:06:49 -0700
author: parkr
version: 3.2.0
categories: [release]
category: release
---
Happy Day! Jekyll v3.2.0 is out, and packed full of goodies.

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.2.1 Released with Fix for Windows'
date: 2016-08-02 13:20:11 -0700
author: parkr
version: 3.2.1
categories: [release]
category: release
---
Well, 3.2.0 has been a success, but with one fatal flaw: it doesn't work on

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.3 is here with better theme support, new URL filters, and tons
date: 2016-10-06 11:10:38 -0700
author: parkr
version: 3.3.0
categories: [release]
category: release
---
There are tons of great new quality-of-life features you can use in 3.3.

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.3.1 Released'
date: 2016-11-14 14:29:59 -0800
author: parkr
version: 3.3.1
categories: [release]
category: release
---
Hello! We have a bugfix release of Jekyll hot off the presses for you. Key

View File

@ -3,7 +3,7 @@ title: 'Jekyll turns 3.4.0'
date: 2017-01-18 14:19:13 -0500
author: parkr
version: 3.4.0
categories: [release]
category: release
---
Hey there! We have a quick update of Jekyll for you to enjoy this January.

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.4.1, or "Unintended Consequences"'
date: 2017-03-02 14:20:26 -0500
author: parkr
version: 3.4.1
categories: [release]
category: release
---
Conformity is a confounding thing.

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.4.2 Released'
date: 2017-03-09 15:41:57 -0500
author: parkr
version: 3.4.2
categories: [release]
category: release
---
Another one-PR patch update, though without the same [lessons as for the

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.4.3 Released'
date: 2017-03-21 08:52:53 -0500
author: pathawks
version: 3.4.3
categories: [release]
category: release
---
Another one-PR patch update as we continue our quest to destroy all bugs. A

View File

@ -3,7 +3,7 @@ title: 'Jekyll turns 3.5, oh my!'
date: 2017-06-15 17:32:32 -0400
author: parkr
version: 3.5.0
categories: [release]
category: release
---
Good news! Nearly 400 commits later, Jekyll 3.5.0 has been released into

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.5.1 Released'
date: 2017-07-17 12:40:37 -0400
author: parkr
version: 3.5.1
categories: [release]
category: release
---
We've released a few bugfixes in the form of v3.5.1 today:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.5.2 Released'
date: 2017-08-12 16:31:40 -0400
author: parkr
version: 3.5.2
categories: [release]
category: release
---
3.5.2 is out with 6 great bug fixes, most notably one which should dramatically speed up generation of your site! In testing #6266, jekyllrb.com generation when from 18 seconds down to 8! Here is the full line-up of fixes:

View File

@ -3,7 +3,7 @@ title: 'Jekyll turns 3.6!'
date: 2017-09-21 16:38:20 -0400
author: parkr
version: 3.6.0
categories: [release]
category: release
---
Another much-anticipated release of Jekyll. This release comes with it Rouge 2 support, but note you can continue to use Rouge 1 if you'd prefer. We also now require Ruby 2.1.0 as 2.0.x is no longer supported by the Ruby team.

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.6.2 Released'
date: 2017-10-21 21:31:40 +0200
author: dirtyf
version: 3.6.2
categories: [release]
category: release
---
3.6.2 is out, it's a tiny patch release and we invite you to run `bundle update`

View File

@ -4,7 +4,7 @@ description: "Jekyll 3.7.0 brings LiveReload, a directory for your collections a
date: 2018-01-02 11:21:40 +0100
author: DirtyF
version: 3.7.0
categories: [release]
category: release
---
We're happy to release a new minor for the new year.

View File

@ -3,7 +3,7 @@ title: "Jekyll 3.7.2 Released"
date: 2018-01-25 22:22:22 +0530
author: ashmaroli
version: 3.7.2
categories: [release]
category: release
---
Close on the heels of shipping 3.7.0, we were informed of a couple of

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.7.3 Released'
date: 2018-02-25 13:02:08 +0530
author: ashmaroli
version: 3.7.3
categories: [release]
category: release
---
Hello Jekyllers!! :wave:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.8.0 Released'
date: 2018-04-19 19:45:15 +0530
author: ashmaroli
version: 3.8.0
categories: [release]
category: release
---
Aloha Jekyllers!! :wave:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.8.1 Released'
date: 2018-05-01 11:56:01 -0500
author: pathawks
version: 3.8.1
categories: [release]
category: release
---
Happy May Day :tada:

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.8.2 Released'
date: 2018-05-19 10:30:00 -0500
author: pathawks
version: 3.8.2
categories: [release]
category: release
---
Hello Jekyllers!!

View File

@ -3,7 +3,7 @@ title: 'Jekyll 3.8.3 Released'
date: 2018-06-05 09:00:00 -0500
author: pathawks
version: 3.8.3
categories: [release]
category: release
---
This release fixes a regression in 3.8 where collections with `published: false`

View File

@ -2,7 +2,7 @@
title: "Security Fixes for series 3.6, 3.7 and 3.8"
date: 2018-09-19 18:00:00 +0530
author: ashmaroli
categories: [release]
category: release
version: 3.8.4
---

View File

@ -3,10 +3,10 @@ title: 'Jekyll 3.8.5 Released'
date: 2018-11-04 20:58:20 +0100
author: oe
version: 3.8.5
categories: [release]
category: release
---
This release fixes a bug where multiple Liquid tags were not supported in
This release fixes a bug where multiple Liquid tags were not supported in
excerpts.
Thanks to @ashmaroli for fixing this issue in [#7250].