jekyll-docs 3.9.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jekyll-docs.rb +3 -3
  3. data/site/404.html +10 -7
  4. data/site/css/screen.css +3 -1
  5. data/site/css/screen.css.map +28 -0
  6. data/site/docs/assets/index.html +412 -453
  7. data/site/docs/code_of_conduct/index.html +447 -501
  8. data/site/docs/collections/index.html +487 -674
  9. data/site/docs/community/bug/index.html +603 -0
  10. data/site/docs/community/index.html +635 -0
  11. data/site/docs/conduct/index.html +447 -515
  12. data/site/docs/configuration/default/index.html +682 -0
  13. data/site/docs/configuration/environments/index.html +641 -0
  14. data/site/docs/configuration/front-matter-defaults/index.html +738 -0
  15. data/site/docs/configuration/incremental-regeneration/index.html +631 -0
  16. data/site/docs/configuration/index.html +405 -1230
  17. data/site/docs/configuration/liquid/index.html +616 -0
  18. data/site/docs/configuration/markdown/index.html +766 -0
  19. data/site/docs/configuration/options/index.html +1011 -0
  20. data/site/docs/configuration/webrick/index.html +615 -0
  21. data/site/docs/continuous-integration/buddyworks/index.html +393 -479
  22. data/site/docs/continuous-integration/circleci/index.html +465 -481
  23. data/site/docs/continuous-integration/travis-ci/index.html +450 -507
  24. data/site/docs/contributing/index.html +425 -514
  25. data/site/docs/datafiles/index.html +411 -453
  26. data/site/docs/deployment-methods/index.html +9 -871
  27. data/site/docs/deployment/automated/index.html +663 -0
  28. data/site/docs/deployment/index.html +607 -0
  29. data/site/docs/deployment/manual/index.html +631 -0
  30. data/site/docs/deployment/third-party/index.html +639 -0
  31. data/site/docs/drafts/index.html +9 -634
  32. data/site/docs/extras/index.html +9 -687
  33. data/site/docs/front-matter/index.html +799 -0
  34. data/site/docs/frontmatter/index.html +9 -819
  35. data/site/docs/github-pages/index.html +407 -475
  36. data/site/docs/history/index.html +1370 -1154
  37. data/site/docs/home/index.html +9 -627
  38. data/site/docs/includes/index.html +425 -501
  39. data/site/docs/index.html +630 -9
  40. data/site/docs/installation/index.html +403 -540
  41. data/site/docs/installation/macos/index.html +716 -0
  42. data/site/docs/installation/other-linux/index.html +613 -0
  43. data/site/docs/installation/ubuntu/index.html +623 -0
  44. data/site/docs/installation/windows/index.html +733 -0
  45. data/site/docs/layouts/index.html +726 -0
  46. data/site/docs/liquid/filters/index.html +1169 -0
  47. data/site/docs/liquid/index.html +615 -0
  48. data/site/docs/liquid/tags/index.html +728 -0
  49. data/site/docs/maintaining/affinity-team-captain/index.html +395 -479
  50. data/site/docs/maintaining/avoiding-burnout/index.html +391 -475
  51. data/site/docs/maintaining/becoming-a-maintainer/index.html +391 -475
  52. data/site/docs/maintaining/index.html +391 -486
  53. data/site/docs/maintaining/merging-a-pull-request/index.html +406 -490
  54. data/site/docs/maintaining/releasing-a-new-version/index.html +409 -485
  55. data/site/docs/maintaining/reviewing-a-pull-request/index.html +392 -476
  56. data/site/docs/maintaining/special-labels/index.html +397 -481
  57. data/site/docs/maintaining/triaging-an-issue/index.html +394 -478
  58. data/site/docs/markdown-101/index.html +601 -0
  59. data/site/docs/migrations/index.html +396 -440
  60. data/site/docs/pages/index.html +408 -482
  61. data/site/docs/pagination/index.html +450 -509
  62. data/site/docs/permalinks/index.html +552 -587
  63. data/site/docs/plugins/commands/index.html +656 -0
  64. data/site/docs/plugins/converters/index.html +685 -0
  65. data/site/docs/plugins/filters/index.html +624 -0
  66. data/site/docs/plugins/generators/index.html +697 -0
  67. data/site/docs/plugins/hooks/index.html +838 -0
  68. data/site/docs/plugins/index.html +415 -1565
  69. data/site/docs/plugins/installation/index.html +681 -0
  70. data/site/docs/plugins/tags/index.html +699 -0
  71. data/site/docs/plugins/your-first-plugin/index.html +741 -0
  72. data/site/docs/posts/index.html +491 -627
  73. data/site/docs/quickstart/index.html +9 -645
  74. data/site/docs/resources/index.html +9 -761
  75. data/site/docs/ruby-101/index.html +640 -0
  76. data/site/docs/sites/index.html +9 -696
  77. data/site/docs/static-files/index.html +401 -433
  78. data/site/docs/step-by-step/01-setup/index.html +771 -0
  79. data/site/docs/step-by-step/02-liquid/index.html +756 -0
  80. data/site/docs/step-by-step/03-front-matter/index.html +730 -0
  81. data/site/docs/step-by-step/04-layouts/index.html +770 -0
  82. data/site/docs/step-by-step/05-includes/index.html +768 -0
  83. data/site/docs/step-by-step/06-data-files/index.html +738 -0
  84. data/site/docs/step-by-step/07-assets/index.html +773 -0
  85. data/site/docs/step-by-step/08-blogging/index.html +835 -0
  86. data/site/docs/step-by-step/09-collections/index.html +932 -0
  87. data/site/docs/step-by-step/10-deployment/index.html +842 -0
  88. data/site/docs/structure/index.html +411 -430
  89. data/site/docs/support/index.html +392 -476
  90. data/site/docs/templates/index.html +9 -1232
  91. data/site/docs/themes/index.html +487 -521
  92. data/site/docs/troubleshooting/index.html +443 -520
  93. data/site/docs/upgrading/0-to-2/index.html +437 -523
  94. data/site/docs/upgrading/2-to-3/index.html +422 -507
  95. data/site/docs/upgrading/3-to-4/index.html +765 -0
  96. data/site/docs/upgrading/index.html +395 -478
  97. data/site/docs/usage/index.html +409 -506
  98. data/site/docs/variables/index.html +504 -652
  99. data/site/docs/windows/index.html +9 -784
  100. data/site/feed.xml +269 -188
  101. data/site/feed/release.xml +324 -0
  102. data/site/fonts/lato-v14-latin-300.woff +0 -0
  103. data/site/fonts/lato-v14-latin-300.woff2 +0 -0
  104. data/site/fonts/lato-v14-latin-300italic.woff +0 -0
  105. data/site/fonts/lato-v14-latin-300italic.woff2 +0 -0
  106. data/site/fonts/lato-v14-latin-700.woff +0 -0
  107. data/site/fonts/lato-v14-latin-700.woff2 +0 -0
  108. data/site/fonts/lato-v14-latin-700italic.woff +0 -0
  109. data/site/fonts/lato-v14-latin-700italic.woff2 +0 -0
  110. data/site/fonts/lato-v14-latin-900.woff +0 -0
  111. data/site/fonts/lato-v14-latin-900.woff2 +0 -0
  112. data/site/fonts/lato-v14-latin-900italic.woff +0 -0
  113. data/site/fonts/lato-v14-latin-900italic.woff2 +0 -0
  114. data/site/fonts/lato-v14-latin-italic.woff +0 -0
  115. data/site/fonts/lato-v14-latin-italic.woff2 +0 -0
  116. data/site/fonts/lato-v14-latin-regular.woff +0 -0
  117. data/site/fonts/lato-v14-latin-regular.woff2 +0 -0
  118. data/site/help/index.html +9 -247
  119. data/site/img/forestry-logo.svg +19 -0
  120. data/site/img/jekyll-og.png +0 -0
  121. data/site/img/spacer.gif +0 -0
  122. data/site/index.html +56 -29
  123. data/site/jekyllconf/index.html +62 -35
  124. data/site/latest_version.txt +1 -1
  125. data/site/news/2013/05/05/jekyll-1-0-0-released/index.html +180 -115
  126. data/site/news/2013/05/08/jekyll-1-0-1-released/index.html +182 -117
  127. data/site/news/2013/05/12/jekyll-1-0-2-released/index.html +183 -118
  128. data/site/news/2013/06/07/jekyll-1-0-3-released/index.html +184 -119
  129. data/site/news/2013/07/14/jekyll-1-1-0-released/index.html +183 -118
  130. data/site/news/2013/07/24/jekyll-1-1-1-released/index.html +180 -115
  131. data/site/news/2013/07/25/jekyll-1-0-4-released/index.html +182 -117
  132. data/site/news/2013/07/25/jekyll-1-1-2-released/index.html +182 -117
  133. data/site/news/2013/09/06/jekyll-1-2-0-released/index.html +185 -120
  134. data/site/news/2013/09/14/jekyll-1-2-1-released/index.html +183 -118
  135. data/site/news/2013/10/28/jekyll-1-3-0-rc1-released/index.html +180 -115
  136. data/site/news/2013/11/04/jekyll-1-3-0-released/index.html +189 -124
  137. data/site/news/2013/11/26/jekyll-1-3-1-released/index.html +181 -116
  138. data/site/news/2013/12/07/jekyll-1-4-0-released/index.html +181 -116
  139. data/site/news/2013/12/09/jekyll-1-4-1-released/index.html +180 -115
  140. data/site/news/2013/12/16/jekyll-1-4-2-released/index.html +182 -117
  141. data/site/news/2014/01/13/jekyll-1-4-3-released/index.html +181 -116
  142. data/site/news/2014/03/24/jekyll-1-5-0-released/index.html +181 -116
  143. data/site/news/2014/03/27/jekyll-1-5-1-released/index.html +181 -116
  144. data/site/news/2014/05/06/jekyll-turns-2-0-0/index.html +184 -119
  145. data/site/news/2014/05/08/jekyll-2-0-3-released/index.html +180 -115
  146. data/site/news/2014/06/04/jekyll-stickers-1-dollar-stickermule/index.html +181 -116
  147. data/site/news/2014/06/28/jekyll-turns-21-i-mean-2-1-0/index.html +185 -120
  148. data/site/news/2014/07/01/jekyll-2-1-1-released/index.html +182 -117
  149. data/site/news/2014/07/29/jekyll-2-2-0-released/index.html +181 -116
  150. data/site/news/2014/08/10/jekyll-2-3-0-released/index.html +189 -124
  151. data/site/news/2014/09/09/jekyll-2-4-0-released/index.html +187 -122
  152. data/site/news/2014/11/05/jekylls-midlife-crisis-jekyll-turns-2-5-0/index.html +188 -123
  153. data/site/news/2014/11/09/jekyll-2-5-1-released/index.html +180 -115
  154. data/site/news/2014/11/12/jekyll-2-5-2-released/index.html +182 -117
  155. data/site/news/2014/12/17/alfredxing-welcome-to-jekyll-core/index.html +179 -114
  156. data/site/news/2014/12/22/jekyll-2-5-3-released/index.html +180 -115
  157. data/site/news/2015/01/20/jekyll-meet-and-greet/index.html +179 -114
  158. data/site/news/2015/01/24/jekyll-3-0-0-beta1-released/index.html +180 -115
  159. data/site/news/2015/02/26/introducing-jekyll-talk/index.html +180 -115
  160. data/site/news/2015/10/26/jekyll-3-0-released/index.html +185 -120
  161. data/site/news/2015/11/17/jekyll-3-0-1-released/index.html +184 -119
  162. data/site/news/2016/01/20/jekyll-3-0-2-released/index.html +182 -117
  163. data/site/news/2016/01/24/jekyll-3-1-0-released/index.html +186 -121
  164. data/site/news/2016/01/28/jekyll-3-1-1-released/index.html +183 -118
  165. data/site/news/2016/02/08/jekyll-3-0-3-released/index.html +181 -116
  166. data/site/news/2016/02/19/jekyll-3-1-2-released/index.html +182 -117
  167. data/site/news/2016/03/10/making-it-easier-to-contribute-to-jekyll/index.html +179 -114
  168. data/site/news/2016/04/19/jekyll-3-0-4-released/index.html +181 -116
  169. data/site/news/2016/04/19/jekyll-3-1-3-released/index.html +181 -116
  170. data/site/news/2016/04/26/jekyll-3-0-5-released/index.html +180 -115
  171. data/site/news/2016/05/18/jekyll-3-1-4-released/index.html +186 -121
  172. data/site/news/2016/05/18/jekyll-3-1-5-released/index.html +181 -116
  173. data/site/news/2016/05/19/jekyll-3-1-6-released/index.html +181 -116
  174. data/site/news/2016/06/03/update-on-jekyll-s-google-summer-of-code-projects/index.html +179 -114
  175. data/site/news/2016/07/26/jekyll-3-2-0-released/index.html +184 -119
  176. data/site/news/2016/08/02/jekyll-3-2-1-released/index.html +180 -115
  177. data/site/news/2016/08/24/jekyll-admin-initial-release/index.html +179 -114
  178. data/site/news/2016/10/06/jekyll-3-3-is-here/index.html +207 -142
  179. data/site/news/2016/11/14/jekyll-3-3-1-released/index.html +181 -116
  180. data/site/news/2017/01/18/jekyll-3-4-0-released/index.html +183 -118
  181. data/site/news/2017/03/02/jekyll-3-4-1-released/index.html +181 -116
  182. data/site/news/2017/03/09/jekyll-3-4-2-released/index.html +189 -124
  183. data/site/news/2017/03/21/jekyll-3-4-3-released/index.html +190 -125
  184. data/site/news/2017/06/15/jekyll-3-5-0-released/index.html +187 -122
  185. data/site/news/2017/07/17/jekyll-3-5-1-released/index.html +182 -117
  186. data/site/news/2017/08/12/jekyll-3-5-2-released/index.html +185 -120
  187. data/site/news/2017/09/21/jekyll-3-6-0-released/index.html +181 -116
  188. data/site/news/2017/10/19/diversity-open-source/index.html +181 -116
  189. data/site/news/2017/10/21/jekyll-3-6-2-released/index.html +183 -118
  190. data/site/news/2018/01/02/jekyll-3-7-0-released/index.html +184 -119
  191. data/site/news/2018/01/25/jekyll-3-7-2-released/index.html +189 -124
  192. data/site/news/2018/02/19/meet-jekyll-s-new-lead-developer/index.html +180 -115
  193. data/site/news/2018/02/24/jekyll-3-7-3-released/index.html +185 -120
  194. data/site/news/2018/04/19/development-update/index.html +699 -0
  195. data/site/news/2018/04/19/jekyll-3-8-0-released/index.html +715 -0
  196. data/site/news/2018/05/01/jekyll-3-8-1-released/index.html +182 -117
  197. data/site/news/2018/05/19/jekyll-3-8-2-released/index.html +181 -116
  198. data/site/news/2018/06/05/jekyll-3-8-3-released/index.html +183 -118
  199. data/site/news/2018/08/01/jekyll-sponsoring/index.html +748 -0
  200. data/site/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/index.html +692 -0
  201. data/site/news/2018/11/04/jekyll-3-8-5-released/index.html +682 -0
  202. data/site/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/index.html +710 -0
  203. data/site/news/2019/07/02/jekyll-3-8-6-released/index.html +180 -115
  204. data/site/news/2019/07/20/jekyll-4-0-0-pre-beta1-released/index.html +11 -0
  205. data/site/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/index.html +708 -0
  206. data/site/news/2019/08/20/jekyll-4-0-0-released/index.html +809 -0
  207. data/site/news/index.html +976 -326
  208. data/site/news/releases/index.html +820 -321
  209. data/site/{philosophy.html → philosophy/index.html} +1 -1
  210. data/site/redirects.json +1 -1
  211. data/site/resources/index.html +332 -0
  212. data/site/showcase/index.html +844 -0
  213. data/site/sitemap.xml +256 -81
  214. data/site/team/index.html +63 -77
  215. data/site/tutorials/cache-api/index.html +418 -0
  216. data/site/tutorials/convert-site-to-jekyll/index.html +155 -124
  217. data/site/tutorials/custom-404-page/index.html +76 -43
  218. data/site/tutorials/home/index.html +64 -37
  219. data/site/tutorials/navigation/index.html +186 -103
  220. data/site/tutorials/orderofinterpretation/index.html +80 -53
  221. data/site/tutorials/using-jekyll-with-bundler/index.html +80 -51
  222. data/site/tutorials/video-walkthroughs/index.html +62 -35
  223. metadata +102 -13
  224. data/site/community/index.html +0 -11
  225. data/site/docs/continuous-integration/index.html +0 -681
@@ -0,0 +1,19 @@
1
+ <svg id="forestry_logo" data-name="Forestry Logotype" xmlns="http://www.w3.org/2000/svg" width="484.1" height="101.9" viewBox="0 0 484.1 101.9">
2
+ <title>Forestry Logotype</title>
3
+ <polyline points="2.8 39.5 28.3 14 53.8 39.5" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/>
4
+ <polyline points="2.8 62.1 28.3 36.6 53.8 62.1" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/>
5
+ <polyline points="101.9 36.6 76.4 62.1 50.9 36.6" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/>
6
+ <polyline points="101.9 14 76.4 39.5 50.9 14" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px;fill-rule: evenodd"/>
7
+ <line x1="28.3" y1="101.9" x2="28.3" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px"/>
8
+ <line x1="76.4" y1="101.9" x2="76.4" style="fill: none;stroke: #181919;stroke-miterlimit: 10;stroke-width: 8px"/>
9
+ <g>
10
+ <polygon points="127.4 76.4 136.4 76.4 136.4 55.3 158.9 55.3 158.9 47.1 136.4 47.1 136.4 33.7 160.2 33.7 160.2 25.5 127.4 25.5 127.4 76.4"/>
11
+ <path d="M211.6,31.4a23.9,23.9,0,0,0-8.6-5.4,30.2,30.2,0,0,0-10.9-1.8,29.8,29.8,0,0,0-10.8,1.9,24.5,24.5,0,0,0-8.5,5.4,25,25,0,0,0-5.6,8.5,29.5,29.5,0,0,0-2,11.1,28.2,28.2,0,0,0,2,10.9,24.3,24.3,0,0,0,14.1,13.8,29.8,29.8,0,0,0,10.8,1.9,30.3,30.3,0,0,0,10.9-2,25.6,25.6,0,0,0,8.6-5.5,24.9,24.9,0,0,0,5.6-8.4,28.3,28.3,0,0,0,2-10.9,29.2,29.2,0,0,0-2-11.1A24.8,24.8,0,0,0,211.6,31.4Zm-3.1,26.8a17.6,17.6,0,0,1-3.6,6,16.4,16.4,0,0,1-5.5,4,17.5,17.5,0,0,1-7.2,1.4,17.2,17.2,0,0,1-7.2-1.4,16.5,16.5,0,0,1-5.5-4,17.6,17.6,0,0,1-3.6-6,21.9,21.9,0,0,1-1.3-7.5,19.9,19.9,0,0,1,1.3-7.1,17.6,17.6,0,0,1,3.6-5.8,16.4,16.4,0,0,1,5.5-3.9,17.6,17.6,0,0,1,7.2-1.4,17.9,17.9,0,0,1,7.2,1.4,16.3,16.3,0,0,1,5.5,3.9,17.6,17.6,0,0,1,3.6,5.8,19.8,19.8,0,0,1,1.3,7.1A21.8,21.8,0,0,1,208.5,58.2Z" transform="translate(0 0)"/>
12
+ <path d="M259.8,49.4a14.2,14.2,0,0,0,3.1-9.3,14.3,14.3,0,0,0-1.6-7.1,12.2,12.2,0,0,0-4.2-4.5,18.2,18.2,0,0,0-6.1-2.3,36,36,0,0,0-7.1-.7H226.2V76.4h9.1V54.9h6.6l11.8,21.6h10.9L251.1,53.9A13.1,13.1,0,0,0,259.8,49.4Zm-13.6-2.5-3.9.2h-7V33.3h7.8l3.6.2a11.2,11.2,0,0,1,3.3.9,5.8,5.8,0,0,1,2.4,2,6.3,6.3,0,0,1,.9,3.6,6.6,6.6,0,0,1-1,3.9,6.1,6.1,0,0,1-2.6,2.1A11.8,11.8,0,0,1,246.2,46.9Z" transform="translate(0 0)"/>
13
+ <polygon points="279.9 54.4 303.3 54.4 303.3 46.2 279.9 46.2 279.9 33.7 304.6 33.7 304.6 25.5 270.9 25.5 270.9 76.4 305.9 76.4 305.9 68.2 279.9 68.2 279.9 54.4"/>
14
+ <path d="M340,49.8a23.7,23.7,0,0,0-5.8-2.6l-5.8-1.9a17.5,17.5,0,0,1-4.5-2.4,4.7,4.7,0,0,1-1.8-4,5.9,5.9,0,0,1,.7-3,6,6,0,0,1,1.9-2,8.3,8.3,0,0,1,2.7-1.1,12.8,12.8,0,0,1,3.1-.4,13.5,13.5,0,0,1,5.1,1,8.4,8.4,0,0,1,3.8,3.1l6.6-7a18.2,18.2,0,0,0-6.8-4,25.1,25.1,0,0,0-7.8-1.2,25.8,25.8,0,0,0-6.9.9,18.6,18.6,0,0,0-6,2.8,14.9,14.9,0,0,0-4.2,4.8,13.7,13.7,0,0,0-1.6,6.8,12.9,12.9,0,0,0,1.8,7.2,14.1,14.1,0,0,0,4.5,4.3,24.5,24.5,0,0,0,5.8,2.6l5.8,2a15.8,15.8,0,0,1,4.5,2.6,5.3,5.3,0,0,1,1.8,4.3,5.9,5.9,0,0,1-.8,3.1,6.7,6.7,0,0,1-2.1,2.2,9.9,9.9,0,0,1-2.9,1.3,12.2,12.2,0,0,1-8.9-1,11.4,11.4,0,0,1-4.3-3.9L311,70.8a17.6,17.6,0,0,0,7.5,5.3,26.7,26.7,0,0,0,9.1,1.6,25,25,0,0,0,7.1-1,17.5,17.5,0,0,0,5.9-3,14.5,14.5,0,0,0,4.1-5.1,16,16,0,0,0,1.5-7.2,13.1,13.1,0,0,0-1.8-7.3A14.4,14.4,0,0,0,340,49.8Z" transform="translate(0 0)"/>
15
+ <polygon points="350.1 33.7 365.7 33.7 365.7 76.4 374.7 76.4 374.7 33.7 390.3 33.7 390.3 25.5 350.1 25.5 350.1 33.7"/>
16
+ <path d="M431.9,49.4a14.2,14.2,0,0,0,3.1-9.3,14.4,14.4,0,0,0-1.6-7.1,12.2,12.2,0,0,0-4.2-4.5,18.1,18.1,0,0,0-6.1-2.3,35.9,35.9,0,0,0-7.1-.7H398.3V76.4h9.1V54.9H414l11.8,21.6h10.9L423.2,53.9A13.1,13.1,0,0,0,431.9,49.4Zm-13.6-2.5-3.9.2h-7V33.3h7.8l3.6.2a11.3,11.3,0,0,1,3.3.9,5.8,5.8,0,0,1,2.4,2,6.3,6.3,0,0,1,.9,3.6,6.6,6.6,0,0,1-1,3.9,6.1,6.1,0,0,1-2.6,2.1A11.9,11.9,0,0,1,418.3,46.9Z" transform="translate(0 0)"/>
17
+ <polygon points="473.3 25.5 460.6 45.8 448.1 25.5 436.8 25.5 455.9 54.6 455.9 76.4 464.9 76.4 464.9 54.6 484.1 25.5 473.3 25.5"/>
18
+ </g>
19
+ </svg>
Binary file
Binary file
@@ -3,17 +3,18 @@
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 v3.9.0">
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="preconnect" href="https://fonts.gstatic.com/" crossorigin>
10
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
11
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
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>Jekyll • Simple, blog-aware, static sites | Transform your plain text into static websites and blogs</title>
16
- <meta name="generator" content="Jekyll v3.9.0" />
17
+ <meta name="generator" content="Jekyll v4.0.0" />
17
18
  <meta property="og:title" content="Jekyll • Simple, blog-aware, static sites" />
18
19
  <meta property="og:locale" content="en_US" />
19
20
  <meta name="description" content="Transform your plain text into static websites and blogs" />
@@ -21,12 +22,14 @@
21
22
  <link rel="canonical" href="https://jekyllrb.com/" />
22
23
  <meta property="og:url" content="https://jekyllrb.com/" />
23
24
  <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" />
24
- <meta name="twitter:card" content="summary" />
25
+ <meta property="og:image" content="https://jekyllrb.com/img/jekyll-og.png" />
26
+ <meta name="twitter:card" content="summary_large_image" />
27
+ <meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
25
28
  <meta property="twitter:title" content="Jekyll • Simple, blog-aware, static sites" />
26
29
  <meta name="twitter:site" content="@jekyllrb" />
27
30
  <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
28
31
  <script type="application/ld+json">
29
- {"url":"https://jekyllrb.com/","headline":"Jekyll • Simple, blog-aware, static sites","name":"Jekyll • Simple, blog-aware, static sites","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"description":"Transform your plain text into static websites and blogs","@type":"WebSite","@context":"https://schema.org"}</script>
32
+ {"description":"Transform your plain text into static websites and blogs","@type":"WebSite","headline":"Jekyll • Simple, blog-aware, static sites","url":"https://jekyllrb.com/","image":"https://jekyllrb.com/img/jekyll-og.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"name":"Jekyll Simple, blog-aware, static sites","@context":"https://schema.org"}</script>
30
33
  <!-- End Jekyll SEO tag -->
31
34
 
32
35
  <!--[if lt IE 9]>
@@ -49,18 +52,27 @@
49
52
  </div>
50
53
  <nav class="main-nav hide-on-mobiles">
51
54
  <ul>
55
+
52
56
  <li class="current">
53
57
  <a href="/">Home</a>
54
58
  </li>
55
- <li class="">
56
- <a href="/docs/home/">Docs</a>
59
+
60
+ <li>
61
+ <a href="/docs/">Docs</a>
57
62
  </li>
58
- <li class="">
59
- <a href="/news/">News</a>
63
+
64
+ <li>
65
+ <a href="/resources/">Resources</a>
66
+ </li>
67
+
68
+ <li>
69
+ <a href="/showcase/">Showcase</a>
60
70
  </li>
61
- <li class="">
62
- <a href="/help/">Help</a>
71
+
72
+ <li>
73
+ <a href="/news/">News</a>
63
74
  </li>
75
+
64
76
  </ul>
65
77
 
66
78
  </nav>
@@ -71,7 +83,7 @@
71
83
  <div class="meta hide-on-mobiles">
72
84
  <ul>
73
85
  <li>
74
- <a href="https://github.com/jekyll/jekyll/releases/tag/v3.9.0">v3.9.0</a>
86
+ <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a>
75
87
  </li>
76
88
  <li>
77
89
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
@@ -81,18 +93,24 @@
81
93
  </div>
82
94
  <nav class="mobile-nav show-on-mobiles">
83
95
  <ul>
84
- <li class="current">
85
- <a href="/">Home</a>
86
- </li>
87
- <li class="">
88
- <a href="/docs/home/">Docs</a>
89
- </li>
90
- <li class="">
91
- <a href="/news/">News</a>
92
- </li>
93
- <li class="">
94
- <a href="/help/">Help</a>
95
- </li>
96
+
97
+ <li class="current">
98
+ <a href="/">Home</a>
99
+ </li>
100
+
101
+ <li>
102
+ <a href="/docs/">Docs</a>
103
+ </li>
104
+
105
+ <li>
106
+ <a href="/resources/">Resources</a>
107
+ </li>
108
+
109
+
110
+ <li>
111
+ <a href="/news/">News</a>
112
+ </li>
113
+
96
114
  <li>
97
115
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
98
116
  </li>
@@ -120,7 +138,7 @@
120
138
  </div>
121
139
  <div class="unit one-third">
122
140
  <h2>Static</h2>
123
- <p><a href="https://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://redcloth.org/textile">Textile</a>), <a href="https://github.com/Shopify/liquid/wiki">Liquid</a>, HTML <span class="amp">&amp;</span> CSS go in. Static sites come out ready for deployment.</p>
141
+ <p><a href="https://daringfireball.net/projects/markdown/">Markdown</a>, <a href="https://github.com/Shopify/liquid/wiki">Liquid</a>, HTML <span class="amp">&amp;</span> CSS go in. Static sites come out ready for deployment.</p>
124
142
  <a href="/docs/templates/">Jekyll template guide &rarr;</a>
125
143
  </div>
126
144
  <div class="unit one-third">
@@ -144,7 +162,7 @@
144
162
  <p class="line">
145
163
  <span class="path">~</span>
146
164
  <span class="prompt">$</span>
147
- <span class="command">gem install jekyll bundler</span>
165
+ <span class="command">gem install bundler jekyll</span>
148
166
  </p>
149
167
  <p class="line">
150
168
  <span class="path">~</span>
@@ -191,7 +209,8 @@
191
209
  <footer>
192
210
  <div class="grid">
193
211
  <div class="unit one-third center-on-mobiles">
194
- <p>The contents of this website are <br />&copy;&nbsp;2020 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
212
+ <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
213
+ <p>The contents of this website are <br />&copy;&nbsp;2019 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
195
214
  </div>
196
215
  <div class="unit two-thirds align-right center-on-mobiles">
197
216
  <p>
@@ -201,6 +220,14 @@
201
220
  </a>
202
221
  </p>
203
222
  </div>
223
+ <div class="unit two-thirds align-right center-on-mobiles">
224
+ <p>
225
+ Jekyll is funded thanks to its
226
+ <a href="https://github.com/jekyll/jekyll#sponsors">
227
+ sponsors!
228
+ </a>
229
+ </p>
230
+ </div>
204
231
  </div>
205
232
  </footer>
206
233
 
@@ -3,17 +3,18 @@
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 v3.9.0">
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="preconnect" href="https://fonts.gstatic.com/" crossorigin>
10
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
11
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
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>JekyllConf | Jekyll • Simple, blog-aware, static sites</title>
16
- <meta name="generator" content="Jekyll v3.9.0" />
17
+ <meta name="generator" content="Jekyll v4.0.0" />
17
18
  <meta property="og:title" content="JekyllConf" />
18
19
  <meta property="og:locale" content="en_US" />
19
20
  <meta name="description" content="Transform your plain text into static websites and blogs" />
@@ -21,12 +22,14 @@
21
22
  <link rel="canonical" href="https://jekyllrb.com/jekyllconf/" />
22
23
  <meta property="og:url" content="https://jekyllrb.com/jekyllconf/" />
23
24
  <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" />
24
- <meta name="twitter:card" content="summary" />
25
+ <meta property="og:image" content="https://jekyllrb.com/img/jekyll-og.png" />
26
+ <meta name="twitter:card" content="summary_large_image" />
27
+ <meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
25
28
  <meta property="twitter:title" content="JekyllConf" />
26
29
  <meta name="twitter:site" content="@jekyllrb" />
27
30
  <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
28
31
  <script type="application/ld+json">
29
- {"url":"https://jekyllrb.com/jekyllconf/","headline":"JekyllConf","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"description":"Transform your plain text into static websites and blogs","@type":"WebPage","@context":"https://schema.org"}</script>
32
+ {"description":"Transform your plain text into static websites and blogs","@type":"WebPage","headline":"JekyllConf","url":"https://jekyllrb.com/jekyllconf/","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>
30
33
  <!-- End Jekyll SEO tag -->
31
34
 
32
35
  <!--[if lt IE 9]>
@@ -49,18 +52,27 @@
49
52
  </div>
50
53
  <nav class="main-nav hide-on-mobiles">
51
54
  <ul>
52
- <li class="">
55
+
56
+ <li>
53
57
  <a href="/">Home</a>
54
58
  </li>
55
- <li class="">
56
- <a href="/docs/home/">Docs</a>
59
+
60
+ <li>
61
+ <a href="/docs/">Docs</a>
62
+ </li>
63
+
64
+ <li>
65
+ <a href="/resources/">Resources</a>
57
66
  </li>
58
- <li class="">
59
- <a href="/news/">News</a>
67
+
68
+ <li>
69
+ <a href="/showcase/">Showcase</a>
60
70
  </li>
61
- <li class="">
62
- <a href="/help/">Help</a>
71
+
72
+ <li>
73
+ <a href="/news/">News</a>
63
74
  </li>
75
+
64
76
  </ul>
65
77
 
66
78
  </nav>
@@ -71,7 +83,7 @@
71
83
  <div class="meta hide-on-mobiles">
72
84
  <ul>
73
85
  <li>
74
- <a href="https://github.com/jekyll/jekyll/releases/tag/v3.9.0">v3.9.0</a>
86
+ <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a>
75
87
  </li>
76
88
  <li>
77
89
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
@@ -81,18 +93,24 @@
81
93
  </div>
82
94
  <nav class="mobile-nav show-on-mobiles">
83
95
  <ul>
84
- <li class="">
85
- <a href="/">Home</a>
86
- </li>
87
- <li class="">
88
- <a href="/docs/home/">Docs</a>
89
- </li>
90
- <li class="">
91
- <a href="/news/">News</a>
92
- </li>
93
- <li class="">
94
- <a href="/help/">Help</a>
95
- </li>
96
+
97
+ <li>
98
+ <a href="/">Home</a>
99
+ </li>
100
+
101
+ <li>
102
+ <a href="/docs/">Docs</a>
103
+ </li>
104
+
105
+ <li>
106
+ <a href="/resources/">Resources</a>
107
+ </li>
108
+
109
+
110
+ <li>
111
+ <a href="/news/">News</a>
112
+ </li>
113
+
96
114
  <li>
97
115
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
98
116
  </li>
@@ -112,19 +130,19 @@
112
130
 
113
131
  <h2 id="featured">Featured</h2>
114
132
 
115
- <p>Jekyll For Every Case - <a href="https://twitter.com/scotthewitt">Scott Hewitt</a></p>
133
+ <p>Responsive srcset images with imgix - <a href="https://twitter.com/olivermakes">Oliver Pattison</a></p>
116
134
  <div class="videoWrapper">
117
- <iframe width="420" height="315" src="https://www.youtube.com/embed/qSd3pXQaPsE" frameborder="0" allowfullscreen=""></iframe>
135
+ <iframe width="420" height="315" src="https://www.youtube.com/embed/BIf6oNpGl74" frameborder="0" allowfullscreen=""></iframe>
118
136
  </div>
119
137
 
120
- <h2 id="2016">2016</h2>
138
+ <h2 id="20160">2016.0</h2>
121
139
 
122
140
  <ul>
123
141
  <li>
124
142
  <p><a href="https://youtu.be/Rsc0Mmp1qc8">Elasticsearch for Jekyll</a> - <a href="https://twitter.com/allizad">Allison Zadrozny</a></p>
125
143
  </li>
126
144
  <li>
127
- <p><a href="https://youtu.be/HR12JiUI2Zc">Jekyll for Technical Documentation</a> - <a href="https://twitter.com/amybeukenex">Amy Johnston</a></p>
145
+ <p><a href="https://youtu.be/HR12JiUI2Zc">Jekyll for Technical Documentation</a> - <a href="https://twitter.com/AmyJohnstonXL">Amy Johnston</a></p>
128
146
  </li>
129
147
  <li>
130
148
  <p><a href="https://youtu.be/A1nTuNjoNbg">Real World Content Strategy with Jekyll</a> - <a href="https://twitter.com/budparr">Bud Parr</a></p>
@@ -139,7 +157,7 @@
139
157
  <p><a href="https://youtu.be/vDeKPs6xpOM">Stack Overflow on Jekyll</a> - <a href="https://twitter.com/JonHMChan">Jon Chan</a></p>
140
158
  </li>
141
159
  <li>
142
- <p><a href="https://youtu.be/SOMonG8Iqak">Jekyll on AWS</a> - <a href="https://twitter.com/jmfaerman">Julio Faerman</a></p>
160
+ <p><a href="https://youtu.be/SOMonG8Iqak">Jekyll on AWS</a> - <a href="https://twitter.com/juliodevrel">Julio Faerman</a></p>
143
161
  </li>
144
162
  <li>
145
163
  <p><a href="https://youtu.be/s84wFRD8vfE">Unconventional use cases for Jekyll</a> - <a href="https://twitter.com/katydecorah">Katy DeCorah</a></p>
@@ -163,7 +181,7 @@
163
181
  <p><a href="https://youtu.be/ivMML1J4ABY">Algolia search on Jekyll sites</a> - <a href="https://twitter.com/pixelastic">Tim Carry</a></p>
164
182
  </li>
165
183
  <li>
166
- <p><a href="https://youtu.be/DtNMjuv6Rbo">Building a living brand guide with Jekyll and Hologram</a> - <a href="https://twitter.com/nilsborchers">Nils Borchers</a></p>
184
+ <p><a href="https://youtu.be/DtNMjuv6Rbo">Building a living brand guide with Jekyll and Hologram</a> - <a href="https://twitter.com/nilsbo">Nils Borchers</a></p>
167
185
  </li>
168
186
  <li>
169
187
  <p><a href="https://youtu.be/rJ5EhVmTR7I">Learning resources for the Jekyll community</a> - <a href="https://twitter.com/mikeneumegen">Mike Neumegen</a></p>
@@ -182,7 +200,7 @@
182
200
  </li>
183
201
  </ul>
184
202
 
185
- <h2 id="2015">2015</h2>
203
+ <h2 id="20150">2015.0</h2>
186
204
 
187
205
  <ul>
188
206
  <li>
@@ -224,7 +242,8 @@
224
242
  <footer>
225
243
  <div class="grid">
226
244
  <div class="unit one-third center-on-mobiles">
227
- <p>The contents of this website are <br />&copy;&nbsp;2020 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
245
+ <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
246
+ <p>The contents of this website are <br />&copy;&nbsp;2019 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
228
247
  </div>
229
248
  <div class="unit two-thirds align-right center-on-mobiles">
230
249
  <p>
@@ -234,6 +253,14 @@
234
253
  </a>
235
254
  </p>
236
255
  </div>
256
+ <div class="unit two-thirds align-right center-on-mobiles">
257
+ <p>
258
+ Jekyll is funded thanks to its
259
+ <a href="https://github.com/jekyll/jekyll#sponsors">
260
+ sponsors!
261
+ </a>
262
+ </p>
263
+ </div>
237
264
  </div>
238
265
  </footer>
239
266
 
@@ -1 +1 @@
1
- 3.9.0
1
+ 4.0.0
@@ -3,17 +3,18 @@
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 v3.9.0">
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="preconnect" href="https://fonts.gstatic.com/" crossorigin>
10
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
11
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
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>Jekyll 1.0.0 Released | Jekyll • Simple, blog-aware, static sites</title>
16
- <meta name="generator" content="Jekyll v3.9.0" />
17
+ <meta name="generator" content="Jekyll v4.0.0" />
17
18
  <meta property="og:title" content="Jekyll 1.0.0 Released" />
18
19
  <meta name="author" content="parkr" />
19
20
  <meta property="og:locale" content="en_US" />
@@ -22,17 +23,17 @@
22
23
  <link rel="canonical" href="https://jekyllrb.com/news/2013/05/05/jekyll-1-0-0-released/" />
23
24
  <meta property="og:url" content="https://jekyllrb.com/news/2013/05/05/jekyll-1-0-0-released/" />
24
25
  <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" />
25
- <meta property="og:image" content="https://jekyllrb.com/img/twitter-card.png" />
26
+ <meta property="og:image" content="https://jekyllrb.com/img/jekyll-og.png" />
26
27
  <meta property="og:type" content="article" />
27
28
  <meta property="article:published_time" content="2013-05-05T17:12:52-07:00" />
28
29
  <meta name="twitter:card" content="summary_large_image" />
29
- <meta property="twitter:image" content="https://jekyllrb.com/img/twitter-card.png" />
30
+ <meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
30
31
  <meta property="twitter:title" content="Jekyll 1.0.0 Released" />
31
32
  <meta name="twitter:site" content="@jekyllrb" />
32
33
  <meta name="twitter:creator" content="@parkr" />
33
34
  <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
34
35
  <script type="application/ld+json">
35
- {"url":"https://jekyllrb.com/news/2013/05/05/jekyll-1-0-0-released/","headline":"Jekyll 1.0.0 Released","dateModified":"2013-05-05T17:12:52-07:00","datePublished":"2013-05-05T17:12:52-07:00","image":"https://jekyllrb.com/img/twitter-card.png","author":{"@type":"Person","name":"parkr"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"},"name":"parkr"},"description":"Hey! After many months of hard work by Jekyll’s contributors, we’re excited to announce the first major release of the project in a long while. v1.0.0 is finally here! While the list of improvements and bug fixes is quite lengthy, here are the highlights (thanks to @benbalter for the examples and for compiling this list):","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/news/2013/05/05/jekyll-1-0-0-released/"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
36
+ {"description":"Hey! After many months of hard work by Jekyll’s contributors, we’re excited to announce the first major release of the project in a long while. v1.0.0 is finally here! While the list of improvements and bug fixes is quite lengthy, here are the highlights (thanks to @benbalter for the examples and for compiling this list):","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/news/2013/05/05/jekyll-1-0-0-released/"},"headline":"Jekyll 1.0.0 Released","dateModified":"2013-05-05T17:12:52-07:00","url":"https://jekyllrb.com/news/2013/05/05/jekyll-1-0-0-released/","datePublished":"2013-05-05T17:12:52-07:00","image":"https://jekyllrb.com/img/jekyll-og.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"},"name":"parkr"},"author":{"@type":"Person","name":"parkr"},"@context":"https://schema.org"}</script>
36
37
  <!-- End Jekyll SEO tag -->
37
38
 
38
39
  <!--[if lt IE 9]>
@@ -55,18 +56,27 @@
55
56
  </div>
56
57
  <nav class="main-nav hide-on-mobiles">
57
58
  <ul>
58
- <li class="">
59
+
60
+ <li>
59
61
  <a href="/">Home</a>
60
62
  </li>
61
- <li class="">
62
- <a href="/docs/home/">Docs</a>
63
+
64
+ <li>
65
+ <a href="/docs/">Docs</a>
66
+ </li>
67
+
68
+ <li>
69
+ <a href="/resources/">Resources</a>
70
+ </li>
71
+
72
+ <li>
73
+ <a href="/showcase/">Showcase</a>
63
74
  </li>
75
+
64
76
  <li class="current">
65
77
  <a href="/news/">News</a>
66
78
  </li>
67
- <li class="">
68
- <a href="/help/">Help</a>
69
- </li>
79
+
70
80
  </ul>
71
81
 
72
82
  </nav>
@@ -77,7 +87,7 @@
77
87
  <div class="meta hide-on-mobiles">
78
88
  <ul>
79
89
  <li>
80
- <a href="https://github.com/jekyll/jekyll/releases/tag/v3.9.0">v3.9.0</a>
90
+ <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a>
81
91
  </li>
82
92
  <li>
83
93
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
@@ -87,18 +97,24 @@
87
97
  </div>
88
98
  <nav class="mobile-nav show-on-mobiles">
89
99
  <ul>
90
- <li class="">
91
- <a href="/">Home</a>
92
- </li>
93
- <li class="">
94
- <a href="/docs/home/">Docs</a>
95
- </li>
96
- <li class="current">
97
- <a href="/news/">News</a>
98
- </li>
99
- <li class="">
100
- <a href="/help/">Help</a>
101
- </li>
100
+
101
+ <li>
102
+ <a href="/">Home</a>
103
+ </li>
104
+
105
+ <li>
106
+ <a href="/docs/">Docs</a>
107
+ </li>
108
+
109
+ <li>
110
+ <a href="/resources/">Resources</a>
111
+ </li>
112
+
113
+
114
+ <li class="current">
115
+ <a href="/news/">News</a>
116
+ </li>
117
+
102
118
  <li>
103
119
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
104
120
  </li>
@@ -115,16 +131,32 @@
115
131
  <select onchange="if (this.value) window.location.href=this.value">
116
132
  <option value="">Navigate the blog…</option>
117
133
  <option value="/news/">Home</option>
118
- <optgroup label="v1.x">
134
+ <optgroup label="posts">
135
+
136
+ <option value="/news/2019/08/20/jekyll-4-0-0-released/">Jekyll 4.0.0 Released</option>
137
+
138
+ <option value="/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/">Jekyll 4.0.0.pre.beta1 Released</option>
119
139
 
120
140
  <option value="/news/2019/07/02/jekyll-3-8-6-released/">Jekyll 3.8.6 Released</option>
121
141
 
142
+ <option value="/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/">Jekyll 4.0.0.pre.alpha1 Released</option>
143
+
144
+ <option value="/news/2018/11/04/jekyll-3-8-5-released/">Jekyll 3.8.5 Released</option>
145
+
146
+ <option value="/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/">Security Fixes for series 3.6, 3.7 and 3.8</option>
147
+
148
+ <option value="/news/2018/08/01/jekyll-sponsoring/">Sponsoring Jekyll's development</option>
149
+
122
150
  <option value="/news/2018/06/05/jekyll-3-8-3-released/">Jekyll 3.8.3 Released</option>
123
151
 
124
152
  <option value="/news/2018/05/19/jekyll-3-8-2-released/">Jekyll 3.8.2 Released</option>
125
153
 
126
154
  <option value="/news/2018/05/01/jekyll-3-8-1-released/">Jekyll 3.8.1 Released</option>
127
155
 
156
+ <option value="/news/2018/04/19/development-update/">Jekyll 4.0 is on the Horizon!</option>
157
+
158
+ <option value="/news/2018/04/19/jekyll-3-8-0-released/">Jekyll 3.8.0 Released</option>
159
+
128
160
  <option value="/news/2018/02/24/jekyll-3-7-3-released/">Jekyll 3.7.3 Released</option>
129
161
 
130
162
  <option value="/news/2018/02/19/meet-jekyll-s-new-lead-developer/">Meet Jekyll's New Lead Developer</option>
@@ -316,34 +348,34 @@ examples and for compiling this list):</p>
316
348
  <div class="unit one-fifth hide-on-mobiles">
317
349
  <aside>
318
350
  <ul>
319
- <li class="">
351
+ <li>
320
352
  <a href="/news/">All News</a>
321
353
  </li>
322
- <li class="">
354
+ <li>
323
355
  <a href="/news/releases/">Jekyll Releases</a>
324
356
  </li>
325
357
  </ul>
326
358
  <h4>Recent Releases</h4>
327
359
  <ul>
328
360
 
329
- <li class="">
330
- <a href="/news/2019/07/02/jekyll-3-8-6-released/">Version 3.8.6</a>
361
+ <li>
362
+ <a href="/news/2019/08/20/jekyll-4-0-0-released/">Version 4.0.0</a>
331
363
  </li>
332
364
 
333
- <li class="">
334
- <a href="/news/2018/06/05/jekyll-3-8-3-released/">Version 3.8.3</a>
365
+ <li>
366
+ <a href="/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/">Version 4.0.0.pre.beta1</a>
335
367
  </li>
336
368
 
337
- <li class="">
338
- <a href="/news/2018/05/19/jekyll-3-8-2-released/">Version 3.8.2</a>
369
+ <li>
370
+ <a href="/news/2019/07/02/jekyll-3-8-6-released/">Version 3.8.6</a>
339
371
  </li>
340
372
 
341
- <li class="">
342
- <a href="/news/2018/05/01/jekyll-3-8-1-released/">Version 3.8.1</a>
373
+ <li>
374
+ <a href="/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/">Version 4.0.0.pre.alpha1</a>
343
375
  </li>
344
376
 
345
- <li class="">
346
- <a href="/news/2018/02/24/jekyll-3-7-3-released/">Version 3.7.3</a>
377
+ <li>
378
+ <a href="/news/2018/11/04/jekyll-3-8-5-released/">Version 3.8.5</a>
347
379
  </li>
348
380
 
349
381
  <li>
@@ -352,189 +384,213 @@ examples and for compiling this list):</p>
352
384
  </ul>
353
385
  <h4>Other News</h4>
354
386
  <ul>
387
+
355
388
 
389
+
356
390
 
391
+
357
392
 
393
+
358
394
 
395
+
359
396
 
397
+
360
398
 
399
+
361
400
 
401
+ <li>
402
+ <a href="/news/2018/08/01/jekyll-sponsoring/">Sponsoring Jekyll's development</a>
403
+ </li>
362
404
 
405
+
363
406
 
407
+
364
408
 
409
+
365
410
 
411
+
366
412
 
367
- <li class="">
368
- <a href="/news/2018/02/19/meet-jekyll-s-new-lead-developer/">Meet Jekyll's New Lead Developer</a>
413
+ <li>
414
+ <a href="/news/2018/04/19/development-update/">Jekyll 4.0 is on the Horizon!</a>
369
415
  </li>
370
416
 
417
+
371
418
 
419
+
372
420
 
421
+
373
422
 
423
+ <li>
424
+ <a href="/news/2018/02/19/meet-jekyll-s-new-lead-developer/">Meet Jekyll's New Lead Developer</a>
425
+ </li>
374
426
 
427
+
375
428
 
429
+
376
430
 
431
+
377
432
 
433
+
378
434
 
379
- <li class="">
435
+ <li>
380
436
  <a href="/news/2017/10/19/diversity-open-source/">Diversity in Open Source, and Jekyll's role in it</a>
381
437
  </li>
382
438
 
439
+
383
440
 
441
+
384
442
 
443
+
385
444
 
445
+
386
446
 
447
+
387
448
 
449
+
388
450
 
451
+
389
452
 
453
+
390
454
 
455
+
391
456
 
457
+
392
458
 
459
+
393
460
 
394
-
395
-
396
-
397
-
398
-
399
-
400
-
401
-
402
-
403
-
404
-
405
- <li class="">
461
+ <li>
406
462
  <a href="/news/2016/08/24/jekyll-admin-initial-release/">Jekyll Admin Initial Release</a>
407
463
  </li>
408
464
 
465
+
409
466
 
467
+
410
468
 
469
+
411
470
 
412
-
413
-
414
-
415
- <li class="">
471
+ <li>
416
472
  <a href="/news/2016/06/03/update-on-jekyll-s-google-summer-of-code-projects/">Jekyll's Google Summer of Code Project: The CMS You Always Wanted</a>
417
473
  </li>
418
474
 
475
+
419
476
 
477
+
420
478
 
479
+
421
480
 
481
+
422
482
 
483
+
423
484
 
485
+
424
486
 
487
+
425
488
 
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
- <li class="">
489
+ <li>
434
490
  <a href="/news/2016/03/10/making-it-easier-to-contribute-to-jekyll/">Making it easier to contribute to Jekyll</a>
435
491
  </li>
436
492
 
493
+
437
494
 
495
+
438
496
 
497
+
439
498
 
499
+
440
500
 
501
+
441
502
 
503
+
442
504
 
505
+
443
506
 
507
+
444
508
 
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
- <li class="">
509
+ <li>
454
510
  <a href="/news/2015/02/26/introducing-jekyll-talk/">Join the Discussion at Jekyll Talk</a>
455
511
  </li>
456
512
 
513
+
457
514
 
515
+
458
516
 
459
-
460
-
461
- <li class="">
517
+ <li>
462
518
  <a href="/news/2015/01/20/jekyll-meet-and-greet/">Jekyll Meet &amp; Greet at GitHub HQ</a>
463
519
  </li>
464
520
 
521
+
465
522
 
523
+
466
524
 
467
-
468
-
469
- <li class="">
525
+ <li>
470
526
  <a href="/news/2014/12/17/alfredxing-welcome-to-jekyll-core/">Alfred Xing has joined the Jekyll core team</a>
471
527
  </li>
472
528
 
529
+
473
530
 
531
+
474
532
 
533
+
475
534
 
535
+
476
536
 
537
+
477
538
 
539
+
478
540
 
541
+
479
542
 
543
+
480
544
 
545
+
481
546
 
482
-
483
-
484
-
485
-
486
-
487
-
488
-
489
-
490
-
491
- <li class="">
547
+ <li>
492
548
  <a href="/news/2014/06/04/jekyll-stickers-1-dollar-stickermule/">Pick Up your $1 Jekyll Sticker</a>
493
549
  </li>
494
550
 
551
+
495
552
 
553
+
496
554
 
555
+
497
556
 
557
+
498
558
 
559
+
499
560
 
561
+
500
562
 
563
+
501
564
 
565
+
502
566
 
567
+
503
568
 
569
+
504
570
 
571
+
505
572
 
573
+
506
574
 
575
+
507
576
 
577
+
508
578
 
579
+
509
580
 
581
+
510
582
 
583
+
511
584
 
585
+
512
586
 
587
+
513
588
 
589
+
514
590
 
591
+
515
592
 
516
-
517
-
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
593
+
538
594
  </ul>
539
595
  </aside>
540
596
  </div>
@@ -549,7 +605,8 @@ examples and for compiling this list):</p>
549
605
  <footer>
550
606
  <div class="grid">
551
607
  <div class="unit one-third center-on-mobiles">
552
- <p>The contents of this website are <br>© 2020 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
608
+ <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
609
+ <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>
553
610
  </div>
554
611
  <div class="unit two-thirds align-right center-on-mobiles">
555
612
  <p>
@@ -559,6 +616,14 @@ examples and for compiling this list):</p>
559
616
  </a>
560
617
  </p>
561
618
  </div>
619
+ <div class="unit two-thirds align-right center-on-mobiles">
620
+ <p>
621
+ Jekyll is funded thanks to its
622
+ <a href="https://github.com/jekyll/jekyll#sponsors">
623
+ sponsors!
624
+ </a>
625
+ </p>
626
+ </div>
562
627
  </div>
563
628
  </footer>
564
629