jekyll-docs 3.9.0 → 4.0.0
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 +3 -3
- data/site/404.html +10 -7
- data/site/css/screen.css +3 -1
- data/site/css/screen.css.map +28 -0
- data/site/docs/assets/index.html +412 -453
- data/site/docs/code_of_conduct/index.html +447 -501
- data/site/docs/collections/index.html +487 -674
- data/site/docs/community/bug/index.html +603 -0
- data/site/docs/community/index.html +635 -0
- data/site/docs/conduct/index.html +447 -515
- data/site/docs/configuration/default/index.html +682 -0
- data/site/docs/configuration/environments/index.html +641 -0
- data/site/docs/configuration/front-matter-defaults/index.html +738 -0
- data/site/docs/configuration/incremental-regeneration/index.html +631 -0
- data/site/docs/configuration/index.html +405 -1230
- data/site/docs/configuration/liquid/index.html +616 -0
- data/site/docs/configuration/markdown/index.html +766 -0
- data/site/docs/configuration/options/index.html +1011 -0
- data/site/docs/configuration/webrick/index.html +615 -0
- data/site/docs/continuous-integration/buddyworks/index.html +393 -479
- data/site/docs/continuous-integration/circleci/index.html +465 -481
- data/site/docs/continuous-integration/travis-ci/index.html +450 -507
- data/site/docs/contributing/index.html +425 -514
- data/site/docs/datafiles/index.html +411 -453
- data/site/docs/deployment-methods/index.html +9 -871
- data/site/docs/deployment/automated/index.html +663 -0
- data/site/docs/deployment/index.html +607 -0
- data/site/docs/deployment/manual/index.html +631 -0
- data/site/docs/deployment/third-party/index.html +639 -0
- data/site/docs/drafts/index.html +9 -634
- data/site/docs/extras/index.html +9 -687
- data/site/docs/front-matter/index.html +799 -0
- data/site/docs/frontmatter/index.html +9 -819
- data/site/docs/github-pages/index.html +407 -475
- data/site/docs/history/index.html +1370 -1154
- data/site/docs/home/index.html +9 -627
- data/site/docs/includes/index.html +425 -501
- data/site/docs/index.html +630 -9
- data/site/docs/installation/index.html +403 -540
- data/site/docs/installation/macos/index.html +716 -0
- data/site/docs/installation/other-linux/index.html +613 -0
- data/site/docs/installation/ubuntu/index.html +623 -0
- data/site/docs/installation/windows/index.html +733 -0
- data/site/docs/layouts/index.html +726 -0
- data/site/docs/liquid/filters/index.html +1169 -0
- data/site/docs/liquid/index.html +615 -0
- data/site/docs/liquid/tags/index.html +728 -0
- data/site/docs/maintaining/affinity-team-captain/index.html +395 -479
- data/site/docs/maintaining/avoiding-burnout/index.html +391 -475
- data/site/docs/maintaining/becoming-a-maintainer/index.html +391 -475
- data/site/docs/maintaining/index.html +391 -486
- data/site/docs/maintaining/merging-a-pull-request/index.html +406 -490
- data/site/docs/maintaining/releasing-a-new-version/index.html +409 -485
- data/site/docs/maintaining/reviewing-a-pull-request/index.html +392 -476
- data/site/docs/maintaining/special-labels/index.html +397 -481
- data/site/docs/maintaining/triaging-an-issue/index.html +394 -478
- data/site/docs/markdown-101/index.html +601 -0
- data/site/docs/migrations/index.html +396 -440
- data/site/docs/pages/index.html +408 -482
- data/site/docs/pagination/index.html +450 -509
- data/site/docs/permalinks/index.html +552 -587
- data/site/docs/plugins/commands/index.html +656 -0
- data/site/docs/plugins/converters/index.html +685 -0
- data/site/docs/plugins/filters/index.html +624 -0
- data/site/docs/plugins/generators/index.html +697 -0
- data/site/docs/plugins/hooks/index.html +838 -0
- data/site/docs/plugins/index.html +415 -1565
- data/site/docs/plugins/installation/index.html +681 -0
- data/site/docs/plugins/tags/index.html +699 -0
- data/site/docs/plugins/your-first-plugin/index.html +741 -0
- data/site/docs/posts/index.html +491 -627
- data/site/docs/quickstart/index.html +9 -645
- data/site/docs/resources/index.html +9 -761
- data/site/docs/ruby-101/index.html +640 -0
- data/site/docs/sites/index.html +9 -696
- data/site/docs/static-files/index.html +401 -433
- data/site/docs/step-by-step/01-setup/index.html +771 -0
- data/site/docs/step-by-step/02-liquid/index.html +756 -0
- data/site/docs/step-by-step/03-front-matter/index.html +730 -0
- data/site/docs/step-by-step/04-layouts/index.html +770 -0
- data/site/docs/step-by-step/05-includes/index.html +768 -0
- data/site/docs/step-by-step/06-data-files/index.html +738 -0
- data/site/docs/step-by-step/07-assets/index.html +773 -0
- data/site/docs/step-by-step/08-blogging/index.html +835 -0
- data/site/docs/step-by-step/09-collections/index.html +932 -0
- data/site/docs/step-by-step/10-deployment/index.html +842 -0
- data/site/docs/structure/index.html +411 -430
- data/site/docs/support/index.html +392 -476
- data/site/docs/templates/index.html +9 -1232
- data/site/docs/themes/index.html +487 -521
- data/site/docs/troubleshooting/index.html +443 -520
- data/site/docs/upgrading/0-to-2/index.html +437 -523
- data/site/docs/upgrading/2-to-3/index.html +422 -507
- data/site/docs/upgrading/3-to-4/index.html +765 -0
- data/site/docs/upgrading/index.html +395 -478
- data/site/docs/usage/index.html +409 -506
- data/site/docs/variables/index.html +504 -652
- data/site/docs/windows/index.html +9 -784
- data/site/feed.xml +269 -188
- data/site/feed/release.xml +324 -0
- data/site/fonts/lato-v14-latin-300.woff +0 -0
- data/site/fonts/lato-v14-latin-300.woff2 +0 -0
- data/site/fonts/lato-v14-latin-300italic.woff +0 -0
- data/site/fonts/lato-v14-latin-300italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-700.woff +0 -0
- data/site/fonts/lato-v14-latin-700.woff2 +0 -0
- data/site/fonts/lato-v14-latin-700italic.woff +0 -0
- data/site/fonts/lato-v14-latin-700italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-900.woff +0 -0
- data/site/fonts/lato-v14-latin-900.woff2 +0 -0
- data/site/fonts/lato-v14-latin-900italic.woff +0 -0
- data/site/fonts/lato-v14-latin-900italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-italic.woff +0 -0
- data/site/fonts/lato-v14-latin-italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-regular.woff +0 -0
- data/site/fonts/lato-v14-latin-regular.woff2 +0 -0
- data/site/help/index.html +9 -247
- data/site/img/forestry-logo.svg +19 -0
- data/site/img/jekyll-og.png +0 -0
- data/site/img/spacer.gif +0 -0
- data/site/index.html +56 -29
- data/site/jekyllconf/index.html +62 -35
- data/site/latest_version.txt +1 -1
- data/site/news/2013/05/05/jekyll-1-0-0-released/index.html +180 -115
- data/site/news/2013/05/08/jekyll-1-0-1-released/index.html +182 -117
- data/site/news/2013/05/12/jekyll-1-0-2-released/index.html +183 -118
- data/site/news/2013/06/07/jekyll-1-0-3-released/index.html +184 -119
- data/site/news/2013/07/14/jekyll-1-1-0-released/index.html +183 -118
- data/site/news/2013/07/24/jekyll-1-1-1-released/index.html +180 -115
- data/site/news/2013/07/25/jekyll-1-0-4-released/index.html +182 -117
- data/site/news/2013/07/25/jekyll-1-1-2-released/index.html +182 -117
- data/site/news/2013/09/06/jekyll-1-2-0-released/index.html +185 -120
- data/site/news/2013/09/14/jekyll-1-2-1-released/index.html +183 -118
- data/site/news/2013/10/28/jekyll-1-3-0-rc1-released/index.html +180 -115
- data/site/news/2013/11/04/jekyll-1-3-0-released/index.html +189 -124
- data/site/news/2013/11/26/jekyll-1-3-1-released/index.html +181 -116
- data/site/news/2013/12/07/jekyll-1-4-0-released/index.html +181 -116
- data/site/news/2013/12/09/jekyll-1-4-1-released/index.html +180 -115
- data/site/news/2013/12/16/jekyll-1-4-2-released/index.html +182 -117
- data/site/news/2014/01/13/jekyll-1-4-3-released/index.html +181 -116
- data/site/news/2014/03/24/jekyll-1-5-0-released/index.html +181 -116
- data/site/news/2014/03/27/jekyll-1-5-1-released/index.html +181 -116
- data/site/news/2014/05/06/jekyll-turns-2-0-0/index.html +184 -119
- data/site/news/2014/05/08/jekyll-2-0-3-released/index.html +180 -115
- data/site/news/2014/06/04/jekyll-stickers-1-dollar-stickermule/index.html +181 -116
- data/site/news/2014/06/28/jekyll-turns-21-i-mean-2-1-0/index.html +185 -120
- data/site/news/2014/07/01/jekyll-2-1-1-released/index.html +182 -117
- data/site/news/2014/07/29/jekyll-2-2-0-released/index.html +181 -116
- data/site/news/2014/08/10/jekyll-2-3-0-released/index.html +189 -124
- data/site/news/2014/09/09/jekyll-2-4-0-released/index.html +187 -122
- data/site/news/2014/11/05/jekylls-midlife-crisis-jekyll-turns-2-5-0/index.html +188 -123
- data/site/news/2014/11/09/jekyll-2-5-1-released/index.html +180 -115
- data/site/news/2014/11/12/jekyll-2-5-2-released/index.html +182 -117
- data/site/news/2014/12/17/alfredxing-welcome-to-jekyll-core/index.html +179 -114
- data/site/news/2014/12/22/jekyll-2-5-3-released/index.html +180 -115
- data/site/news/2015/01/20/jekyll-meet-and-greet/index.html +179 -114
- data/site/news/2015/01/24/jekyll-3-0-0-beta1-released/index.html +180 -115
- data/site/news/2015/02/26/introducing-jekyll-talk/index.html +180 -115
- data/site/news/2015/10/26/jekyll-3-0-released/index.html +185 -120
- data/site/news/2015/11/17/jekyll-3-0-1-released/index.html +184 -119
- data/site/news/2016/01/20/jekyll-3-0-2-released/index.html +182 -117
- data/site/news/2016/01/24/jekyll-3-1-0-released/index.html +186 -121
- data/site/news/2016/01/28/jekyll-3-1-1-released/index.html +183 -118
- data/site/news/2016/02/08/jekyll-3-0-3-released/index.html +181 -116
- data/site/news/2016/02/19/jekyll-3-1-2-released/index.html +182 -117
- data/site/news/2016/03/10/making-it-easier-to-contribute-to-jekyll/index.html +179 -114
- data/site/news/2016/04/19/jekyll-3-0-4-released/index.html +181 -116
- data/site/news/2016/04/19/jekyll-3-1-3-released/index.html +181 -116
- data/site/news/2016/04/26/jekyll-3-0-5-released/index.html +180 -115
- data/site/news/2016/05/18/jekyll-3-1-4-released/index.html +186 -121
- data/site/news/2016/05/18/jekyll-3-1-5-released/index.html +181 -116
- data/site/news/2016/05/19/jekyll-3-1-6-released/index.html +181 -116
- data/site/news/2016/06/03/update-on-jekyll-s-google-summer-of-code-projects/index.html +179 -114
- data/site/news/2016/07/26/jekyll-3-2-0-released/index.html +184 -119
- data/site/news/2016/08/02/jekyll-3-2-1-released/index.html +180 -115
- data/site/news/2016/08/24/jekyll-admin-initial-release/index.html +179 -114
- data/site/news/2016/10/06/jekyll-3-3-is-here/index.html +207 -142
- data/site/news/2016/11/14/jekyll-3-3-1-released/index.html +181 -116
- data/site/news/2017/01/18/jekyll-3-4-0-released/index.html +183 -118
- data/site/news/2017/03/02/jekyll-3-4-1-released/index.html +181 -116
- data/site/news/2017/03/09/jekyll-3-4-2-released/index.html +189 -124
- data/site/news/2017/03/21/jekyll-3-4-3-released/index.html +190 -125
- data/site/news/2017/06/15/jekyll-3-5-0-released/index.html +187 -122
- data/site/news/2017/07/17/jekyll-3-5-1-released/index.html +182 -117
- data/site/news/2017/08/12/jekyll-3-5-2-released/index.html +185 -120
- data/site/news/2017/09/21/jekyll-3-6-0-released/index.html +181 -116
- data/site/news/2017/10/19/diversity-open-source/index.html +181 -116
- data/site/news/2017/10/21/jekyll-3-6-2-released/index.html +183 -118
- data/site/news/2018/01/02/jekyll-3-7-0-released/index.html +184 -119
- data/site/news/2018/01/25/jekyll-3-7-2-released/index.html +189 -124
- data/site/news/2018/02/19/meet-jekyll-s-new-lead-developer/index.html +180 -115
- data/site/news/2018/02/24/jekyll-3-7-3-released/index.html +185 -120
- data/site/news/2018/04/19/development-update/index.html +699 -0
- data/site/news/2018/04/19/jekyll-3-8-0-released/index.html +715 -0
- data/site/news/2018/05/01/jekyll-3-8-1-released/index.html +182 -117
- data/site/news/2018/05/19/jekyll-3-8-2-released/index.html +181 -116
- data/site/news/2018/06/05/jekyll-3-8-3-released/index.html +183 -118
- data/site/news/2018/08/01/jekyll-sponsoring/index.html +748 -0
- data/site/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/index.html +692 -0
- data/site/news/2018/11/04/jekyll-3-8-5-released/index.html +682 -0
- data/site/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/index.html +710 -0
- data/site/news/2019/07/02/jekyll-3-8-6-released/index.html +180 -115
- data/site/news/2019/07/20/jekyll-4-0-0-pre-beta1-released/index.html +11 -0
- data/site/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/index.html +708 -0
- data/site/news/2019/08/20/jekyll-4-0-0-released/index.html +809 -0
- data/site/news/index.html +976 -326
- data/site/news/releases/index.html +820 -321
- data/site/{philosophy.html → philosophy/index.html} +1 -1
- data/site/redirects.json +1 -1
- data/site/resources/index.html +332 -0
- data/site/showcase/index.html +844 -0
- data/site/sitemap.xml +256 -81
- data/site/team/index.html +63 -77
- data/site/tutorials/cache-api/index.html +418 -0
- data/site/tutorials/convert-site-to-jekyll/index.html +155 -124
- data/site/tutorials/custom-404-page/index.html +76 -43
- data/site/tutorials/home/index.html +64 -37
- data/site/tutorials/navigation/index.html +186 -103
- data/site/tutorials/orderofinterpretation/index.html +80 -53
- data/site/tutorials/using-jekyll-with-bundler/index.html +80 -51
- data/site/tutorials/video-walkthroughs/index.html +62 -35
- metadata +102 -13
- data/site/community/index.html +0 -11
- data/site/docs/continuous-integration/index.html +0 -681
@@ -3,32 +3,35 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="UTF-8">
|
5
5
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
-
<meta name="generator" content="Jekyll
|
6
|
+
<meta name="generator" content="Jekyll v4.0.0">
|
7
7
|
<link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites" />
|
8
|
+
<link type="application/atom+xml" rel="alternate" href="/feed/release.xml" title="Jekyll releases posts" />
|
8
9
|
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="https://github.com/jekyll/jekyll/commits/master.atom">
|
9
|
-
<link rel="
|
10
|
-
<link rel="
|
11
|
-
<link rel="
|
10
|
+
<link rel="preload" href="/fonts/lato-v14-latin-300.woff2" as="font" type="font/woff2" crossorigin />
|
11
|
+
<link rel="preload" href="/fonts/lato-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin />
|
12
|
+
<link rel="preload" href="/css/screen.css" as="style">
|
12
13
|
<link rel="stylesheet" href="/css/screen.css">
|
13
14
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
14
15
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
15
16
|
<title>Collections | Jekyll • Simple, blog-aware, static sites</title>
|
16
|
-
<meta name="generator" content="Jekyll
|
17
|
+
<meta name="generator" content="Jekyll v4.0.0" />
|
17
18
|
<meta property="og:title" content="Collections" />
|
18
19
|
<meta property="og:locale" content="en_US" />
|
19
|
-
<meta name="description" content="
|
20
|
-
<meta property="og:description" content="
|
20
|
+
<meta name="description" content="Collections are a great way to group related content like members of a team or talks at a conference." />
|
21
|
+
<meta property="og:description" content="Collections are a great way to group related content like members of a team or talks at a conference." />
|
21
22
|
<link rel="canonical" href="https://jekyllrb.com/docs/collections/" />
|
22
23
|
<meta property="og:url" content="https://jekyllrb.com/docs/collections/" />
|
23
24
|
<meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" />
|
25
|
+
<meta property="og:image" content="https://jekyllrb.com/img/jekyll-og.png" />
|
24
26
|
<meta property="og:type" content="article" />
|
25
|
-
<meta property="article:published_time" content="
|
26
|
-
<meta name="twitter:card" content="
|
27
|
+
<meta property="article:published_time" content="2019-09-11T07:30:27-07:00" />
|
28
|
+
<meta name="twitter:card" content="summary_large_image" />
|
29
|
+
<meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
|
27
30
|
<meta property="twitter:title" content="Collections" />
|
28
31
|
<meta name="twitter:site" content="@jekyllrb" />
|
29
32
|
<meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
|
30
33
|
<script type="application/ld+json">
|
31
|
-
{"
|
34
|
+
{"description":"Collections are a great way to group related content like members of a team or talks at a conference.","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/collections/"},"headline":"Collections","dateModified":"2019-09-11T07:30:27-07:00","url":"https://jekyllrb.com/docs/collections/","datePublished":"2019-09-11T07:30:27-07:00","image":"https://jekyllrb.com/img/jekyll-og.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"@context":"https://schema.org"}</script>
|
32
35
|
<!-- End Jekyll SEO tag -->
|
33
36
|
|
34
37
|
<!--[if lt IE 9]>
|
@@ -51,18 +54,27 @@
|
|
51
54
|
</div>
|
52
55
|
<nav class="main-nav hide-on-mobiles">
|
53
56
|
<ul>
|
54
|
-
|
57
|
+
|
58
|
+
<li>
|
55
59
|
<a href="/">Home</a>
|
56
60
|
</li>
|
61
|
+
|
57
62
|
<li class="current">
|
58
|
-
<a href="/docs/
|
63
|
+
<a href="/docs/">Docs</a>
|
59
64
|
</li>
|
60
|
-
|
61
|
-
|
65
|
+
|
66
|
+
<li>
|
67
|
+
<a href="/resources/">Resources</a>
|
68
|
+
</li>
|
69
|
+
|
70
|
+
<li>
|
71
|
+
<a href="/showcase/">Showcase</a>
|
62
72
|
</li>
|
63
|
-
|
64
|
-
|
73
|
+
|
74
|
+
<li>
|
75
|
+
<a href="/news/">News</a>
|
65
76
|
</li>
|
77
|
+
|
66
78
|
</ul>
|
67
79
|
|
68
80
|
</nav>
|
@@ -73,7 +85,7 @@
|
|
73
85
|
<div class="meta hide-on-mobiles">
|
74
86
|
<ul>
|
75
87
|
<li>
|
76
|
-
<a href="https://github.com/jekyll/jekyll/releases/tag/
|
88
|
+
<a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a>
|
77
89
|
</li>
|
78
90
|
<li>
|
79
91
|
<a href="https://github.com/jekyll/jekyll">GitHub</a>
|
@@ -83,18 +95,24 @@
|
|
83
95
|
</div>
|
84
96
|
<nav class="mobile-nav show-on-mobiles">
|
85
97
|
<ul>
|
86
|
-
|
87
|
-
<
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
+
|
99
|
+
<li>
|
100
|
+
<a href="/">Home</a>
|
101
|
+
</li>
|
102
|
+
|
103
|
+
<li class="current">
|
104
|
+
<a href="/docs/">Docs</a>
|
105
|
+
</li>
|
106
|
+
|
107
|
+
<li>
|
108
|
+
<a href="/resources/">Resources</a>
|
109
|
+
</li>
|
110
|
+
|
111
|
+
|
112
|
+
<li>
|
113
|
+
<a href="/news/">News</a>
|
114
|
+
</li>
|
115
|
+
|
98
116
|
<li>
|
99
117
|
<a href="https://github.com/jekyll/jekyll">GitHub</a>
|
100
118
|
</li>
|
@@ -113,176 +131,152 @@
|
|
113
131
|
|
114
132
|
<optgroup label="Getting Started">
|
115
133
|
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
<option value="/docs/configuration/">Configuration</option>
|
143
|
-
|
144
|
-
|
145
|
-
</optgroup>
|
146
|
-
|
147
|
-
<optgroup label="Your Content">
|
134
|
+
|
135
|
+
<option value="/docs/">
|
136
|
+
Quickstart
|
137
|
+
</option>
|
138
|
+
|
139
|
+
|
140
|
+
<option value="/docs/ruby-101/">
|
141
|
+
Ruby 101
|
142
|
+
</option>
|
143
|
+
|
144
|
+
|
145
|
+
<option value="/docs/installation/">
|
146
|
+
Installation
|
147
|
+
</option>
|
148
|
+
|
149
|
+
|
150
|
+
<option value="/docs/community/">
|
151
|
+
Community
|
152
|
+
</option>
|
153
|
+
|
154
|
+
|
155
|
+
<option value="/docs/step-by-step/01-setup/">
|
156
|
+
Step by Step Tutorial
|
157
|
+
</option>
|
148
158
|
|
149
|
-
|
150
|
-
|
151
|
-
<option value="/docs/frontmatter/">Front Matter</option>
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
<option value="/docs/posts/">Writing posts</option>
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
<option value="/docs/drafts/">Working with drafts</option>
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
<option value="/docs/pages/">Creating pages</option>
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
<option value="/docs/static-files/">Static Files</option>
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
<option value="/docs/variables/">Variables</option>
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
<option value="/docs/collections/">Collections</option>
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
<option value="/docs/datafiles/">Data Files</option>
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
<option value="/docs/assets/">Assets</option>
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
<option value="/docs/migrations/">Blog migrations</option>
|
188
|
-
|
189
|
-
|
190
159
|
</optgroup>
|
191
160
|
|
192
|
-
<optgroup label="
|
161
|
+
<optgroup label="Build">
|
162
|
+
|
163
|
+
|
164
|
+
<option value="/docs/usage/">
|
165
|
+
Command Line Usage
|
166
|
+
</option>
|
167
|
+
|
168
|
+
|
169
|
+
<option value="/docs/configuration/">
|
170
|
+
Configuration
|
171
|
+
</option>
|
193
172
|
|
194
|
-
|
195
|
-
|
196
|
-
<option value="/docs/templates/">Templates</option>
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
<option value="/docs/includes/">Includes</option>
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
<option value="/docs/permalinks/">Permalinks</option>
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
<option value="/docs/pagination/">Pagination</option>
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
<option value="/docs/plugins/">Plugins</option>
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
<option value="/docs/themes/">Themes</option>
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
<option value="/docs/extras/">Extras</option>
|
221
|
-
|
222
|
-
|
223
173
|
</optgroup>
|
224
174
|
|
225
|
-
<optgroup label="
|
175
|
+
<optgroup label="Content">
|
176
|
+
|
177
|
+
|
178
|
+
<option value="/docs/pages/">
|
179
|
+
Pages
|
180
|
+
</option>
|
181
|
+
|
182
|
+
|
183
|
+
<option value="/docs/posts/">
|
184
|
+
Posts
|
185
|
+
</option>
|
186
|
+
|
187
|
+
|
188
|
+
<option value="/docs/front-matter/">
|
189
|
+
Front Matter
|
190
|
+
</option>
|
191
|
+
|
192
|
+
|
193
|
+
<option value="/docs/collections/">
|
194
|
+
Collections
|
195
|
+
</option>
|
196
|
+
|
197
|
+
|
198
|
+
<option value="/docs/datafiles/">
|
199
|
+
Data Files
|
200
|
+
</option>
|
201
|
+
|
202
|
+
|
203
|
+
<option value="/docs/assets/">
|
204
|
+
Assets
|
205
|
+
</option>
|
206
|
+
|
207
|
+
|
208
|
+
<option value="/docs/static-files/">
|
209
|
+
Static Files
|
210
|
+
</option>
|
226
211
|
|
227
|
-
|
228
|
-
|
229
|
-
<option value="/docs/github-pages/">GitHub Pages</option>
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
<option value="/docs/deployment-methods/">Deployment methods</option>
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
<option value="/docs/continuous-integration/">Continuous Integration</option>
|
238
|
-
|
239
|
-
|
240
212
|
</optgroup>
|
241
213
|
|
242
|
-
<optgroup label="
|
214
|
+
<optgroup label="Site Structure">
|
215
|
+
|
216
|
+
|
217
|
+
<option value="/docs/structure/">
|
218
|
+
Directory Structure
|
219
|
+
</option>
|
220
|
+
|
221
|
+
|
222
|
+
<option value="/docs/liquid/">
|
223
|
+
Liquid
|
224
|
+
</option>
|
225
|
+
|
226
|
+
|
227
|
+
<option value="/docs/variables/">
|
228
|
+
Variables
|
229
|
+
</option>
|
230
|
+
|
231
|
+
|
232
|
+
<option value="/docs/includes/">
|
233
|
+
Includes
|
234
|
+
</option>
|
235
|
+
|
236
|
+
|
237
|
+
<option value="/docs/layouts/">
|
238
|
+
Layouts
|
239
|
+
</option>
|
240
|
+
|
241
|
+
|
242
|
+
<option value="/docs/permalinks/">
|
243
|
+
Permalinks
|
244
|
+
</option>
|
245
|
+
|
246
|
+
|
247
|
+
<option value="/docs/themes/">
|
248
|
+
Themes
|
249
|
+
</option>
|
250
|
+
|
251
|
+
|
252
|
+
<option value="/docs/pagination/">
|
253
|
+
Pagination
|
254
|
+
</option>
|
243
255
|
|
244
|
-
|
245
|
-
|
246
|
-
<option value="/docs/troubleshooting/">Troubleshooting</option>
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
<option value="/docs/sites/">Sites using Jekyll</option>
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
<option value="/docs/resources/">Resources</option>
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
<option value="/docs/upgrading/0-to-2/">Upgrading from 0.x to 2.x</option>
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
<option value="/docs/upgrading/2-to-3/">Upgrading from 2.x to 3.x</option>
|
263
|
-
|
264
|
-
|
265
256
|
</optgroup>
|
266
257
|
|
267
|
-
<optgroup label="
|
258
|
+
<optgroup label="Guides">
|
259
|
+
|
260
|
+
|
261
|
+
<option value="/docs/plugins/">
|
262
|
+
Plugins
|
263
|
+
</option>
|
264
|
+
|
265
|
+
|
266
|
+
<option value="/docs/migrations/">
|
267
|
+
Blog Migrations
|
268
|
+
</option>
|
269
|
+
|
270
|
+
|
271
|
+
<option value="/docs/upgrading/">
|
272
|
+
Upgrading
|
273
|
+
</option>
|
274
|
+
|
275
|
+
|
276
|
+
<option value="/docs/deployment/">
|
277
|
+
Deployment
|
278
|
+
</option>
|
268
279
|
|
269
|
-
|
270
|
-
|
271
|
-
<option value="/docs/contributing/">Contributing</option>
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
<option value="/docs/maintaining/">Maintaining Jekyll</option>
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
<option value="/docs/conduct/">Code of Conduct</option>
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
<option value="/docs/history/">History</option>
|
284
|
-
|
285
|
-
|
286
280
|
</optgroup>
|
287
281
|
|
288
282
|
</select>
|
@@ -292,49 +286,26 @@
|
|
292
286
|
<div class="unit four-fifths">
|
293
287
|
<article>
|
294
288
|
<div class="improve right hide-on-mobiles">
|
295
|
-
<a href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/collections.md"><i class="fa fa-pencil"></i> Improve this page</a>
|
289
|
+
<a data-proofer-ignore href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/collections.md"><i class="fa fa-pencil"></i> Improve this page</a>
|
296
290
|
</div>
|
297
291
|
<h1>Collections</h1>
|
298
|
-
<p>
|
299
|
-
|
300
|
-
conference. Collections allow you to define a new type of document that behave
|
301
|
-
like Pages or Posts do normally, but also have their own unique properties and
|
302
|
-
namespace.</p>
|
303
|
-
|
304
|
-
<h2 id="using-collections">Using Collections</h2>
|
292
|
+
<p>Collections are a great way to group related content like members of a team or
|
293
|
+
talks at a conference.</p>
|
305
294
|
|
306
|
-
<
|
295
|
+
<h2 id="setup">Setup</h2>
|
307
296
|
|
308
|
-
<
|
309
|
-
|
310
|
-
<li><a href="#step2">Step 2: Add your content</a></li>
|
311
|
-
<li><a href="#step3">Step 3: Optionally render your collection’s documents into independent files</a></li>
|
312
|
-
</ul>
|
313
|
-
|
314
|
-
<h3 id="step1">Step 1: Tell Jekyll to read in your collection</h3>
|
315
|
-
|
316
|
-
<p>Add the following to your site’s <code class="language-plaintext highlighter-rouge">_config.yml</code> file, replacing <code class="language-plaintext highlighter-rouge">my_collection</code>
|
317
|
-
with the name of your collection:</p>
|
297
|
+
<p>To use a Collection you first need to define it in your <code class="highlighter-rouge">_config.yml</code>. For
|
298
|
+
example here’s a collection of staff members:</p>
|
318
299
|
|
319
300
|
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">collections</span><span class="pi">:</span>
|
320
|
-
<span class="pi">-</span> <span class="s">
|
301
|
+
<span class="pi">-</span> <span class="s">staff_members</span>
|
321
302
|
</code></pre></div></div>
|
322
303
|
|
323
304
|
<p>You can optionally specify metadata for your collection in the configuration:</p>
|
324
305
|
|
325
306
|
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">collections</span><span class="pi">:</span>
|
326
|
-
<span class="na">
|
327
|
-
<span class="na">
|
328
|
-
</code></pre></div></div>
|
329
|
-
|
330
|
-
<p>Default attributes can also be set for a collection:</p>
|
331
|
-
|
332
|
-
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">defaults</span><span class="pi">:</span>
|
333
|
-
<span class="pi">-</span> <span class="na">scope</span><span class="pi">:</span>
|
334
|
-
<span class="na">path</span><span class="pi">:</span> <span class="s2">"</span><span class="s">"</span>
|
335
|
-
<span class="na">type</span><span class="pi">:</span> <span class="s">my_collection</span>
|
336
|
-
<span class="na">values</span><span class="pi">:</span>
|
337
|
-
<span class="na">layout</span><span class="pi">:</span> <span class="s">page</span>
|
307
|
+
<span class="na">staff_members</span><span class="pi">:</span>
|
308
|
+
<span class="na">people</span><span class="pi">:</span> <span class="no">true</span>
|
338
309
|
</code></pre></div></div>
|
339
310
|
|
340
311
|
<div class="note">
|
@@ -348,17 +319,30 @@ with the name of your collection:</p>
|
|
348
319
|
</div>
|
349
320
|
|
350
321
|
<div class="note warning">
|
351
|
-
<h5>Be sure to move posts into custom collections directory</h5>
|
322
|
+
<h5>Be sure to move drafts and posts into custom collections directory</h5>
|
352
323
|
|
353
|
-
<p>If you specify a directory to store all your collections in the same place with <code>collections_dir: my_collections</code>, then you will need to move your <code>_posts</code> directory to <code>my_collections/_posts</code>. Note that, the name of your collections directory cannot start with an underscore (`_`).</p>
|
324
|
+
<p>If you specify a directory to store all your collections in the same place with <code>collections_dir: my_collections</code>, then you will need to move your <code>_drafts</code> and <code>_posts</code> directory to <code>my_collections/_drafts</code> and <code>my_collections/_posts</code>. Note that, the name of your collections directory cannot start with an underscore (`_`).</p>
|
354
325
|
</div>
|
355
326
|
|
356
|
-
<
|
327
|
+
<h2 id="add-content">Add content</h2>
|
357
328
|
|
358
|
-
<p>Create a corresponding folder (e.g. <code class="
|
359
|
-
documents.
|
360
|
-
after the front matter is pushed into the document’s <code class="
|
361
|
-
matter is provided, Jekyll will
|
329
|
+
<p>Create a corresponding folder (e.g. <code class="highlighter-rouge"><source>/_staff_members</code>) and add
|
330
|
+
documents. Front matter is processed if the front matter exists, and everything
|
331
|
+
after the front matter is pushed into the document’s <code class="highlighter-rouge">content</code> attribute. If no front
|
332
|
+
matter is provided, Jekyll will consider it to be a <a href="/docs/static-files/">static file</a>
|
333
|
+
and copy it to the destination (e.g. <code class="highlighter-rouge">_site</code>) without processing. If front matter
|
334
|
+
is provided, Jekyll will process the file in your collection but will not write to disk
|
335
|
+
unless <code class="highlighter-rouge">output: true</code> is set in the collection’s metadata.</p>
|
336
|
+
|
337
|
+
<p>For example here’s how you would add a staff member to the collection set above.
|
338
|
+
The filename is <code class="highlighter-rouge">./_staff_members/jane.md</code> with the following content:</p>
|
339
|
+
|
340
|
+
<div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
|
341
|
+
<span class="na">name</span><span class="pi">:</span> <span class="s">Jane Doe</span>
|
342
|
+
<span class="na">position</span><span class="pi">:</span> <span class="s">Developer</span>
|
343
|
+
<span class="nn">---</span>
|
344
|
+
Jane has worked on Jekyll for the past <span class="ge">*five years*</span>.
|
345
|
+
</code></pre></div></div>
|
362
346
|
|
363
347
|
<div class="note info">
|
364
348
|
<h5>Be sure to name your directories correctly</h5>
|
@@ -368,192 +352,96 @@ your <code>_config.yml</code> file, with the addition of the preceding <code>_</
|
|
368
352
|
</p>
|
369
353
|
</div>
|
370
354
|
|
371
|
-
<
|
355
|
+
<h2 id="output">Output</h2>
|
356
|
+
|
357
|
+
<p>Now you can iterate over <code class="highlighter-rouge">site.staff_members</code> on a page and output the content
|
358
|
+
for each staff member. Similar to posts, the body of the document is accessed
|
359
|
+
using the <code class="highlighter-rouge">content</code> variable:</p>
|
372
360
|
|
373
|
-
<p>
|
374
|
-
|
375
|
-
|
361
|
+
<div class="language-liquid highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{%</span><span class="w"> </span><span class="nt">for</span><span class="w"> </span><span class="nv">staff_member</span><span class="w"> </span><span class="kr">in</span><span class="w"> </span><span class="nv">site.staff_members</span><span class="w"> </span><span class="p">%}</span>
|
362
|
+
<h2><span class="p">{{</span><span class="w"> </span><span class="nv">staff_member</span><span class="p">.</span><span class="nv">name</span><span class="w"> </span><span class="p">}}</span> - <span class="p">{{</span><span class="w"> </span><span class="nv">staff_member</span><span class="p">.</span><span class="nv">position</span><span class="w"> </span><span class="p">}}</span></h2>
|
363
|
+
<p><span class="p">{{</span><span class="w"> </span><span class="nv">staff_member</span><span class="p">.</span><span class="nv">content</span><span class="w"> </span><span class="p">|</span><span class="w"> </span><span class="nf">markdownify</span><span class="w"> </span><span class="p">}}</span></p>
|
364
|
+
<span class="p">{%</span><span class="w"> </span><span class="nt">endfor</span><span class="w"> </span><span class="p">%}</span>
|
365
|
+
</code></pre></div></div>
|
366
|
+
|
367
|
+
<p>If you’d like Jekyll to create a rendered page for each document in your
|
368
|
+
collection, you can set the <code class="highlighter-rouge">output</code> key to <code class="highlighter-rouge">true</code> in your collection
|
369
|
+
metadata in <code class="highlighter-rouge">_config.yml</code>:</p>
|
376
370
|
|
377
371
|
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">collections</span><span class="pi">:</span>
|
378
|
-
<span class="na">
|
372
|
+
<span class="na">staff_members</span><span class="pi">:</span>
|
379
373
|
<span class="na">output</span><span class="pi">:</span> <span class="no">true</span>
|
380
374
|
</code></pre></div></div>
|
381
375
|
|
382
|
-
<p>
|
383
|
-
For example, if you have <code class="language-plaintext highlighter-rouge">_my_collection/some_subdir/some_doc.md</code>,
|
384
|
-
it will be rendered using Liquid and the Markdown converter of your
|
385
|
-
choice and written out to <code class="language-plaintext highlighter-rouge"><dest>/my_collection/some_subdir/some_doc.html</code>.</p>
|
386
|
-
|
387
|
-
<p>If you wish a specific page to be shown when accessing <code class="language-plaintext highlighter-rouge">/my_collection/</code>,
|
388
|
-
simply add <code class="language-plaintext highlighter-rouge">permalink: /my_collection/index.html</code> to a page.
|
389
|
-
To list items from the collection, on that page or any other, you can use:</p>
|
376
|
+
<p>You can link to the generated page using the <code class="highlighter-rouge">url</code> attribute:</p>
|
390
377
|
|
391
|
-
<div class="language-liquid highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{%</span><span class="w"> </span><span class="nt">for</span><span class="w"> </span><span class="nv">
|
392
|
-
<h2>
|
393
|
-
|
394
|
-
|
378
|
+
<div class="language-liquid highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{%</span><span class="w"> </span><span class="nt">for</span><span class="w"> </span><span class="nv">staff_member</span><span class="w"> </span><span class="kr">in</span><span class="w"> </span><span class="nv">site.staff_members</span><span class="w"> </span><span class="p">%}</span>
|
379
|
+
<h2>
|
380
|
+
<a href="<span class="p">{{</span><span class="w"> </span><span class="nv">staff_member</span><span class="p">.</span><span class="nv">url</span><span class="w"> </span><span class="p">}}</span>">
|
381
|
+
<span class="p">{{</span><span class="w"> </span><span class="nv">staff_member</span><span class="p">.</span><span class="nv">name</span><span class="w"> </span><span class="p">}}</span> - <span class="p">{{</span><span class="w"> </span><span class="nv">staff_member</span><span class="p">.</span><span class="nv">position</span><span class="w"> </span><span class="p">}}</span>
|
382
|
+
</a>
|
383
|
+
</h2>
|
384
|
+
<p><span class="p">{{</span><span class="w"> </span><span class="nv">staff_member</span><span class="p">.</span><span class="nv">content</span><span class="w"> </span><span class="p">|</span><span class="w"> </span><span class="nf">markdownify</span><span class="w"> </span><span class="p">}}</span></p>
|
395
385
|
<span class="p">{%</span><span class="w"> </span><span class="nt">endfor</span><span class="w"> </span><span class="p">%}</span>
|
396
386
|
</code></pre></div></div>
|
397
387
|
|
398
|
-
<
|
399
|
-
<h5>Don't forget to add YAML for processing</h5>
|
400
|
-
<p>
|
401
|
-
Files in collections that do not have front matter are treated as
|
402
|
-
<a href="/docs/static-files">static files</a> and simply copied to their
|
403
|
-
output location without processing.
|
404
|
-
</p>
|
405
|
-
</div>
|
388
|
+
<h2 id="permalinks">Permalinks</h2>
|
406
389
|
|
407
|
-
<
|
390
|
+
<p>There are special <a href="/docs/permalinks/">permalink variables for collections</a> to
|
391
|
+
help you control the output url for the entire collection.</p>
|
408
392
|
|
409
|
-
<
|
410
|
-
will reside, you may do so with the <a href="../permalinks/"><code class="language-plaintext highlighter-rouge">permalink</code> property</a>:</p>
|
393
|
+
<h2 id="custom-sorting-of-documents">Custom Sorting of Documents</h2>
|
411
394
|
|
412
|
-
<
|
413
|
-
<span class="na">my_collection</span><span class="pi">:</span>
|
414
|
-
<span class="na">output</span><span class="pi">:</span> <span class="no">true</span>
|
415
|
-
<span class="na">permalink</span><span class="pi">:</span> <span class="s">/:collection/:name</span>
|
416
|
-
</code></pre></div></div>
|
395
|
+
<p>By default, documents in a collection are sorted by their paths. But you can control this sorting via the collection’s metadata.</p>
|
417
396
|
|
418
|
-
<h3 id="
|
397
|
+
<h3 id="sort-by-front-matter-key">Sort By Front Matter Key</h3>
|
419
398
|
|
420
|
-
<p>
|
399
|
+
<p>Documents can be sorted based on a front matter key by setting a <code class="highlighter-rouge">sort_by</code> metadata to the front matter key string. For example,
|
400
|
+
to sort a collection of tutorials based on key <code class="highlighter-rouge">lesson</code>, the configuration would be:</p>
|
421
401
|
|
422
|
-
<div class="language-
|
423
|
-
|
424
|
-
|
402
|
+
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">collections</span><span class="pi">:</span>
|
403
|
+
<span class="na">tutorials</span><span class="pi">:</span>
|
404
|
+
<span class="na">sort_by</span><span class="pi">:</span> <span class="s">lesson</span>
|
425
405
|
</code></pre></div></div>
|
426
406
|
|
427
|
-
<p>
|
407
|
+
<p>The documents are arranged in the increasing order of the key’s value. If a document does not have the front matter key defined
|
408
|
+
then that document is placed immediately after sorted documents. When multiple documents do not have the front matter key defined,
|
409
|
+
those documents are sorted by their dates or paths and then placed immediately after the sorted documents.</p>
|
428
410
|
|
429
|
-
<
|
430
|
-
<li>
|
431
|
-
<p><strong>Default</strong>
|
432
|
-
Same as <code class="language-plaintext highlighter-rouge">permalink: /:collection/:path</code>.</p>
|
433
|
-
|
434
|
-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>_site/
|
435
|
-
├── my_collection
|
436
|
-
│ └── some_subdir
|
437
|
-
│ └── some_doc.html
|
438
|
-
...
|
439
|
-
</code></pre></div> </div>
|
440
|
-
</li>
|
441
|
-
<li>
|
442
|
-
<p><code class="language-plaintext highlighter-rouge">permalink: pretty</code>
|
443
|
-
Same as <code class="language-plaintext highlighter-rouge">permalink: /:collection/:path/</code>.</p>
|
444
|
-
|
445
|
-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>_site/
|
446
|
-
├── my_collection
|
447
|
-
│ └── some_subdir
|
448
|
-
│ └── some_doc
|
449
|
-
│ └── index.html
|
450
|
-
...
|
451
|
-
</code></pre></div> </div>
|
452
|
-
</li>
|
453
|
-
<li>
|
454
|
-
<p><code class="language-plaintext highlighter-rouge">permalink: /doc/:path</code></p>
|
455
|
-
|
456
|
-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>_site/
|
457
|
-
├── doc
|
458
|
-
│ └── some_subdir
|
459
|
-
│ └── some_doc.html
|
460
|
-
...
|
461
|
-
</code></pre></div> </div>
|
462
|
-
</li>
|
463
|
-
<li>
|
464
|
-
<p><code class="language-plaintext highlighter-rouge">permalink: /doc/:name</code></p>
|
411
|
+
<h3 id="manually-ordering-documents">Manually Ordering Documents</h3>
|
465
412
|
|
466
|
-
|
467
|
-
|
468
|
-
│ └── some_doc.html
|
469
|
-
...
|
470
|
-
</code></pre></div> </div>
|
471
|
-
</li>
|
472
|
-
<li>
|
473
|
-
<p><code class="language-plaintext highlighter-rouge">permalink: /:name</code></p>
|
413
|
+
<p>You can also manually order the documents by setting an <code class="highlighter-rouge">order</code> metadata with <strong>the filenames listed</strong> in the desired order.
|
414
|
+
For example, a collection of tutorials would be configured as:</p>
|
474
415
|
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
</
|
416
|
+
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">collections</span><span class="pi">:</span>
|
417
|
+
<span class="na">tutorials</span><span class="pi">:</span>
|
418
|
+
<span class="na">order</span><span class="pi">:</span>
|
419
|
+
<span class="pi">-</span> <span class="s">hello-world.md</span>
|
420
|
+
<span class="pi">-</span> <span class="s">introduction.md</span>
|
421
|
+
<span class="pi">-</span> <span class="s">basic-concepts.md</span>
|
422
|
+
<span class="pi">-</span> <span class="s">advanced-concepts.md</span>
|
423
|
+
</code></pre></div></div>
|
481
424
|
|
482
|
-
<
|
425
|
+
<p>Any documents with filenames that do not match the list entry simply gets placed after the rearranged documents. If a document is
|
426
|
+
nested under subdirectories, include them in entries as well:</p>
|
483
427
|
|
484
|
-
<div class="
|
485
|
-
<
|
486
|
-
|
487
|
-
|
488
|
-
<
|
489
|
-
<
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
<td>
|
495
|
-
<p><code>:collection</code></p>
|
496
|
-
</td>
|
497
|
-
<td>
|
498
|
-
<p>Label of the containing collection.</p>
|
499
|
-
</td>
|
500
|
-
</tr>
|
501
|
-
<tr>
|
502
|
-
<td>
|
503
|
-
<p><code>:path</code></p>
|
504
|
-
</td>
|
505
|
-
<td>
|
506
|
-
<p>Path to the document relative to the collection's directory.</p>
|
507
|
-
</td>
|
508
|
-
</tr>
|
509
|
-
<tr>
|
510
|
-
<td>
|
511
|
-
<p><code>:name</code></p>
|
512
|
-
</td>
|
513
|
-
<td>
|
514
|
-
<p>The document's base filename, with every sequence of spaces
|
515
|
-
and non-alphanumeric characters replaced by a hyphen.</p>
|
516
|
-
</td>
|
517
|
-
</tr>
|
518
|
-
<tr>
|
519
|
-
<td>
|
520
|
-
<p><code>:title</code></p>
|
521
|
-
</td>
|
522
|
-
<td>
|
523
|
-
<p>
|
524
|
-
The <code>:title</code> template variable will take the
|
525
|
-
<code>slug</code> <a href="/docs/frontmatter/">front matter</a>
|
526
|
-
variable value if any is present in the document; if none is
|
527
|
-
defined then <code>:title</code> will be equivalent to
|
528
|
-
<code>:name</code>, aka the slug generated from the filename.
|
529
|
-
</p>
|
530
|
-
</td>
|
531
|
-
</tr>
|
532
|
-
<tr>
|
533
|
-
<td>
|
534
|
-
<p><code>:output_ext</code></p>
|
535
|
-
</td>
|
536
|
-
<td>
|
537
|
-
<p>Extension of the output file. (Included by default and usually unnecessary.)</p>
|
538
|
-
</td>
|
539
|
-
</tr>
|
540
|
-
</tbody>
|
541
|
-
</table>
|
542
|
-
</div>
|
428
|
+
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">collections</span><span class="pi">:</span>
|
429
|
+
<span class="na">tutorials</span><span class="pi">:</span>
|
430
|
+
<span class="na">order</span><span class="pi">:</span>
|
431
|
+
<span class="pi">-</span> <span class="s">hello-world.md</span>
|
432
|
+
<span class="pi">-</span> <span class="s">introduction.md</span>
|
433
|
+
<span class="pi">-</span> <span class="s">concepts/basics.md</span>
|
434
|
+
<span class="pi">-</span> <span class="s">concepts/advanced.md</span>
|
435
|
+
</code></pre></div></div>
|
436
|
+
|
437
|
+
<p>If both metadata keys have been defined properly, <code class="highlighter-rouge">order</code> list takes precedence.</p>
|
543
438
|
|
544
439
|
<h2 id="liquid-attributes">Liquid Attributes</h2>
|
545
440
|
|
546
441
|
<h3 id="collections">Collections</h3>
|
547
442
|
|
548
|
-
<p>
|
549
|
-
you
|
550
|
-
<code class="language-plaintext highlighter-rouge">site.albums</code>.</p>
|
551
|
-
|
552
|
-
<p>Each collection is itself an array of documents (e.g., <code class="language-plaintext highlighter-rouge">site.albums</code> is an array of documents, much like <code class="language-plaintext highlighter-rouge">site.pages</code> and
|
553
|
-
<code class="language-plaintext highlighter-rouge">site.posts</code>). See the table below for how to access attributes of those documents.</p>
|
554
|
-
|
555
|
-
<p>The collections are also available under <code class="language-plaintext highlighter-rouge">site.collections</code>, with the metadata
|
556
|
-
you specified in your <code class="language-plaintext highlighter-rouge">_config.yml</code> (if present) and the following information:</p>
|
443
|
+
<p>Collections are also available under <code class="highlighter-rouge">site.collections</code>, with the metadata
|
444
|
+
you specified in your <code class="highlighter-rouge">_config.yml</code> (if present) and the following information:</p>
|
557
445
|
|
558
446
|
<div class="mobile-side-scroller">
|
559
447
|
<table>
|
@@ -646,7 +534,7 @@ you specified in your <code class="language-plaintext highlighter-rouge">_config
|
|
646
534
|
<p>Except for documents in hard-coded default collection <code>posts</code>, all documents in collections
|
647
535
|
you create, are accessible via Liquid irrespective of their assigned date, if any, and therefore renderable.
|
648
536
|
</p>
|
649
|
-
<p>
|
537
|
+
<p>Documents are attempted to be written to disk only if the concerned collection
|
650
538
|
metadata has <code>output: true</code>. Additionally, future-dated documents are only written if
|
651
539
|
<code>site.future</code> <em>is also true</em>.
|
652
540
|
</p>
|
@@ -657,7 +545,7 @@ you specified in your <code class="language-plaintext highlighter-rouge">_config
|
|
657
545
|
|
658
546
|
<h3 id="documents">Documents</h3>
|
659
547
|
|
660
|
-
<p>In addition to any
|
548
|
+
<p>In addition to any front matter provided in the document’s corresponding
|
661
549
|
file, each document has the following attributes:</p>
|
662
550
|
|
663
551
|
<div class="mobile-side-scroller">
|
@@ -675,9 +563,9 @@ file, each document has the following attributes:</p>
|
|
675
563
|
</td>
|
676
564
|
<td>
|
677
565
|
<p>
|
678
|
-
The (unrendered) content of the document. If no
|
566
|
+
The (unrendered) content of the document. If no front matter is
|
679
567
|
provided, Jekyll will not generate the file in your collection. If
|
680
|
-
|
568
|
+
front matter is used, then this is all the contents of the file
|
681
569
|
after the terminating
|
682
570
|
`---` of the front matter.
|
683
571
|
</p>
|
@@ -748,302 +636,218 @@ file, each document has the following attributes:</p>
|
|
748
636
|
</table>
|
749
637
|
</div>
|
750
638
|
|
751
|
-
<h2 id="accessing-collection-attributes">Accessing Collection Attributes</h2>
|
752
|
-
|
753
|
-
<p>Attributes from the YAML front matter can be accessed as data anywhere in the
|
754
|
-
site. Using the above example for configuring a collection as <code class="language-plaintext highlighter-rouge">site.albums</code>,
|
755
|
-
you might have front matter in an individual file structured as follows (which
|
756
|
-
must use a supported markup format, and cannot be saved with a <code class="language-plaintext highlighter-rouge">.yaml</code>
|
757
|
-
extension):</p>
|
758
|
-
|
759
|
-
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Josquin:</span><span class="nv"> </span><span class="s">Missa</span><span class="nv"> </span><span class="s">De</span><span class="nv"> </span><span class="s">beata</span><span class="nv"> </span><span class="s">virgine</span><span class="nv"> </span><span class="s">and</span><span class="nv"> </span><span class="s">Missa</span><span class="nv"> </span><span class="s">Ave</span><span class="nv"> </span><span class="s">maris</span><span class="nv"> </span><span class="s">stella"</span>
|
760
|
-
<span class="na">artist</span><span class="pi">:</span> <span class="s2">"</span><span class="s">The</span><span class="nv"> </span><span class="s">Tallis</span><span class="nv"> </span><span class="s">Scholars"</span>
|
761
|
-
<span class="na">director</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Peter</span><span class="nv"> </span><span class="s">Phillips"</span>
|
762
|
-
<span class="na">works</span><span class="pi">:</span>
|
763
|
-
<span class="pi">-</span> <span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Missa</span><span class="nv"> </span><span class="s">De</span><span class="nv"> </span><span class="s">beata</span><span class="nv"> </span><span class="s">virgine"</span>
|
764
|
-
<span class="na">composer</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Josquin</span><span class="nv"> </span><span class="s">des</span><span class="nv"> </span><span class="s">Prez"</span>
|
765
|
-
<span class="na">tracks</span><span class="pi">:</span>
|
766
|
-
<span class="pi">-</span> <span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Kyrie"</span>
|
767
|
-
<span class="na">duration</span><span class="pi">:</span> <span class="s2">"</span><span class="s">4:25"</span>
|
768
|
-
<span class="pi">-</span> <span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Gloria"</span>
|
769
|
-
<span class="na">duration</span><span class="pi">:</span> <span class="s2">"</span><span class="s">9:53"</span>
|
770
|
-
<span class="pi">-</span> <span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Credo"</span>
|
771
|
-
<span class="na">duration</span><span class="pi">:</span> <span class="s2">"</span><span class="s">9:09"</span>
|
772
|
-
<span class="pi">-</span> <span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Sanctus</span><span class="nv"> </span><span class="s">&</span><span class="nv"> </span><span class="s">Benedictus"</span>
|
773
|
-
<span class="na">duration</span><span class="pi">:</span> <span class="s2">"</span><span class="s">7:47"</span>
|
774
|
-
<span class="pi">-</span> <span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Agnus</span><span class="nv"> </span><span class="s">Dei</span><span class="nv"> </span><span class="s">I,</span><span class="nv"> </span><span class="s">II</span><span class="nv"> </span><span class="s">&</span><span class="nv"> </span><span class="s">III"</span>
|
775
|
-
<span class="na">duration</span><span class="pi">:</span> <span class="s2">"</span><span class="s">6:49"</span>
|
776
|
-
</code></pre></div></div>
|
777
|
-
|
778
|
-
<p>Every album in the collection could be listed on a single page with a template:</p>
|
779
|
-
|
780
|
-
<div class="language-liquid highlighter-rouge"><div class="highlight"><pre class="highlight"><code>
|
781
|
-
<span class="p">{%</span><span class="w"> </span><span class="nt">for</span><span class="w"> </span><span class="nv">album</span><span class="w"> </span><span class="nt">in</span><span class="w"> </span><span class="nv">site.albums</span><span class="w"> </span><span class="p">%}</span>
|
782
|
-
<h2><span class="p">{{</span><span class="w"> </span><span class="nv">album</span><span class="p">.</span><span class="nv">title</span><span class="w"> </span><span class="p">}}</span></h2>
|
783
|
-
<p>Performed by <span class="p">{{</span><span class="w"> </span><span class="nv">album</span><span class="p">.</span><span class="nv">artist</span><span class="w"> </span><span class="p">}}{%</span><span class="w"> </span><span class="kr">if</span><span class="w"> </span><span class="nv">album</span><span class="p">.</span><span class="nv">director</span><span class="w"> </span><span class="p">%}</span>, directed by <span class="p">{{</span><span class="w"> </span><span class="nv">album</span><span class="p">.</span><span class="nv">director</span><span class="w"> </span><span class="p">}}{%</span><span class="w"> </span><span class="kr">endif</span><span class="w"> </span><span class="p">%}</span></p>
|
784
|
-
<span class="p">{%</span><span class="w"> </span><span class="nt">for</span><span class="w"> </span><span class="nv">work</span><span class="w"> </span><span class="nt">in</span><span class="w"> </span><span class="nv">album.works</span><span class="w"> </span><span class="p">%}</span>
|
785
|
-
<h3><span class="p">{{</span><span class="w"> </span><span class="nv">work</span><span class="p">.</span><span class="nv">title</span><span class="w"> </span><span class="p">}}</span></h3>
|
786
|
-
<p>Composed by <span class="p">{{</span><span class="w"> </span><span class="nv">work</span><span class="p">.</span><span class="nv">composer</span><span class="w"> </span><span class="p">}}</span></p>
|
787
|
-
<ul>
|
788
|
-
<span class="p">{%</span><span class="w"> </span><span class="nt">for</span><span class="w"> </span><span class="nv">track</span><span class="w"> </span><span class="nt">in</span><span class="w"> </span><span class="nv">work.tracks</span><span class="w"> </span><span class="p">%}</span>
|
789
|
-
<li><span class="p">{{</span><span class="w"> </span><span class="nv">track</span><span class="p">.</span><span class="nv">title</span><span class="w"> </span><span class="p">}}</span> (<span class="p">{{</span><span class="w"> </span><span class="nv">track</span><span class="p">.</span><span class="nv">duration</span><span class="w"> </span><span class="p">}}</span>)</li>
|
790
|
-
<span class="p">{%</span><span class="w"> </span><span class="nt">endfor</span><span class="w"> </span><span class="p">%}</span>
|
791
|
-
</ul>
|
792
|
-
<span class="p">{%</span><span class="w"> </span><span class="nt">endfor</span><span class="w"> </span><span class="p">%}</span>
|
793
|
-
<span class="p">{%</span><span class="w"> </span><span class="nt">endfor</span><span class="w"> </span><span class="p">%}</span>
|
794
|
-
|
795
|
-
</code></pre></div></div>
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
<div class="section-nav">
|
845
|
-
<div class="left align-right">
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
<a href="/docs/variables/" class="prev">Back</a>
|
850
|
-
|
851
|
-
</div>
|
852
|
-
<div class="right align-left">
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
<a href="/docs/datafiles/" class="next">Next</a>
|
857
|
-
|
858
|
-
</div>
|
859
|
-
</div>
|
860
|
-
<div class="clear"></div>
|
861
|
-
|
862
639
|
</article>
|
863
640
|
</div>
|
864
641
|
|
865
642
|
<div class="unit one-fifth hide-on-mobiles">
|
866
643
|
<aside>
|
867
644
|
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
<li class=""><a href="/docs/frontmatter/">Front Matter</a></li>
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
<li class=""><a href="/docs/posts/">Writing posts</a></li>
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
<li class=""><a href="/docs/drafts/">Working with drafts</a></li>
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
<li class=""><a href="/docs/pages/">Creating pages</a></li>
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
<li class=""><a href="/docs/static-files/">Static Files</a></li>
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
<li class=""><a href="/docs/variables/">Variables</a></li>
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
<li class="current"><a href="/docs/collections/">Collections</a></li>
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
<li class=""><a href="/docs/datafiles/">Data Files</a></li>
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
<li class=""><a href="/docs/assets/">Assets</a></li>
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
<li class=""><a href="/docs/migrations/">Blog migrations</a></li>
|
944
|
-
|
945
|
-
</ul>
|
946
|
-
|
645
|
+
<h4>Getting Started</h4>
|
646
|
+
<ul>
|
647
|
+
|
648
|
+
|
649
|
+
<li>
|
650
|
+
<a href="/docs/">
|
651
|
+
Quickstart
|
652
|
+
</a>
|
653
|
+
</li>
|
654
|
+
|
655
|
+
|
656
|
+
<li>
|
657
|
+
<a href="/docs/ruby-101/">
|
658
|
+
Ruby 101
|
659
|
+
</a>
|
660
|
+
</li>
|
661
|
+
|
662
|
+
|
663
|
+
<li>
|
664
|
+
<a href="/docs/installation/">
|
665
|
+
Installation
|
666
|
+
</a>
|
667
|
+
</li>
|
668
|
+
|
669
|
+
|
670
|
+
<li>
|
671
|
+
<a href="/docs/community/">
|
672
|
+
Community
|
673
|
+
</a>
|
674
|
+
</li>
|
675
|
+
|
676
|
+
|
677
|
+
<li>
|
678
|
+
<a href="/docs/step-by-step/01-setup/">
|
679
|
+
Step by Step Tutorial
|
680
|
+
</a>
|
681
|
+
</li>
|
682
|
+
|
683
|
+
</ul>
|
947
684
|
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
<li class=""><a href="/docs/plugins/">Plugins</a></li>
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
<li class=""><a href="/docs/themes/">Themes</a></li>
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
<li class=""><a href="/docs/extras/">Extras</a></li>
|
978
|
-
|
979
|
-
</ul>
|
980
|
-
|
685
|
+
<h4>Build</h4>
|
686
|
+
<ul>
|
687
|
+
|
688
|
+
|
689
|
+
<li>
|
690
|
+
<a href="/docs/usage/">
|
691
|
+
Command Line Usage
|
692
|
+
</a>
|
693
|
+
</li>
|
694
|
+
|
695
|
+
|
696
|
+
<li>
|
697
|
+
<a href="/docs/configuration/">
|
698
|
+
Configuration
|
699
|
+
</a>
|
700
|
+
</li>
|
701
|
+
|
702
|
+
</ul>
|
981
703
|
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
</
|
998
|
-
|
704
|
+
<h4>Content</h4>
|
705
|
+
<ul>
|
706
|
+
|
707
|
+
|
708
|
+
<li>
|
709
|
+
<a href="/docs/pages/">
|
710
|
+
Pages
|
711
|
+
</a>
|
712
|
+
</li>
|
713
|
+
|
714
|
+
|
715
|
+
<li>
|
716
|
+
<a href="/docs/posts/">
|
717
|
+
Posts
|
718
|
+
</a>
|
719
|
+
</li>
|
720
|
+
|
721
|
+
|
722
|
+
<li>
|
723
|
+
<a href="/docs/front-matter/">
|
724
|
+
Front Matter
|
725
|
+
</a>
|
726
|
+
</li>
|
727
|
+
|
728
|
+
|
729
|
+
<li class="current">
|
730
|
+
<a href="/docs/collections/">
|
731
|
+
Collections
|
732
|
+
</a>
|
733
|
+
</li>
|
734
|
+
|
735
|
+
|
736
|
+
<li>
|
737
|
+
<a href="/docs/datafiles/">
|
738
|
+
Data Files
|
739
|
+
</a>
|
740
|
+
</li>
|
741
|
+
|
742
|
+
|
743
|
+
<li>
|
744
|
+
<a href="/docs/assets/">
|
745
|
+
Assets
|
746
|
+
</a>
|
747
|
+
</li>
|
748
|
+
|
749
|
+
|
750
|
+
<li>
|
751
|
+
<a href="/docs/static-files/">
|
752
|
+
Static Files
|
753
|
+
</a>
|
754
|
+
</li>
|
755
|
+
|
756
|
+
</ul>
|
999
757
|
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
758
|
+
<h4>Site Structure</h4>
|
759
|
+
<ul>
|
760
|
+
|
761
|
+
|
762
|
+
<li>
|
763
|
+
<a href="/docs/structure/">
|
764
|
+
Directory Structure
|
765
|
+
</a>
|
766
|
+
</li>
|
767
|
+
|
768
|
+
|
769
|
+
<li>
|
770
|
+
<a href="/docs/liquid/">
|
771
|
+
Liquid
|
772
|
+
</a>
|
773
|
+
</li>
|
774
|
+
|
775
|
+
|
776
|
+
<li>
|
777
|
+
<a href="/docs/variables/">
|
778
|
+
Variables
|
779
|
+
</a>
|
780
|
+
</li>
|
781
|
+
|
782
|
+
|
783
|
+
<li>
|
784
|
+
<a href="/docs/includes/">
|
785
|
+
Includes
|
786
|
+
</a>
|
787
|
+
</li>
|
788
|
+
|
789
|
+
|
790
|
+
<li>
|
791
|
+
<a href="/docs/layouts/">
|
792
|
+
Layouts
|
793
|
+
</a>
|
794
|
+
</li>
|
795
|
+
|
796
|
+
|
797
|
+
<li>
|
798
|
+
<a href="/docs/permalinks/">
|
799
|
+
Permalinks
|
800
|
+
</a>
|
801
|
+
</li>
|
802
|
+
|
803
|
+
|
804
|
+
<li>
|
805
|
+
<a href="/docs/themes/">
|
806
|
+
Themes
|
807
|
+
</a>
|
808
|
+
</li>
|
809
|
+
|
810
|
+
|
811
|
+
<li>
|
812
|
+
<a href="/docs/pagination/">
|
813
|
+
Pagination
|
814
|
+
</a>
|
815
|
+
</li>
|
816
|
+
|
817
|
+
</ul>
|
1025
818
|
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
819
|
+
<h4>Guides</h4>
|
820
|
+
<ul>
|
821
|
+
|
822
|
+
|
823
|
+
<li>
|
824
|
+
<a href="/docs/plugins/">
|
825
|
+
Plugins
|
826
|
+
</a>
|
827
|
+
</li>
|
828
|
+
|
829
|
+
|
830
|
+
<li>
|
831
|
+
<a href="/docs/migrations/">
|
832
|
+
Blog Migrations
|
833
|
+
</a>
|
834
|
+
</li>
|
835
|
+
|
836
|
+
|
837
|
+
<li>
|
838
|
+
<a href="/docs/upgrading/">
|
839
|
+
Upgrading
|
840
|
+
</a>
|
841
|
+
</li>
|
842
|
+
|
843
|
+
|
844
|
+
<li>
|
845
|
+
<a href="/docs/deployment/">
|
846
|
+
Deployment
|
847
|
+
</a>
|
848
|
+
</li>
|
849
|
+
|
850
|
+
</ul>
|
1047
851
|
|
1048
852
|
</aside>
|
1049
853
|
</div>
|
@@ -1058,7 +862,8 @@ extension):</p>
|
|
1058
862
|
<footer>
|
1059
863
|
<div class="grid">
|
1060
864
|
<div class="unit one-third center-on-mobiles">
|
1061
|
-
<p>
|
865
|
+
<p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
|
866
|
+
<p>The contents of this website are <br />© 2019 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
|
1062
867
|
</div>
|
1063
868
|
<div class="unit two-thirds align-right center-on-mobiles">
|
1064
869
|
<p>
|
@@ -1068,6 +873,14 @@ extension):</p>
|
|
1068
873
|
</a>
|
1069
874
|
</p>
|
1070
875
|
</div>
|
876
|
+
<div class="unit two-thirds align-right center-on-mobiles">
|
877
|
+
<p>
|
878
|
+
Jekyll is funded thanks to its
|
879
|
+
<a href="https://github.com/jekyll/jekyll#sponsors">
|
880
|
+
sponsors!
|
881
|
+
</a>
|
882
|
+
</p>
|
883
|
+
</div>
|
1071
884
|
</div>
|
1072
885
|
</footer>
|
1073
886
|
|