Use defaults in config

All docs stored in _docs inherit from docs layout
All news items stored in _posts inherit from news-item layout
This commit is contained in:
Frank Taillandier 2017-01-09 21:10:24 +01:00
parent 86fc58491c
commit 74e6ef83c9
101 changed files with 16 additions and 102 deletions

View File

@ -101,7 +101,6 @@ def siteify_file(file, overrides_front_matter = {})
slug = File.basename(file, ".markdown").downcase slug = File.basename(file, ".markdown").downcase
front_matter = { front_matter = {
"title" => title, "title" => title,
"layout" => "docs",
"permalink" => "/docs/#{slug}/", "permalink" => "/docs/#{slug}/",
"note" => "This file is autogenerated. Edit /#{file} instead." "note" => "This file is autogenerated. Edit /#{file} instead."
}.merge(overrides_front_matter) }.merge(overrides_front_matter)

View File

@ -10,6 +10,21 @@ help_url: https://github.com/jekyll/jekyll-help
timezone: America/Los_Angeles timezone: America/Los_Angeles
defaults:
-
scope:
path: "_docs"
type: "docs"
values:
layout: "docs"
-
scope:
path: "_posts"
type: "posts"
values:
layout: "news_item"
collections: collections:
docs: docs:
permalink: /:collection/:path/ permalink: /:collection/:path/

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Assets title: Assets
permalink: /docs/assets/ permalink: /docs/assets/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Collections title: Collections
permalink: /docs/collections/ permalink: /docs/collections/
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Code of Conduct title: Code of Conduct
layout: docs
permalink: "/docs/conduct/" permalink: "/docs/conduct/"
note: This file is autogenerated. Edit /CONDUCT.markdown instead. note: This file is autogenerated. Edit /CONDUCT.markdown instead.
redirect_from: "/conduct/index.html" redirect_from: "/conduct/index.html"

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Configuration title: Configuration
permalink: /docs/configuration/ permalink: /docs/configuration/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Continuous Integration title: Continuous Integration
permalink: /docs/continuous-integration/ permalink: /docs/continuous-integration/
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Contributing title: Contributing
layout: docs
permalink: "/docs/contributing/" permalink: "/docs/contributing/"
note: This file is autogenerated. Edit /.github/CONTRIBUTING.markdown instead. note: This file is autogenerated. Edit /.github/CONTRIBUTING.markdown instead.
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Data Files title: Data Files
permalink: /docs/datafiles/ permalink: /docs/datafiles/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Deployment methods title: Deployment methods
permalink: /docs/deployment-methods/ permalink: /docs/deployment-methods/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Working with drafts title: Working with drafts
permalink: /docs/drafts/ permalink: /docs/drafts/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Extras title: Extras
permalink: /docs/extras/ permalink: /docs/extras/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Front Matter title: Front Matter
permalink: /docs/frontmatter/ permalink: /docs/frontmatter/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: GitHub Pages title: GitHub Pages
permalink: /docs/github-pages/ permalink: /docs/github-pages/
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: History title: History
layout: docs
permalink: "/docs/history/" permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead. note: This file is autogenerated. Edit /History.markdown instead.
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Includes title: Includes
permalink: /docs/includes/ permalink: /docs/includes/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Welcome title: Welcome
permalink: /docs/home/ permalink: /docs/home/
redirect_from: /docs/index.html redirect_from: /docs/index.html

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Installation title: Installation
permalink: /docs/installation/ permalink: /docs/installation/
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: Affinity Team Captains title: Affinity Team Captains
layout: docs
--- ---
**This guide is for affinity team captains.** These special people are **team maintainers** of one of our [affinity teams][] and help triage and evaluate the issues and contributions of others. You may find what is written here interesting, but its definitely not for everyone. **This guide is for affinity team captains.** These special people are **team maintainers** of one of our [affinity teams][] and help triage and evaluate the issues and contributions of others. You may find what is written here interesting, but its definitely not for everyone.

View File

@ -1,6 +1,5 @@
--- ---
title: "Avoiding Burnout" title: "Avoiding Burnout"
layout: docs
--- ---
**This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone. **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone.

View File

@ -1,6 +1,5 @@
--- ---
title: "Becoming a Maintainer" title: "Becoming a Maintainer"
layout: docs
--- ---
**This guide is for contributors.** These special people have contributed to one or more of Jekyll's repositories, but do not yet have write access to any. You may find what is written here interesting, but its definitely not for everyone. **This guide is for contributors.** These special people have contributed to one or more of Jekyll's repositories, but do not yet have write access to any. You may find what is written here interesting, but its definitely not for everyone.

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Maintaining Jekyll title: Maintaining Jekyll
permalink: /docs/maintaining/ permalink: /docs/maintaining/
--- ---

View File

@ -1,6 +1,5 @@
--- ---
title: "Merging a Pull Request" title: "Merging a Pull Request"
layout: docs
--- ---
**This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone. **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone.

View File

@ -1,6 +1,5 @@
--- ---
title: "Reviewing a Pull Request" title: "Reviewing a Pull Request"
layout: docs
--- ---
**This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone. **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone.

View File

@ -1,6 +1,5 @@
--- ---
title: "Special Labels" title: "Special Labels"
layout: docs
--- ---
**This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone. **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone.

View File

@ -1,6 +1,5 @@
--- ---
title: "Triaging an Issue" title: "Triaging an Issue"
layout: docs
--- ---
**This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone. **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but its definitely not for everyone.

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Blog migrations title: Blog migrations
permalink: /docs/migrations/ permalink: /docs/migrations/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Creating pages title: Creating pages
permalink: /docs/pages/ permalink: /docs/pages/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Pagination title: Pagination
permalink: /docs/pagination/ permalink: /docs/pagination/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Permalinks title: Permalinks
permalink: /docs/permalinks/ permalink: /docs/permalinks/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Plugins title: Plugins
permalink: /docs/plugins/ permalink: /docs/plugins/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Writing posts title: Writing posts
permalink: /docs/posts/ permalink: /docs/posts/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Quick-start guide title: Quick-start guide
permalink: /docs/quickstart/ permalink: /docs/quickstart/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Resources title: Resources
permalink: /docs/resources/ permalink: /docs/resources/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Sites using Jekyll title: Sites using Jekyll
permalink: /docs/sites/ permalink: /docs/sites/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Static Files title: Static Files
permalink: /docs/static-files/ permalink: /docs/static-files/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Directory structure title: Directory structure
permalink: /docs/structure/ permalink: /docs/structure/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Templates title: Templates
permalink: /docs/templates/ permalink: /docs/templates/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Themes title: Themes
permalink: /docs/themes/ permalink: /docs/themes/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Troubleshooting title: Troubleshooting
permalink: /docs/troubleshooting/ permalink: /docs/troubleshooting/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Upgrading from 0.x to 2.x title: Upgrading from 0.x to 2.x
permalink: /docs/upgrading/0-to-2/ permalink: /docs/upgrading/0-to-2/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Upgrading from 2.x to 3.x title: Upgrading from 2.x to 3.x
permalink: /docs/upgrading/2-to-3/ permalink: /docs/upgrading/2-to-3/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Basic Usage title: Basic Usage
permalink: /docs/usage/ permalink: /docs/usage/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Variables title: Variables
permalink: /docs/variables/ permalink: /docs/variables/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: docs
title: Jekyll on Windows title: Jekyll on Windows
permalink: /docs/windows/ permalink: /docs/windows/
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.0.0 Released" title: "Jekyll 1.0.0 Released"
date: "2013-05-06 02:12:52 +0200" date: "2013-05-06 02:12:52 +0200"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.0.1 Released" title: "Jekyll 1.0.1 Released"
date: "2013-05-08 23:46:11 +0200" date: "2013-05-08 23:46:11 +0200"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.0.2 Released" title: "Jekyll 1.0.2 Released"
date: "2013-05-12 14:45:00 +0200" date: "2013-05-12 14:45:00 +0200"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.0.3 Released" title: "Jekyll 1.0.3 Released"
date: "2013-06-07 21:02:13 +0200" date: "2013-06-07 21:02:13 +0200"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.1.0 Released" title: "Jekyll 1.1.0 Released"
date: "2013-07-14 19:38:02 +0200" date: "2013-07-14 19:38:02 +0200"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.1.1 Released" title: "Jekyll 1.1.1 Released"
date: "2013-07-24 22:24:14 +0200" date: "2013-07-24 22:24:14 +0200"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.0.4 Released" title: "Jekyll 1.0.4 Released"
date: "2013-07-25 09:08:38 +0200" date: "2013-07-25 09:08:38 +0200"
author: mattr- author: mattr-

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.1.2 Released" title: "Jekyll 1.1.2 Released"
date: "2013-07-25 09:08:38 +0200" date: "2013-07-25 09:08:38 +0200"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll 1.2.0 Released" title: "Jekyll 1.2.0 Released"
date: "2013-09-06 22:02:41 -0400" date: "2013-09-06 22:02:41 -0400"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.2.1 Released' title: 'Jekyll 1.2.1 Released'
date: 2013-09-14 20:46:50 -0400 date: 2013-09-14 20:46:50 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.3.0.rc1 Released' title: 'Jekyll 1.3.0.rc1 Released'
date: 2013-10-28 20:14:39 -0500 date: 2013-10-28 20:14:39 -0500
author: mattr- author: mattr-

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.3.0 Released' title: 'Jekyll 1.3.0 Released'
date: 2013-11-04 21:46:02 -0600 date: 2013-11-04 21:46:02 -0600
author: mattr- author: mattr-

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.3.1 Released' title: 'Jekyll 1.3.1 Released'
date: 2013-11-26 19:52:20 -0600 date: 2013-11-26 19:52:20 -0600
author: mattr- author: mattr-

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.4.0 Released' title: 'Jekyll 1.4.0 Released'
date: 2013-12-07 13:55:28 -0600 date: 2013-12-07 13:55:28 -0600
author: mattr- author: mattr-

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.4.1 Released' title: 'Jekyll 1.4.1 Released'
date: 2013-12-09 20:44:13 -0600 date: 2013-12-09 20:44:13 -0600
author: mattr- author: mattr-

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.4.2 Released' title: 'Jekyll 1.4.2 Released'
date: 2013-12-16 19:48:13 -0500 date: 2013-12-16 19:48:13 -0500
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.4.3 Released' title: 'Jekyll 1.4.3 Released'
date: 2014-01-13 17:43:32 -0800 date: 2014-01-13 17:43:32 -0800
author: benbalter author: benbalter

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.5.0 Released' title: 'Jekyll 1.5.0 Released'
date: 2014-03-24 20:37:59 -0400 date: 2014-03-24 20:37:59 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 1.5.1 Released' title: 'Jekyll 1.5.1 Released'
date: 2014-03-27 22:43:48 -0400 date: 2014-03-27 22:43:48 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll turns 2.0.0' title: 'Jekyll turns 2.0.0'
author: parkr author: parkr
version: 2.0.0 version: 2.0.0

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 2.0.3 Released' title: 'Jekyll 2.0.3 Released'
date: 2014-05-08 22:43:17 -0400 date: 2014-05-08 22:43:17 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Pick Up your $1 Jekyll Sticker' title: 'Pick Up your $1 Jekyll Sticker'
date: 2014-06-04 15:46:53 -0400 date: 2014-06-04 15:46:53 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll Turns 21! Err... I mean 2.1.0.' title: 'Jekyll Turns 21! Err... I mean 2.1.0.'
date: 2014-06-28 17:26:59 -0400 date: 2014-06-28 17:26:59 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 2.1.1 Released' title: 'Jekyll 2.1.1 Released'
date: 2014-07-01 20:16:43 -0400 date: 2014-07-01 20:16:43 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 2.2.0 Released' title: 'Jekyll 2.2.0 Released'
date: 2014-07-29 18:59:13 -0400 date: 2014-07-29 18:59:13 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 2.3.0 Released' title: 'Jekyll 2.3.0 Released'
date: 2014-08-10 20:38:34 -0400 date: 2014-08-10 20:38:34 -0400
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'A Wild Jekyll 2.4.0 Appeared!' title: 'A Wild Jekyll 2.4.0 Appeared!'
date: 2014-09-09 21:10:33 -0700 date: 2014-09-09 21:10:33 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll's Mid-Life Crisis (Or, Jekyll turns 2.5.0)" title: "Jekyll's Mid-Life Crisis (Or, Jekyll turns 2.5.0)"
date: 2014-11-05 10:48:22 -0800 date: 2014-11-05 10:48:22 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 2.5.1 Released' title: 'Jekyll 2.5.1 Released'
date: 2014-11-09 09:47:52 -0800 date: 2014-11-09 09:47:52 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 2.5.2 Released' title: 'Jekyll 2.5.2 Released'
date: 2014-11-12 18:49:08 -0800 date: 2014-11-12 18:49:08 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Alfred Xing has joined the Jekyll core team' title: 'Alfred Xing has joined the Jekyll core team'
date: 2014-12-17 11:16:21 -0800 date: 2014-12-17 11:16:21 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll Release for the Holidays! v2.5.3 Out' title: 'Jekyll Release for the Holidays! v2.5.3 Out'
date: 2014-12-22 09:03:30 -0500 date: 2014-12-22 09:03:30 -0500
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll Meet & Greet at GitHub HQ" title: "Jekyll Meet & Greet at GitHub HQ"
date: "2015-01-20 19:23:12 -0800" date: "2015-01-20 19:23:12 -0800"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.0.0.beta1 Released' title: 'Jekyll 3.0.0.beta1 Released'
date: 2015-01-24 00:42:31 -0800 date: 2015-01-24 00:42:31 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Join the Discussion at Jekyll Talk' title: 'Join the Discussion at Jekyll Talk'
date: 2015-02-26 21:06:51 -0800 date: 2015-02-26 21:06:51 -0800
author: alfredxing author: alfredxing
@ -12,4 +11,4 @@ The forum was set up by [@envygeeks](https://github.com/envygeeks) to build a co
There's already been a lot of interesting topics, including a [site showcase](https://talk.jekyllrb.com/t/showcase-sites-made-using-jekyll/18) and [a poll for Jekyll 3.0 priorities](https://talk.jekyllrb.com/t/poll-installation-priorities-for-3-0/106/9). There's already been a lot of interesting topics, including a [site showcase](https://talk.jekyllrb.com/t/showcase-sites-made-using-jekyll/18) and [a poll for Jekyll 3.0 priorities](https://talk.jekyllrb.com/t/poll-installation-priorities-for-3-0/106/9).
Come join the fun! Come join the fun!

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.0 Released' title: 'Jekyll 3.0 Released'
date: 2015-10-26 15:37:30 -0700 date: 2015-10-26 15:37:30 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.0.1 Released' title: 'Jekyll 3.0.1 Released'
date: 2015-11-17 22:04:39 -0800 date: 2015-11-17 22:04:39 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.0.2 Released' title: 'Jekyll 3.0.2 Released'
date: 2016-01-20 14:08:18 -0800 date: 2016-01-20 14:08:18 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.1.0 Released' title: 'Jekyll 3.1.0 Released'
date: 2016-01-24 13:16:12 -0800 date: 2016-01-24 13:16:12 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.1.1 Released' title: 'Jekyll 3.1.1 Released'
date: 2016-01-28 17:21:50 -0800 date: 2016-01-28 17:21:50 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.0.3 Released' title: 'Jekyll 3.0.3 Released'
date: 2016-02-08 10:39:08 -0800 date: 2016-02-08 10:39:08 -0800
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.1.2 Released!' title: 'Jekyll 3.1.2 Released!'
date: 2016-02-19 15:24:00 -0800 date: 2016-02-19 15:24:00 -0800
author: parkr author: parkr

View File

@ -1,7 +1,6 @@
--- ---
title: Making it easier to contribute to Jekyll title: Making it easier to contribute to Jekyll
description: We've made it easier to contribute to Jekyll by updating our contributing documentation and introducing Jekyll Affinity Teams, teams dedicated to specific aspects of the project. description: We've made it easier to contribute to Jekyll by updating our contributing documentation and introducing Jekyll Affinity Teams, teams dedicated to specific aspects of the project.
layout: news_item
author: benbalter author: benbalter
categories: [community] categories: [community]
--- ---

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.0.4 Released' title: 'Jekyll 3.0.4 Released'
date: 2016-04-19 10:26:12 -0700 date: 2016-04-19 10:26:12 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.1.3 Released' title: 'Jekyll 3.1.3 Released'
date: 2016-04-19 10:26:16 -0700 date: 2016-04-19 10:26:16 -0700
author: parkr author: parkr
@ -15,4 +14,3 @@ v3.1.3 is a patch release which fixes the follow two issues:
Both of these issues have been resolved. For more information, check out [the full history](/docs/history/#v3-1-3). Both of these issues have been resolved. For more information, check out [the full history](/docs/history/#v3-1-3).
Happy Jekylling! Happy Jekylling!

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.0.5 Released' title: 'Jekyll 3.0.5 Released'
date: 2016-04-26 17:40:44 -0700 date: 2016-04-26 17:40:44 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.1.4 "Stability Sam" Released' title: 'Jekyll 3.1.4 "Stability Sam" Released'
date: 2016-05-18 16:50:37 -0700 date: 2016-05-18 16:50:37 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.1.5 Released' title: 'Jekyll 3.1.5 Released'
date: 2016-05-18 21:35:27 -0700 date: 2016-05-18 21:35:27 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.1.6 Released' title: 'Jekyll 3.1.6 Released'
date: 2016-05-19 12:48:14 -0700 date: 2016-05-19 12:48:14 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll's Google Summer of Code Project: The CMS You Always Wanted" title: "Jekyll's Google Summer of Code Project: The CMS You Always Wanted"
date: "2016-06-03 13:21:02 -0700" date: "2016-06-03 13:21:02 -0700"
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll turns 3.2' title: 'Jekyll turns 3.2'
date: 2016-07-26 15:06:49 -0700 date: 2016-07-26 15:06:49 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.2.1 Released with Fix for Windows' title: 'Jekyll 3.2.1 Released with Fix for Windows'
date: 2016-08-02 13:20:11 -0700 date: 2016-08-02 13:20:11 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: "Jekyll Admin Initial Release" title: "Jekyll Admin Initial Release"
date: "2016-08-25 09:50:00 +0300" date: "2016-08-25 09:50:00 +0300"
author: mertkahyaoglu author: mertkahyaoglu

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.3 is here with better theme support, new URL filters, and tons more' title: 'Jekyll 3.3 is here with better theme support, new URL filters, and tons more'
date: 2016-10-06 11:10:38 -0700 date: 2016-10-06 11:10:38 -0700
author: parkr author: parkr

View File

@ -1,5 +1,4 @@
--- ---
layout: news_item
title: 'Jekyll 3.3.1 Released' title: 'Jekyll 3.3.1 Released'
date: 2016-11-14 14:29:59 -0800 date: 2016-11-14 14:29:59 -0800
author: parkr author: parkr

Some files were not shown because too many files have changed in this diff Show More