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
data/site/sitemap.xml
CHANGED
@@ -2,203 +2,339 @@
|
|
2
2
|
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
3
3
|
<url>
|
4
4
|
<loc>https://jekyllrb.com/docs/assets/</loc>
|
5
|
-
<lastmod>
|
5
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
6
6
|
</url>
|
7
7
|
<url>
|
8
8
|
<loc>https://jekyllrb.com/docs/code_of_conduct/</loc>
|
9
|
-
<lastmod>
|
9
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
10
10
|
</url>
|
11
11
|
<url>
|
12
12
|
<loc>https://jekyllrb.com/docs/collections/</loc>
|
13
|
-
<lastmod>
|
13
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
14
|
+
</url>
|
15
|
+
<url>
|
16
|
+
<loc>https://jekyllrb.com/docs/community/bug/</loc>
|
17
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
18
|
+
</url>
|
19
|
+
<url>
|
20
|
+
<loc>https://jekyllrb.com/docs/community/</loc>
|
21
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
14
22
|
</url>
|
15
23
|
<url>
|
16
24
|
<loc>https://jekyllrb.com/docs/conduct/</loc>
|
17
|
-
<lastmod>
|
25
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
18
26
|
</url>
|
19
27
|
<url>
|
20
28
|
<loc>https://jekyllrb.com/docs/configuration/</loc>
|
21
|
-
<lastmod>
|
29
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
22
30
|
</url>
|
23
31
|
<url>
|
24
|
-
<loc>https://jekyllrb.com/docs/
|
25
|
-
<lastmod>
|
32
|
+
<loc>https://jekyllrb.com/docs/configuration/default/</loc>
|
33
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
26
34
|
</url>
|
27
35
|
<url>
|
28
|
-
<loc>https://jekyllrb.com/docs/
|
29
|
-
<lastmod>
|
36
|
+
<loc>https://jekyllrb.com/docs/configuration/environments/</loc>
|
37
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
38
|
+
</url>
|
39
|
+
<url>
|
40
|
+
<loc>https://jekyllrb.com/docs/configuration/front-matter-defaults/</loc>
|
41
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
42
|
+
</url>
|
43
|
+
<url>
|
44
|
+
<loc>https://jekyllrb.com/docs/configuration/incremental-regeneration/</loc>
|
45
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
46
|
+
</url>
|
47
|
+
<url>
|
48
|
+
<loc>https://jekyllrb.com/docs/configuration/liquid/</loc>
|
49
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
50
|
+
</url>
|
51
|
+
<url>
|
52
|
+
<loc>https://jekyllrb.com/docs/configuration/markdown/</loc>
|
53
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
30
54
|
</url>
|
31
55
|
<url>
|
32
|
-
<loc>https://jekyllrb.com/docs/
|
33
|
-
<lastmod>
|
56
|
+
<loc>https://jekyllrb.com/docs/configuration/options/</loc>
|
57
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
58
|
+
</url>
|
59
|
+
<url>
|
60
|
+
<loc>https://jekyllrb.com/docs/configuration/webrick/</loc>
|
61
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
62
|
+
</url>
|
63
|
+
<url>
|
64
|
+
<loc>https://jekyllrb.com/docs/continuous-integration/buddyworks/</loc>
|
65
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
66
|
+
</url>
|
67
|
+
<url>
|
68
|
+
<loc>https://jekyllrb.com/docs/continuous-integration/circleci/</loc>
|
69
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
34
70
|
</url>
|
35
71
|
<url>
|
36
72
|
<loc>https://jekyllrb.com/docs/continuous-integration/travis-ci/</loc>
|
37
|
-
<lastmod>
|
73
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
38
74
|
</url>
|
39
75
|
<url>
|
40
76
|
<loc>https://jekyllrb.com/docs/contributing/</loc>
|
41
|
-
<lastmod>
|
77
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
42
78
|
</url>
|
43
79
|
<url>
|
44
80
|
<loc>https://jekyllrb.com/docs/datafiles/</loc>
|
45
|
-
<lastmod>
|
81
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
82
|
+
</url>
|
83
|
+
<url>
|
84
|
+
<loc>https://jekyllrb.com/docs/deployment/</loc>
|
85
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
46
86
|
</url>
|
47
87
|
<url>
|
48
|
-
<loc>https://jekyllrb.com/docs/deployment
|
49
|
-
<lastmod>
|
88
|
+
<loc>https://jekyllrb.com/docs/deployment/automated/</loc>
|
89
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
50
90
|
</url>
|
51
91
|
<url>
|
52
|
-
<loc>https://jekyllrb.com/docs/
|
53
|
-
<lastmod>
|
92
|
+
<loc>https://jekyllrb.com/docs/deployment/manual/</loc>
|
93
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
54
94
|
</url>
|
55
95
|
<url>
|
56
|
-
<loc>https://jekyllrb.com/docs/
|
57
|
-
<lastmod>
|
96
|
+
<loc>https://jekyllrb.com/docs/deployment/third-party/</loc>
|
97
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
58
98
|
</url>
|
59
99
|
<url>
|
60
|
-
<loc>https://jekyllrb.com/docs/
|
61
|
-
<lastmod>
|
100
|
+
<loc>https://jekyllrb.com/docs/front-matter/</loc>
|
101
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
62
102
|
</url>
|
63
103
|
<url>
|
64
104
|
<loc>https://jekyllrb.com/docs/github-pages/</loc>
|
65
|
-
<lastmod>
|
105
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
66
106
|
</url>
|
67
107
|
<url>
|
68
108
|
<loc>https://jekyllrb.com/docs/history/</loc>
|
69
|
-
<lastmod>
|
109
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
70
110
|
</url>
|
71
111
|
<url>
|
72
112
|
<loc>https://jekyllrb.com/docs/includes/</loc>
|
73
|
-
<lastmod>
|
113
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
74
114
|
</url>
|
75
115
|
<url>
|
76
|
-
<loc>https://jekyllrb.com/docs
|
77
|
-
<lastmod>
|
116
|
+
<loc>https://jekyllrb.com/docs/</loc>
|
117
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
78
118
|
</url>
|
79
119
|
<url>
|
80
120
|
<loc>https://jekyllrb.com/docs/installation/</loc>
|
81
|
-
<lastmod>
|
121
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
122
|
+
</url>
|
123
|
+
<url>
|
124
|
+
<loc>https://jekyllrb.com/docs/installation/macos/</loc>
|
125
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
126
|
+
</url>
|
127
|
+
<url>
|
128
|
+
<loc>https://jekyllrb.com/docs/installation/other-linux/</loc>
|
129
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
130
|
+
</url>
|
131
|
+
<url>
|
132
|
+
<loc>https://jekyllrb.com/docs/installation/ubuntu/</loc>
|
133
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
134
|
+
</url>
|
135
|
+
<url>
|
136
|
+
<loc>https://jekyllrb.com/docs/installation/windows/</loc>
|
137
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
138
|
+
</url>
|
139
|
+
<url>
|
140
|
+
<loc>https://jekyllrb.com/docs/layouts/</loc>
|
141
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
142
|
+
</url>
|
143
|
+
<url>
|
144
|
+
<loc>https://jekyllrb.com/docs/liquid/</loc>
|
145
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
146
|
+
</url>
|
147
|
+
<url>
|
148
|
+
<loc>https://jekyllrb.com/docs/liquid/filters/</loc>
|
149
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
150
|
+
</url>
|
151
|
+
<url>
|
152
|
+
<loc>https://jekyllrb.com/docs/liquid/tags/</loc>
|
153
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
82
154
|
</url>
|
83
155
|
<url>
|
84
156
|
<loc>https://jekyllrb.com/docs/maintaining/affinity-team-captain/</loc>
|
85
|
-
<lastmod>
|
157
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
86
158
|
</url>
|
87
159
|
<url>
|
88
160
|
<loc>https://jekyllrb.com/docs/maintaining/avoiding-burnout/</loc>
|
89
|
-
<lastmod>
|
161
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
90
162
|
</url>
|
91
163
|
<url>
|
92
164
|
<loc>https://jekyllrb.com/docs/maintaining/becoming-a-maintainer/</loc>
|
93
|
-
<lastmod>
|
165
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
94
166
|
</url>
|
95
167
|
<url>
|
96
168
|
<loc>https://jekyllrb.com/docs/maintaining/</loc>
|
97
|
-
<lastmod>
|
169
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
98
170
|
</url>
|
99
171
|
<url>
|
100
172
|
<loc>https://jekyllrb.com/docs/maintaining/merging-a-pull-request/</loc>
|
101
|
-
<lastmod>
|
173
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
102
174
|
</url>
|
103
175
|
<url>
|
104
176
|
<loc>https://jekyllrb.com/docs/maintaining/releasing-a-new-version/</loc>
|
105
|
-
<lastmod>
|
177
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
106
178
|
</url>
|
107
179
|
<url>
|
108
180
|
<loc>https://jekyllrb.com/docs/maintaining/reviewing-a-pull-request/</loc>
|
109
|
-
<lastmod>
|
181
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
110
182
|
</url>
|
111
183
|
<url>
|
112
184
|
<loc>https://jekyllrb.com/docs/maintaining/special-labels/</loc>
|
113
|
-
<lastmod>
|
185
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
114
186
|
</url>
|
115
187
|
<url>
|
116
188
|
<loc>https://jekyllrb.com/docs/maintaining/triaging-an-issue/</loc>
|
117
|
-
<lastmod>
|
189
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
190
|
+
</url>
|
191
|
+
<url>
|
192
|
+
<loc>https://jekyllrb.com/docs/markdown-101/</loc>
|
193
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
118
194
|
</url>
|
119
195
|
<url>
|
120
196
|
<loc>https://jekyllrb.com/docs/migrations/</loc>
|
121
|
-
<lastmod>
|
197
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
122
198
|
</url>
|
123
199
|
<url>
|
124
200
|
<loc>https://jekyllrb.com/docs/pages/</loc>
|
125
|
-
<lastmod>
|
201
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
126
202
|
</url>
|
127
203
|
<url>
|
128
204
|
<loc>https://jekyllrb.com/docs/pagination/</loc>
|
129
|
-
<lastmod>
|
205
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
130
206
|
</url>
|
131
207
|
<url>
|
132
208
|
<loc>https://jekyllrb.com/docs/permalinks/</loc>
|
133
|
-
<lastmod>
|
209
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
134
210
|
</url>
|
135
211
|
<url>
|
136
212
|
<loc>https://jekyllrb.com/docs/plugins/</loc>
|
137
|
-
<lastmod>
|
213
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
138
214
|
</url>
|
139
215
|
<url>
|
140
|
-
<loc>https://jekyllrb.com/docs/
|
141
|
-
<lastmod>
|
216
|
+
<loc>https://jekyllrb.com/docs/plugins/commands/</loc>
|
217
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
218
|
+
</url>
|
219
|
+
<url>
|
220
|
+
<loc>https://jekyllrb.com/docs/plugins/converters/</loc>
|
221
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
222
|
+
</url>
|
223
|
+
<url>
|
224
|
+
<loc>https://jekyllrb.com/docs/plugins/filters/</loc>
|
225
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
226
|
+
</url>
|
227
|
+
<url>
|
228
|
+
<loc>https://jekyllrb.com/docs/plugins/generators/</loc>
|
229
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
230
|
+
</url>
|
231
|
+
<url>
|
232
|
+
<loc>https://jekyllrb.com/docs/plugins/hooks/</loc>
|
233
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
234
|
+
</url>
|
235
|
+
<url>
|
236
|
+
<loc>https://jekyllrb.com/docs/plugins/installation/</loc>
|
237
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
238
|
+
</url>
|
239
|
+
<url>
|
240
|
+
<loc>https://jekyllrb.com/docs/plugins/tags/</loc>
|
241
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
142
242
|
</url>
|
143
243
|
<url>
|
144
|
-
<loc>https://jekyllrb.com/docs/
|
145
|
-
<lastmod>
|
244
|
+
<loc>https://jekyllrb.com/docs/plugins/your-first-plugin/</loc>
|
245
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
146
246
|
</url>
|
147
247
|
<url>
|
148
|
-
<loc>https://jekyllrb.com/docs/
|
149
|
-
<lastmod>
|
248
|
+
<loc>https://jekyllrb.com/docs/posts/</loc>
|
249
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
150
250
|
</url>
|
151
251
|
<url>
|
152
|
-
<loc>https://jekyllrb.com/docs/
|
153
|
-
<lastmod>
|
252
|
+
<loc>https://jekyllrb.com/docs/ruby-101/</loc>
|
253
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
154
254
|
</url>
|
155
255
|
<url>
|
156
256
|
<loc>https://jekyllrb.com/docs/static-files/</loc>
|
157
|
-
<lastmod>
|
257
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
158
258
|
</url>
|
159
259
|
<url>
|
160
|
-
<loc>https://jekyllrb.com/docs/
|
161
|
-
<lastmod>
|
260
|
+
<loc>https://jekyllrb.com/docs/step-by-step/01-setup/</loc>
|
261
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
162
262
|
</url>
|
163
263
|
<url>
|
164
|
-
<loc>https://jekyllrb.com/docs/
|
165
|
-
<lastmod>
|
264
|
+
<loc>https://jekyllrb.com/docs/step-by-step/02-liquid/</loc>
|
265
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
266
|
+
</url>
|
267
|
+
<url>
|
268
|
+
<loc>https://jekyllrb.com/docs/step-by-step/03-front-matter/</loc>
|
269
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
270
|
+
</url>
|
271
|
+
<url>
|
272
|
+
<loc>https://jekyllrb.com/docs/step-by-step/04-layouts/</loc>
|
273
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
274
|
+
</url>
|
275
|
+
<url>
|
276
|
+
<loc>https://jekyllrb.com/docs/step-by-step/05-includes/</loc>
|
277
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
278
|
+
</url>
|
279
|
+
<url>
|
280
|
+
<loc>https://jekyllrb.com/docs/step-by-step/06-data-files/</loc>
|
281
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
282
|
+
</url>
|
283
|
+
<url>
|
284
|
+
<loc>https://jekyllrb.com/docs/step-by-step/07-assets/</loc>
|
285
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
286
|
+
</url>
|
287
|
+
<url>
|
288
|
+
<loc>https://jekyllrb.com/docs/step-by-step/08-blogging/</loc>
|
289
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
290
|
+
</url>
|
291
|
+
<url>
|
292
|
+
<loc>https://jekyllrb.com/docs/step-by-step/09-collections/</loc>
|
293
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
294
|
+
</url>
|
295
|
+
<url>
|
296
|
+
<loc>https://jekyllrb.com/docs/step-by-step/10-deployment/</loc>
|
297
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
298
|
+
</url>
|
299
|
+
<url>
|
300
|
+
<loc>https://jekyllrb.com/docs/structure/</loc>
|
301
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
166
302
|
</url>
|
167
303
|
<url>
|
168
|
-
<loc>https://jekyllrb.com/docs/
|
169
|
-
<lastmod>
|
304
|
+
<loc>https://jekyllrb.com/docs/support/</loc>
|
305
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
170
306
|
</url>
|
171
307
|
<url>
|
172
308
|
<loc>https://jekyllrb.com/docs/themes/</loc>
|
173
|
-
<lastmod>
|
309
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
174
310
|
</url>
|
175
311
|
<url>
|
176
312
|
<loc>https://jekyllrb.com/docs/troubleshooting/</loc>
|
177
|
-
<lastmod>
|
313
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
178
314
|
</url>
|
179
315
|
<url>
|
180
316
|
<loc>https://jekyllrb.com/docs/upgrading/</loc>
|
181
|
-
<lastmod>
|
317
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
182
318
|
</url>
|
183
319
|
<url>
|
184
320
|
<loc>https://jekyllrb.com/docs/upgrading/0-to-2/</loc>
|
185
|
-
<lastmod>
|
321
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
186
322
|
</url>
|
187
323
|
<url>
|
188
324
|
<loc>https://jekyllrb.com/docs/upgrading/2-to-3/</loc>
|
189
|
-
<lastmod>
|
325
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
190
326
|
</url>
|
191
327
|
<url>
|
192
|
-
<loc>https://jekyllrb.com/docs/
|
193
|
-
<lastmod>
|
328
|
+
<loc>https://jekyllrb.com/docs/upgrading/3-to-4/</loc>
|
329
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
194
330
|
</url>
|
195
331
|
<url>
|
196
|
-
<loc>https://jekyllrb.com/docs/
|
197
|
-
<lastmod>
|
332
|
+
<loc>https://jekyllrb.com/docs/usage/</loc>
|
333
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
198
334
|
</url>
|
199
335
|
<url>
|
200
|
-
<loc>https://jekyllrb.com/docs/
|
201
|
-
<lastmod>
|
336
|
+
<loc>https://jekyllrb.com/docs/variables/</loc>
|
337
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
202
338
|
</url>
|
203
339
|
<url>
|
204
340
|
<loc>https://jekyllrb.com/news/2013/05/05/jekyll-1-0-0-released/</loc>
|
@@ -477,6 +613,14 @@
|
|
477
613
|
<lastmod>2018-02-24T23:32:08-08:00</lastmod>
|
478
614
|
</url>
|
479
615
|
<url>
|
616
|
+
<loc>https://jekyllrb.com/news/2018/04/19/jekyll-3-8-0-released/</loc>
|
617
|
+
<lastmod>2018-04-19T07:15:15-07:00</lastmod>
|
618
|
+
</url>
|
619
|
+
<url>
|
620
|
+
<loc>https://jekyllrb.com/news/2018/04/19/development-update/</loc>
|
621
|
+
<lastmod>2018-04-19T08:07:00-07:00</lastmod>
|
622
|
+
</url>
|
623
|
+
<url>
|
480
624
|
<loc>https://jekyllrb.com/news/2018/05/01/jekyll-3-8-1-released/</loc>
|
481
625
|
<lastmod>2018-05-01T09:56:01-07:00</lastmod>
|
482
626
|
</url>
|
@@ -489,56 +633,87 @@
|
|
489
633
|
<lastmod>2018-06-05T07:00:00-07:00</lastmod>
|
490
634
|
</url>
|
491
635
|
<url>
|
636
|
+
<loc>https://jekyllrb.com/news/2018/08/01/jekyll-sponsoring/</loc>
|
637
|
+
<lastmod>2018-08-01T06:00:00-07:00</lastmod>
|
638
|
+
</url>
|
639
|
+
<url>
|
640
|
+
<loc>https://jekyllrb.com/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/</loc>
|
641
|
+
<lastmod>2018-09-19T05:30:00-07:00</lastmod>
|
642
|
+
</url>
|
643
|
+
<url>
|
644
|
+
<loc>https://jekyllrb.com/news/2018/11/04/jekyll-3-8-5-released/</loc>
|
645
|
+
<lastmod>2018-11-04T11:58:20-08:00</lastmod>
|
646
|
+
</url>
|
647
|
+
<url>
|
648
|
+
<loc>https://jekyllrb.com/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/</loc>
|
649
|
+
<lastmod>2019-03-18T10:17:31-07:00</lastmod>
|
650
|
+
</url>
|
651
|
+
<url>
|
492
652
|
<loc>https://jekyllrb.com/news/2019/07/02/jekyll-3-8-6-released/</loc>
|
493
653
|
<lastmod>2019-07-02T08:21:02-07:00</lastmod>
|
494
654
|
</url>
|
495
655
|
<url>
|
656
|
+
<loc>https://jekyllrb.com/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/</loc>
|
657
|
+
<lastmod>2019-08-04T08:43:31-07:00</lastmod>
|
658
|
+
</url>
|
659
|
+
<url>
|
660
|
+
<loc>https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/</loc>
|
661
|
+
<lastmod>2019-08-20T08:00:00-07:00</lastmod>
|
662
|
+
</url>
|
663
|
+
<url>
|
664
|
+
<loc>https://jekyllrb.com/tutorials/cache-api/</loc>
|
665
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
666
|
+
</url>
|
667
|
+
<url>
|
496
668
|
<loc>https://jekyllrb.com/tutorials/convert-site-to-jekyll/</loc>
|
497
|
-
<lastmod>
|
669
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
498
670
|
</url>
|
499
671
|
<url>
|
500
672
|
<loc>https://jekyllrb.com/tutorials/custom-404-page/</loc>
|
501
|
-
<lastmod>
|
673
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
502
674
|
</url>
|
503
675
|
<url>
|
504
676
|
<loc>https://jekyllrb.com/tutorials/home/</loc>
|
505
|
-
<lastmod>
|
677
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
506
678
|
</url>
|
507
679
|
<url>
|
508
680
|
<loc>https://jekyllrb.com/tutorials/navigation/</loc>
|
509
|
-
<lastmod>
|
681
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
510
682
|
</url>
|
511
683
|
<url>
|
512
684
|
<loc>https://jekyllrb.com/tutorials/orderofinterpretation/</loc>
|
513
|
-
<lastmod>
|
685
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
514
686
|
</url>
|
515
687
|
<url>
|
516
688
|
<loc>https://jekyllrb.com/tutorials/using-jekyll-with-bundler/</loc>
|
517
|
-
<lastmod>
|
689
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
518
690
|
</url>
|
519
691
|
<url>
|
520
692
|
<loc>https://jekyllrb.com/tutorials/video-walkthroughs/</loc>
|
521
|
-
<lastmod>
|
693
|
+
<lastmod>2019-09-11T07:30:27-07:00</lastmod>
|
694
|
+
</url>
|
695
|
+
<url>
|
696
|
+
<loc>https://jekyllrb.com/</loc>
|
697
|
+
</url>
|
698
|
+
<url>
|
699
|
+
<loc>https://jekyllrb.com/jekyllconf/</loc>
|
522
700
|
</url>
|
523
701
|
<url>
|
524
702
|
<loc>https://jekyllrb.com/news/</loc>
|
525
703
|
</url>
|
526
704
|
<url>
|
527
|
-
<loc>https://jekyllrb.com/</loc>
|
705
|
+
<loc>https://jekyllrb.com/philosophy/</loc>
|
528
706
|
</url>
|
529
707
|
<url>
|
530
708
|
<loc>https://jekyllrb.com/news/releases/</loc>
|
531
709
|
</url>
|
532
710
|
<url>
|
533
|
-
<loc>https://jekyllrb.com/
|
711
|
+
<loc>https://jekyllrb.com/resources/</loc>
|
534
712
|
</url>
|
535
713
|
<url>
|
536
|
-
<loc>https://jekyllrb.com/
|
714
|
+
<loc>https://jekyllrb.com/showcase/</loc>
|
537
715
|
</url>
|
538
716
|
<url>
|
539
717
|
<loc>https://jekyllrb.com/team/</loc>
|
540
718
|
</url>
|
541
|
-
<url>
|
542
|
-
<loc>https://jekyllrb.com/philosophy.html</loc>
|
543
|
-
</url>
|
544
719
|
</urlset>
|