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.
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
@@ -13,7 +13,7 @@ action, the outcome should be easily understandable and focused.</p>
13
13
  <h3 id="2-it-just-works">2. It “Just Works”</h3>
14
14
 
15
15
  <p>The out-of-the-box experience should be that it “just works.” Run
16
- <code class="language-plaintext highlighter-rouge">gem install jekyll</code> and it should build any Jekyll site that it’s given.
16
+ <code class="highlighter-rouge">gem install jekyll</code> and it should build any Jekyll site that it’s given.
17
17
  Features like auto-regeneration and settings like the markdown renderer
18
18
  should represent sane defaults that work perfectly for the vast majority of
19
19
  cases. The burden of initial configuration should not be placed on the user.</p>
@@ -1 +1 @@
1
- {"/conduct/index.html":"https://jekyllrb.com/docs/conduct/","/docs/index.html":"https://jekyllrb.com/docs/home/","/tutorials/index.html":"https://jekyllrb.com/tutorials/home/","/github.html":"https://github.com/jekyll/jekyll","/community/index.html":"https://jekyllrb.com/jekyllconf/","/issues.html":"https://github.com/jekyll/jekyll/issues"}
1
+ {"/news/2019/07/20/jekyll-4-0-0-pre-beta1-released/":"https://jekyllrb.com/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/","/conduct/index.html":"https://jekyllrb.com/docs/conduct/","/help/index.html":"https://jekyllrb.com/docs/community/","/docs/deployment-methods/index.html":"https://jekyllrb.com/docs/deployment/","/docs/frontmatter/index.html":"https://jekyllrb.com/docs/front-matter/","/docs/home/":"https://jekyllrb.com/docs/","/docs/quickstart/":"https://jekyllrb.com/docs/","/docs/extras/":"https://jekyllrb.com/docs/","/docs/windows/":"https://jekyllrb.com/docs/installation/windows/","/docs/templates/":"https://jekyllrb.com/docs/liquid/","/docs/drafts/":"https://jekyllrb.com/docs/posts/","/tutorials/index.html":"https://jekyllrb.com/tutorials/home/","/github.html":"https://github.com/jekyll/jekyll","/issues.html":"https://github.com/jekyll/jekyll/issues","/docs/resources/":"https://jekyllrb.com/resources/","/docs/sites/":"https://jekyllrb.com/showcase/"}
@@ -0,0 +1,332 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en-US">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <meta name="generator" content="Jekyll v4.0.0">
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" />
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">
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">
13
+ <link rel="stylesheet" href="/css/screen.css">
14
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
15
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
16
+ <title>Resources | Jekyll • Simple, blog-aware, static sites</title>
17
+ <meta name="generator" content="Jekyll v4.0.0" />
18
+ <meta property="og:title" content="Resources" />
19
+ <meta property="og:locale" content="en_US" />
20
+ <meta name="description" content="Transform your plain text into static websites and blogs" />
21
+ <meta property="og:description" content="Transform your plain text into static websites and blogs" />
22
+ <link rel="canonical" href="https://jekyllrb.com/resources/" />
23
+ <meta property="og:url" content="https://jekyllrb.com/resources/" />
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" />
26
+ <meta name="twitter:card" content="summary_large_image" />
27
+ <meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
28
+ <meta property="twitter:title" content="Resources" />
29
+ <meta name="twitter:site" content="@jekyllrb" />
30
+ <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
31
+ <script type="application/ld+json">
32
+ {"description":"Transform your plain text into static websites and blogs","@type":"WebPage","headline":"Resources","url":"https://jekyllrb.com/resources/","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>
33
+ <!-- End Jekyll SEO tag -->
34
+
35
+ <!--[if lt IE 9]>
36
+ <script src="/js/html5shiv.min.js"></script>
37
+ <script src="/js/respond.min.js"></script>
38
+ <![endif]-->
39
+ </head>
40
+
41
+
42
+ <body class="wrap">
43
+ <header>
44
+ <div class="flexbox">
45
+ <div class="center-on-mobiles">
46
+ <h1>
47
+ <a href="/" class="logo">
48
+ <span class="sr-only">Jekyll</span>
49
+ <img src="/img/logo-2x.png" width="140" height="65" alt="Jekyll Logo">
50
+ </a>
51
+ </h1>
52
+ </div>
53
+ <nav class="main-nav hide-on-mobiles">
54
+ <ul>
55
+
56
+ <li>
57
+ <a href="/">Home</a>
58
+ </li>
59
+
60
+ <li>
61
+ <a href="/docs/">Docs</a>
62
+ </li>
63
+
64
+ <li class="current">
65
+ <a href="/resources/">Resources</a>
66
+ </li>
67
+
68
+ <li>
69
+ <a href="/showcase/">Showcase</a>
70
+ </li>
71
+
72
+ <li>
73
+ <a href="/news/">News</a>
74
+ </li>
75
+
76
+ </ul>
77
+
78
+ </nav>
79
+ <div class="search hide-on-mobiles">
80
+ <input type="text" id="docsearch-input" placeholder="Search the docs…">
81
+
82
+ </div>
83
+ <div class="meta hide-on-mobiles">
84
+ <ul>
85
+ <li>
86
+ <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a>
87
+ </li>
88
+ <li>
89
+ <a href="https://github.com/jekyll/jekyll">GitHub</a>
90
+ </li>
91
+ </ul>
92
+ </div>
93
+ </div>
94
+ <nav class="mobile-nav show-on-mobiles">
95
+ <ul>
96
+
97
+ <li>
98
+ <a href="/">Home</a>
99
+ </li>
100
+
101
+ <li>
102
+ <a href="/docs/">Docs</a>
103
+ </li>
104
+
105
+ <li class="current">
106
+ <a href="/resources/">Resources</a>
107
+ </li>
108
+
109
+
110
+ <li>
111
+ <a href="/news/">News</a>
112
+ </li>
113
+
114
+ <li>
115
+ <a href="https://github.com/jekyll/jekyll">GitHub</a>
116
+ </li>
117
+ </ul>
118
+
119
+ </nav>
120
+ </header>
121
+
122
+
123
+ <section class="standalone">
124
+ <div class="grid">
125
+
126
+ <div class="unit whole">
127
+ <article>
128
+ <h1>Resources</h1>
129
+ <p>Jekyll’s growing community produces wide variety of themes, plugins, tutorials
130
+ and other resources that can be helpful. Below is a collection of links to
131
+ some of the most popular Jekyll resources.</p>
132
+
133
+ <h2 id="themes">Themes</h2>
134
+ <ul>
135
+ <li><a href="http://jekyllthemes.org/">jekyllthemes.org</a></li>
136
+ <li><a href="https://jekyllthemes.io/">jekyllthemes.io</a></li>
137
+ </ul>
138
+
139
+ <h2 id="plugins">Plugins</h2>
140
+ <ul>
141
+ <li><a href="https://github.com/topics/jekyll-plugin">jekyll-plugin topic on GitHub</a></li>
142
+ <li><a href="https://github.com/planetjekyll/awesome-jekyll-plugins">Planet Jekyll</a></li>
143
+ </ul>
144
+
145
+ <h2 id="editors">Editors</h2>
146
+
147
+ <ul>
148
+ <li><a href="https://atom.io/packages/jekyll">jekyll-atom</a>: A collection of snippets and tools for Jekyll in Atom</li>
149
+ <li><a href="https://atom.io/packages/markdown-writer">markdown-writer</a>: An Atom package for Jekyll. It can create new posts/drafts, manage tags/categories, insert link/images and add many useful key mappings.</li>
150
+ <li><a href="https://github.com/23maverick23/sublime-jekyll">sublime-jekyll</a>: A Sublime Text package for Jekyll static sites. This package should help creating Jekyll sites and posts easier by providing access to key template tags and filters, as well as common completions and a current date/datetime command (for dating posts). You can install this package manually via GitHub, or via <a href="https://packagecontrol.io/packages/Jekyll">Package Control</a>.</li>
151
+ <li><a href="https://github.com/parkr/vim-jekyll">vim-jekyll</a>: A vim plugin to generate new posts and run <code class="highlighter-rouge">jekyll build</code> all without leaving vim.</li>
152
+ <li><a href="https://wordpress.org/plugins/wp2jekyll/">WordPress2Jekyll</a>: A WordPress plugin that allows you to use WordPress as your editor and (automatically) export content in to Jekyll. WordPress2Jekyll attempts to marry these two systems together in order to make a site that can be easily managed from all devices.</li>
153
+ </ul>
154
+
155
+ <h2 id="useful-guides">Useful Guides</h2>
156
+
157
+ <ul>
158
+ <li><a href="/tutorials/home/">Official tutorials</a></li>
159
+ <li><a href="https://learn.cloudcannon.com/">CloudCannon Academy</a> is a set of resources created by <a href="https://cloudcannon.com/">CloudCannon</a> to help folks get up and running with Jekyll. They cover all skill levels, and even include some great video tutorials.</li>
160
+ <li><a href="https://learn.cloudcannon.com/jekyll-cheat-sheet/">Jekyll Cheatsheet</a> is a single-page resource for Jekyll filters, variables, and the like.</li>
161
+ <li><a href="http://jmcglone.com/guides/github-pages/">“Creating and Hosting a Personal Site on GitHub”</a></li>
162
+ <li><a href="https://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/">‘Build A Blog With Jekyll And GitHub Pages’ on Smashing Magazine</a></li>
163
+ <li>Publishing to GitHub Pages? <a href="/docs/github-pages/">Check out our documentation page for just that purpose</a>.</li>
164
+ <li><a href="https://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/">Blogging with Git, Emacs and Jekyll</a></li>
165
+ <li><a href="https://gist.github.com/jedschneider/2890453">Tips for working with GitHub Pages Integration</a></li>
166
+ </ul>
167
+
168
+ <h2 id="integrations">Integrations</h2>
169
+
170
+ <p>Use a SaaS service as a backend for functionality on your Jekyll site</p>
171
+
172
+ <h3 id="comments">Comments</h3>
173
+ <ul>
174
+ <li><a href="https://staticman.net">Staticman</a>: Add user-generated content to a Jekyll site (free and open source)</li>
175
+ <li><a href="https://www.talkyard.io/blog-comments">Talkyard</a>: Embedded comments for Jekyll and others (free and open source, or hosted serverless)</li>
176
+ </ul>
177
+
178
+ <h3 id="content-management">Content Management</h3>
179
+ <ul>
180
+ <li><a href="https://cloudcannon.com/">CloudCannon</a>: The Cloud CMS for Jekyll</li>
181
+ <li><a href="https://github.com/contentful/jekyll-contentful-data-import">Contentful</a> Content infrastructure for digital teams</li>
182
+ <li><a href="https://forestry.io/">Forestry.io</a>: A static CMS that commits</li>
183
+ <li><a href="https://www.netlifycms.org/">Netlify CMS</a>: Open source content management for your Git workflow</li>
184
+ <li><a href="https://www.siteleaf.com/">Siteleaf</a>: Built for developers, Loved by everyone</li>
185
+ <li><a href="https://www.statictastic.com/">Statictastic</a>: Static site hosting, publishing and content management for teams</li>
186
+ </ul>
187
+
188
+ <h3 id="e-commerce">E-commerce</h3>
189
+ <ul>
190
+ <li><a href="https://snipcart.com/blog/static-site-e-commerce-part-2-integrating-snipcart-with-jekyll">Snipcart</a>: Add a shopping cart to a Jekyll site</li>
191
+ </ul>
192
+
193
+ <h3 id="forms">Forms</h3>
194
+ <ul>
195
+ <li><a href="https://getform.io">Getform</a></li>
196
+ <li><a href="https://www.99inbound.com">99Inbound</a></li>
197
+ <li><a href="https://www.formingo.co/guides/jekyll?utm_source=github&amp;utm_medium=jekyll-docs&amp;utm_campaign=Jekyll%20Documentation">Formingo</a></li>
198
+ <li><a href="https://formkeep.com/guides/contact-form-jekyll?utm_source=github&amp;utm_medium=jekyll-docs&amp;utm_campaign=contact-form-jekyll">FormKeep</a></li>
199
+ <li><a href="https://formspark.io/">Formspark</a></li>
200
+ <li><a href="https://formspree.io/">Formspree (open source)</a></li>
201
+ <li><a href="https://formx.stream">formX</a></li>
202
+ <li><a href="https://getsimpleform.com/">Simple Form</a></li>
203
+ <li><a href="https://smartforms.dev/">SmartForms</a></li>
204
+ </ul>
205
+
206
+ <h3 id="search">Search</h3>
207
+ <ul>
208
+ <li><a href="https://blog.algolia.com/instant-search-blog-documentation-jekyll-plugin/">Algolia</a>: Add a powerful instant search to your Jekyll site</li>
209
+ <li><a href="https://docs.bonsai.io/article/217-jekyll">Bonsai Search</a>: The easiest way to use Elasticsearch for your Jekyll site</li>
210
+ <li><a href="https://cloudsh.com/generators/How-to-setup-search-on-Jekyll/">CloudSh</a>: Website search with a few lines of JavaScript</li>
211
+ </ul>
212
+
213
+ <h2 id="other-commentary">Other commentary</h2>
214
+
215
+ <ul>
216
+ <li><a href="https://mademistakes.com/articles/using-jekyll-2016/">How I’m using Jekyll in 2016</a></li>
217
+ <li><a href="https://jekyll-demo.talkyard.io/2018/01/09/installation-instructions.html">Talkyard comments instructions for Jekyll</a></li>
218
+ <li><a href="https://mademistakes.com/articles/improving-jekyll-static-comments/">Static Comments with Jekyll &amp; Staticman</a></li>
219
+ <li><a href="https://eduardoboucas.com/blog/2014/11/05/adding-ajax-pagination-to-jekyll.html">Adding Ajax pagination to Jekyll</a></li>
220
+ <li>
221
+ <p><a href="https://mikewest.org/2009/11/my-jekyll-fork">‘My Jekyll Fork’, by Mike West</a></p>
222
+
223
+ <blockquote>
224
+ <p>“Jekyll is a well-architected throwback to a time before WordPress, when men were men, and HTML was static. I like the ideas it espouses, and have made a few improvements to it’s core. Here, I’ll point out some highlights of my fork in the hopes that they see usage beyond this site.”</p>
225
+ </blockquote>
226
+ </li>
227
+ <li>
228
+ <p><a href="http://cartera.me/2010/08/12/about-this-website/">‘About this Website’, by Carter Allen</a></p>
229
+
230
+ <blockquote>
231
+ <p>“Jekyll is everything that I ever wanted in a blogging engine. Really. It isn’t perfect, but what’s excellent about it is that if there’s something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added”build” step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world.”</p>
232
+ </blockquote>
233
+ </li>
234
+ <li>A way to <a href="https://github.com/rfelix/jekyll_ext">extend Jekyll</a> without forking and modifying the Jekyll gem codebase and some <a href="https://wiki.github.com/rfelix/jekyll_ext/extensions">portable Jekyll extensions</a> that can be reused and shared.</li>
235
+ <li><a href="http://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll">Using your Rails layouts in Jekyll</a></li>
236
+ <li><a href="https://github.com/yfxie/jekpack/">Jekpack</a> an integration of Jekyll and Webpack to make them work together.</li>
237
+ </ul>
238
+
239
+ </article>
240
+ </div>
241
+
242
+ <div class="clear"></div>
243
+
244
+ </div>
245
+ </section>
246
+
247
+
248
+ <footer>
249
+ <div class="grid">
250
+ <div class="unit one-third center-on-mobiles">
251
+ <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
252
+ <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>
253
+ </div>
254
+ <div class="unit two-thirds align-right center-on-mobiles">
255
+ <p>
256
+ Proudly hosted by
257
+ <a href="https://github.com">
258
+ <img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding">
259
+ </a>
260
+ </p>
261
+ </div>
262
+ <div class="unit two-thirds align-right center-on-mobiles">
263
+ <p>
264
+ Jekyll is funded thanks to its
265
+ <a href="https://github.com/jekyll/jekyll#sponsors">
266
+ sponsors!
267
+ </a>
268
+ </p>
269
+ </div>
270
+ </div>
271
+ </footer>
272
+
273
+ <script>
274
+ var anchorForId = function (id) {
275
+ var anchor = document.createElement("a");
276
+ anchor.className = "header-link";
277
+ anchor.href = "#" + id;
278
+ anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
279
+ anchor.title = "Permalink";
280
+ return anchor;
281
+ };
282
+
283
+ var linkifyAnchors = function (level, containingElement) {
284
+ var headers = containingElement.getElementsByTagName("h" + level);
285
+ for (var h = 0; h < headers.length; h++) {
286
+ var header = headers[h];
287
+
288
+ if (typeof header.id !== "undefined" && header.id !== "") {
289
+ header.appendChild(anchorForId(header.id));
290
+ }
291
+ }
292
+ };
293
+
294
+ document.onreadystatechange = function () {
295
+ if (this.readyState === "complete") {
296
+ var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
297
+ if (!contentBlock) {
298
+ return;
299
+ }
300
+ for (var level = 1; level <= 6; level++) {
301
+ linkifyAnchors(level, contentBlock);
302
+ }
303
+ }
304
+ };
305
+ </script>
306
+
307
+
308
+ <!-- Google Analytics (https://www.google.com/analytics) -->
309
+ <script>
310
+ !function(j,e,k,y,l,L){j.GoogleAnalyticsObject=y,j[y]||(j[y]=function(){
311
+ (j[y].q=j[y].q||[]).push(arguments)}),j[y].l=+new Date,l=e.createElement(k),
312
+ L=e.getElementsByTagName(k)[0],l.src='https://www.google-analytics.com/analytics.js',
313
+ L.parentNode.insertBefore(l,L)}(window,document,'script','ga');
314
+
315
+ ga('create', 'UA-50755011-1', 'jekyllrb.com');
316
+ ga('send', 'pageview');
317
+
318
+ </script>
319
+
320
+
321
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
322
+ <script type="text/javascript"> docsearch({
323
+ apiKey: '50fe39c839958dfad797000f33e2ec17',
324
+ indexName: 'jekyllrb',
325
+ inputSelector: '#docsearch-input',
326
+ enhancedSearchInput: true,
327
+ debug: false // Set debug to true if you want to inspect the dropdown
328
+ });
329
+ </script>
330
+
331
+ </body>
332
+ </html>
@@ -0,0 +1,844 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en-US">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <meta name="generator" content="Jekyll v4.0.0">
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" />
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">
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">
13
+ <link rel="stylesheet" href="/css/screen.css">
14
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
15
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
16
+ <title>Showcase | Jekyll • Simple, blog-aware, static sites</title>
17
+ <meta name="generator" content="Jekyll v4.0.0" />
18
+ <meta property="og:title" content="Showcase" />
19
+ <meta property="og:locale" content="en_US" />
20
+ <meta name="description" content="Transform your plain text into static websites and blogs" />
21
+ <meta property="og:description" content="Transform your plain text into static websites and blogs" />
22
+ <link rel="canonical" href="https://jekyllrb.com/showcase/" />
23
+ <meta property="og:url" content="https://jekyllrb.com/showcase/" />
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" />
26
+ <meta name="twitter:card" content="summary_large_image" />
27
+ <meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
28
+ <meta property="twitter:title" content="Showcase" />
29
+ <meta name="twitter:site" content="@jekyllrb" />
30
+ <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
31
+ <script type="application/ld+json">
32
+ {"description":"Transform your plain text into static websites and blogs","@type":"WebPage","headline":"Showcase","url":"https://jekyllrb.com/showcase/","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>
33
+ <!-- End Jekyll SEO tag -->
34
+
35
+ <!--[if lt IE 9]>
36
+ <script src="/js/html5shiv.min.js"></script>
37
+ <script src="/js/respond.min.js"></script>
38
+ <![endif]-->
39
+ </head>
40
+
41
+
42
+ <body class="wrap">
43
+ <header>
44
+ <div class="flexbox">
45
+ <div class="center-on-mobiles">
46
+ <h1>
47
+ <a href="/" class="logo">
48
+ <span class="sr-only">Jekyll</span>
49
+ <img src="/img/logo-2x.png" width="140" height="65" alt="Jekyll Logo">
50
+ </a>
51
+ </h1>
52
+ </div>
53
+ <nav class="main-nav hide-on-mobiles">
54
+ <ul>
55
+
56
+ <li>
57
+ <a href="/">Home</a>
58
+ </li>
59
+
60
+ <li>
61
+ <a href="/docs/">Docs</a>
62
+ </li>
63
+
64
+ <li>
65
+ <a href="/resources/">Resources</a>
66
+ </li>
67
+
68
+ <li class="current">
69
+ <a href="/showcase/">Showcase</a>
70
+ </li>
71
+
72
+ <li>
73
+ <a href="/news/">News</a>
74
+ </li>
75
+
76
+ </ul>
77
+
78
+ </nav>
79
+ <div class="search hide-on-mobiles">
80
+ <input type="text" id="docsearch-input" placeholder="Search the docs…">
81
+
82
+ </div>
83
+ <div class="meta hide-on-mobiles">
84
+ <ul>
85
+ <li>
86
+ <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a>
87
+ </li>
88
+ <li>
89
+ <a href="https://github.com/jekyll/jekyll">GitHub</a>
90
+ </li>
91
+ </ul>
92
+ </div>
93
+ </div>
94
+ <nav class="mobile-nav show-on-mobiles">
95
+ <ul>
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
+
114
+ <li>
115
+ <a href="https://github.com/jekyll/jekyll">GitHub</a>
116
+ </li>
117
+ </ul>
118
+
119
+ </nav>
120
+ </header>
121
+
122
+
123
+ <section class="standalone">
124
+ <div class="grid">
125
+
126
+ <div class="unit whole">
127
+ <article>
128
+ <h1>Showcase</h1>
129
+ <p>Jekyll is used for all kinds of usecases. Here's some of our favorites:</p>
130
+
131
+ <ul class="showcase" id="showcase">
132
+
133
+ <li>
134
+ <a href="https://developer.spotify.com" target="_blank">
135
+ <figure>
136
+ <div class="imageWrapper">
137
+ <img class="b-lazy" src="/img/spacer.gif" alt="Spotify for Developers">
138
+ </div>
139
+ <figcaption>Spotify for Developers</figcaption>
140
+ </figure>
141
+ </a>
142
+ </li>
143
+
144
+ <li>
145
+ <a href="https://dev.twitch.tv/" target="_blank">
146
+ <figure>
147
+ <div class="imageWrapper">
148
+ <img class="b-lazy" src="/img/spacer.gif" alt="Twitch Developer Documentation">
149
+ </div>
150
+ <figcaption>Twitch Developer Documentation</figcaption>
151
+ </figure>
152
+ </a>
153
+ </li>
154
+
155
+ <li>
156
+ <a href="https://www.twitchcon.com/" target="_blank">
157
+ <figure>
158
+ <div class="imageWrapper">
159
+ <img class="b-lazy" src="/img/spacer.gif" alt="TwitchCon">
160
+ </div>
161
+ <figcaption>TwitchCon</figcaption>
162
+ </figure>
163
+ </a>
164
+ </li>
165
+
166
+ <li>
167
+ <a href="https://devices.netflix.com/en/" target="_blank">
168
+ <figure>
169
+ <div class="imageWrapper">
170
+ <img class="b-lazy" src="/img/spacer.gif" alt="Netflix Devices">
171
+ </div>
172
+ <figcaption>Netflix Devices</figcaption>
173
+ </figure>
174
+ </a>
175
+ </li>
176
+
177
+ <li>
178
+ <a href="https://sketchapp.com/" target="_blank">
179
+ <figure>
180
+ <div class="imageWrapper">
181
+ <img class="b-lazy" src="/img/spacer.gif" alt="Sketch App">
182
+ </div>
183
+ <figcaption>Sketch App</figcaption>
184
+ </figure>
185
+ </a>
186
+ </li>
187
+
188
+ <li>
189
+ <a href="https://worldstatisticsday.org" target="_blank">
190
+ <figure>
191
+ <div class="imageWrapper">
192
+ <img class="b-lazy" src="/img/spacer.gif" alt="UN World Statistics">
193
+ </div>
194
+ <figcaption>UN World Statistics</figcaption>
195
+ </figure>
196
+ </a>
197
+ </li>
198
+
199
+ <li>
200
+ <a href="https://sbst.gov/" target="_blank">
201
+ <figure>
202
+ <div class="imageWrapper">
203
+ <img class="b-lazy" src="/img/spacer.gif" alt="White House Social and Behavioral Sciences Team">
204
+ </div>
205
+ <figcaption>White House Social and Behavioral Sciences Team</figcaption>
206
+ </figure>
207
+ </a>
208
+ </li>
209
+
210
+ <li>
211
+ <a href="http://rubyonrails.org/" target="_blank">
212
+ <figure>
213
+ <div class="imageWrapper">
214
+ <img class="b-lazy" src="/img/spacer.gif" alt="Ruby on Rails">
215
+ </div>
216
+ <figcaption>Ruby on Rails</figcaption>
217
+ </figure>
218
+ </a>
219
+ </li>
220
+
221
+ <li>
222
+ <a href="https://cloudcannon.com/" target="_blank">
223
+ <figure>
224
+ <div class="imageWrapper">
225
+ <img class="b-lazy" src="/img/spacer.gif" alt="CloudCannon">
226
+ </div>
227
+ <figcaption>CloudCannon</figcaption>
228
+ </figure>
229
+ </a>
230
+ </li>
231
+
232
+ <li>
233
+ <a href="https://siteleaf.com" target="_blank">
234
+ <figure>
235
+ <div class="imageWrapper">
236
+ <img class="b-lazy" src="/img/spacer.gif" alt="SiteLeaf">
237
+ </div>
238
+ <figcaption>SiteLeaf</figcaption>
239
+ </figure>
240
+ </a>
241
+ </li>
242
+
243
+ <li>
244
+ <a href="https://isomer.gov.sg/" target="_blank">
245
+ <figure>
246
+ <div class="imageWrapper">
247
+ <img class="b-lazy" src="/img/spacer.gif" alt="Isomer - Singapore Government Static Websites">
248
+ </div>
249
+ <figcaption>Isomer - Singapore Government Static Websites</figcaption>
250
+ </figure>
251
+ </a>
252
+ </li>
253
+
254
+ <li>
255
+ <a href="https://developmentseed.org/" target="_blank">
256
+ <figure>
257
+ <div class="imageWrapper">
258
+ <img class="b-lazy" src="/img/spacer.gif" alt="Development Seed">
259
+ </div>
260
+ <figcaption>Development Seed</figcaption>
261
+ </figure>
262
+ </a>
263
+ </li>
264
+
265
+ <li>
266
+ <a href="https://mapbox.com/" target="_blank">
267
+ <figure>
268
+ <div class="imageWrapper">
269
+ <img class="b-lazy" src="/img/spacer.gif" alt="Mapbox">
270
+ </div>
271
+ <figcaption>Mapbox</figcaption>
272
+ </figure>
273
+ </a>
274
+ </li>
275
+
276
+ <li>
277
+ <a href="https://18f.gsa.gov/" target="_blank">
278
+ <figure>
279
+ <div class="imageWrapper">
280
+ <img class="b-lazy" src="/img/spacer.gif" alt="18F">
281
+ </div>
282
+ <figcaption>18F</figcaption>
283
+ </figure>
284
+ </a>
285
+ </li>
286
+
287
+ <li>
288
+ <a href="https://mobilefirstplatform.ibmcloud.com/" target="_blank">
289
+ <figure>
290
+ <div class="imageWrapper">
291
+ <img class="b-lazy" src="/img/spacer.gif" alt="IBM MobileFirst Foundation">
292
+ </div>
293
+ <figcaption>IBM MobileFirst Foundation</figcaption>
294
+ </figure>
295
+ </a>
296
+ </li>
297
+
298
+ <li>
299
+ <a href="http://patternlab.io/" target="_blank">
300
+ <figure>
301
+ <div class="imageWrapper">
302
+ <img class="b-lazy" src="/img/spacer.gif" alt="Pattern Lab">
303
+ </div>
304
+ <figcaption>Pattern Lab</figcaption>
305
+ </figure>
306
+ </a>
307
+ </li>
308
+
309
+ <li>
310
+ <a href="https://www.boxysuite.com/" target="_blank">
311
+ <figure>
312
+ <div class="imageWrapper">
313
+ <img class="b-lazy" src="/img/spacer.gif" alt="Boxy Suite">
314
+ </div>
315
+ <figcaption>Boxy Suite</figcaption>
316
+ </figure>
317
+ </a>
318
+ </li>
319
+
320
+ <li>
321
+ <a href="https://chain.com/" target="_blank">
322
+ <figure>
323
+ <div class="imageWrapper">
324
+ <img class="b-lazy" src="/img/spacer.gif" alt="Chain">
325
+ </div>
326
+ <figcaption>Chain</figcaption>
327
+ </figure>
328
+ </a>
329
+ </li>
330
+
331
+ <li>
332
+ <a href="http://cssreference.io/" target="_blank">
333
+ <figure>
334
+ <div class="imageWrapper">
335
+ <img class="b-lazy" src="/img/spacer.gif" alt="CSS Reference">
336
+ </div>
337
+ <figcaption>CSS Reference</figcaption>
338
+ </figure>
339
+ </a>
340
+ </li>
341
+
342
+ <li>
343
+ <a href="http://htmlreference.io/" target="_blank">
344
+ <figure>
345
+ <div class="imageWrapper">
346
+ <img class="b-lazy" src="/img/spacer.gif" alt="HTML Reference">
347
+ </div>
348
+ <figcaption>HTML Reference</figcaption>
349
+ </figure>
350
+ </a>
351
+ </li>
352
+
353
+ <li>
354
+ <a href="http://www.digital-democracy.org/" target="_blank">
355
+ <figure>
356
+ <div class="imageWrapper">
357
+ <img class="b-lazy" src="/img/spacer.gif" alt="Digital Democracy">
358
+ </div>
359
+ <figcaption>Digital Democracy</figcaption>
360
+ </figure>
361
+ </a>
362
+ </li>
363
+
364
+ <li>
365
+ <a href="https://www.mailta.pe/" target="_blank">
366
+ <figure>
367
+ <div class="imageWrapper">
368
+ <img class="b-lazy" src="/img/spacer.gif" alt="MailTape">
369
+ </div>
370
+ <figcaption>MailTape</figcaption>
371
+ </figure>
372
+ </a>
373
+ </li>
374
+
375
+ <li>
376
+ <a href="https://latticehq.com/" target="_blank">
377
+ <figure>
378
+ <div class="imageWrapper">
379
+ <img class="b-lazy" src="/img/spacer.gif" alt="Lattice">
380
+ </div>
381
+ <figcaption>Lattice</figcaption>
382
+ </figure>
383
+ </a>
384
+ </li>
385
+
386
+ <li>
387
+ <a href="https://budget.boston.gov/" target="_blank">
388
+ <figure>
389
+ <div class="imageWrapper">
390
+ <img class="b-lazy" src="/img/spacer.gif" alt="City of Boston Budget">
391
+ </div>
392
+ <figcaption>City of Boston Budget</figcaption>
393
+ </figure>
394
+ </a>
395
+ </li>
396
+
397
+ <li>
398
+ <a href="https://www.tryadhawk.com/" target="_blank">
399
+ <figure>
400
+ <div class="imageWrapper">
401
+ <img class="b-lazy" src="/img/spacer.gif" alt="AdHawk">
402
+ </div>
403
+ <figcaption>AdHawk</figcaption>
404
+ </figure>
405
+ </a>
406
+ </li>
407
+
408
+ <li>
409
+ <a href="https://frame.ai/" target="_blank">
410
+ <figure>
411
+ <div class="imageWrapper">
412
+ <img class="b-lazy" src="/img/spacer.gif" alt="frame.ai">
413
+ </div>
414
+ <figcaption>frame.ai</figcaption>
415
+ </figure>
416
+ </a>
417
+ </li>
418
+
419
+ <li>
420
+ <a href="https://himatt.com/" target="_blank">
421
+ <figure>
422
+ <div class="imageWrapper">
423
+ <img class="b-lazy" src="/img/spacer.gif" alt="Matt Grey">
424
+ </div>
425
+ <figcaption>Matt Grey</figcaption>
426
+ </figure>
427
+ </a>
428
+ </li>
429
+
430
+ <li>
431
+ <a href="https://probot.github.io/" target="_blank">
432
+ <figure>
433
+ <div class="imageWrapper">
434
+ <img class="b-lazy" src="/img/spacer.gif" alt="PROBOT">
435
+ </div>
436
+ <figcaption>PROBOT</figcaption>
437
+ </figure>
438
+ </a>
439
+ </li>
440
+
441
+ <li>
442
+ <a href="https://www.markdownguide.org/" target="_blank">
443
+ <figure>
444
+ <div class="imageWrapper">
445
+ <img class="b-lazy" src="/img/spacer.gif" alt="The Markdown Guide">
446
+ </div>
447
+ <figcaption>The Markdown Guide</figcaption>
448
+ </figure>
449
+ </a>
450
+ </li>
451
+
452
+ <li>
453
+ <a href="http://rehanbutt.com/" target="_blank">
454
+ <figure>
455
+ <div class="imageWrapper">
456
+ <img class="b-lazy" src="/img/spacer.gif" alt="Rehan Butt">
457
+ </div>
458
+ <figcaption>Rehan Butt</figcaption>
459
+ </figure>
460
+ </a>
461
+ </li>
462
+
463
+ <li>
464
+ <a href="https://www.grantmakers.io/" target="_blank">
465
+ <figure>
466
+ <div class="imageWrapper">
467
+ <img class="b-lazy" src="/img/spacer.gif" alt="Grantmaker Search">
468
+ </div>
469
+ <figcaption>Grantmaker Search</figcaption>
470
+ </figure>
471
+ </a>
472
+ </li>
473
+
474
+ <li>
475
+ <a href="https://standards.usa.gov/" target="_blank">
476
+ <figure>
477
+ <div class="imageWrapper">
478
+ <img class="b-lazy" src="/img/spacer.gif" alt="U.S. Web Design Standards">
479
+ </div>
480
+ <figcaption>U.S. Web Design Standards</figcaption>
481
+ </figure>
482
+ </a>
483
+ </li>
484
+
485
+ <li>
486
+ <a href="https://plainlanguage.gov/" target="_blank">
487
+ <figure>
488
+ <div class="imageWrapper">
489
+ <img class="b-lazy" src="/img/spacer.gif" alt="plainlanguage.gov">
490
+ </div>
491
+ <figcaption>plainlanguage.gov</figcaption>
492
+ </figure>
493
+ </a>
494
+ </li>
495
+
496
+ <li>
497
+ <a href="https://login.gov/" target="_blank">
498
+ <figure>
499
+ <div class="imageWrapper">
500
+ <img class="b-lazy" src="/img/spacer.gif" alt="Login.gov">
501
+ </div>
502
+ <figcaption>Login.gov</figcaption>
503
+ </figure>
504
+ </a>
505
+ </li>
506
+
507
+ <li>
508
+ <a href="https://www.sydneynewyearseve.com/" target="_blank">
509
+ <figure>
510
+ <div class="imageWrapper">
511
+ <img class="b-lazy" src="/img/spacer.gif" alt="Sydney New Years Eve">
512
+ </div>
513
+ <figcaption>Sydney New Years Eve</figcaption>
514
+ </figure>
515
+ </a>
516
+ </li>
517
+
518
+ <li>
519
+ <a href="https://developers.italia.it/" target="_blank">
520
+ <figure>
521
+ <div class="imageWrapper">
522
+ <img class="b-lazy" src="/img/spacer.gif" alt="italia.it">
523
+ </div>
524
+ <figcaption>italia.it</figcaption>
525
+ </figure>
526
+ </a>
527
+ </li>
528
+
529
+ <li>
530
+ <a href="https://lightburn.co/" target="_blank">
531
+ <figure>
532
+ <div class="imageWrapper">
533
+ <img class="b-lazy" src="/img/spacer.gif" alt="Light Burn">
534
+ </div>
535
+ <figcaption>Light Burn</figcaption>
536
+ </figure>
537
+ </a>
538
+ </li>
539
+
540
+ <li>
541
+ <a href="https://www.wearecollins.com/" target="_blank">
542
+ <figure>
543
+ <div class="imageWrapper">
544
+ <img class="b-lazy" src="/img/spacer.gif" alt="We are COLLINS">
545
+ </div>
546
+ <figcaption>We are COLLINS</figcaption>
547
+ </figure>
548
+ </a>
549
+ </li>
550
+
551
+ <li>
552
+ <a href="https://help.passbolt.com/" target="_blank">
553
+ <figure>
554
+ <div class="imageWrapper">
555
+ <img class="b-lazy" src="/img/spacer.gif" alt="Passbolt Help">
556
+ </div>
557
+ <figcaption>Passbolt Help</figcaption>
558
+ </figure>
559
+ </a>
560
+ </li>
561
+
562
+ <li>
563
+ <a href="https://www.artandabout.com.au/" target="_blank">
564
+ <figure>
565
+ <div class="imageWrapper">
566
+ <img class="b-lazy" src="/img/spacer.gif" alt="Art & About Sydney">
567
+ </div>
568
+ <figcaption>Art & About Sydney</figcaption>
569
+ </figure>
570
+ </a>
571
+ </li>
572
+
573
+ <li>
574
+ <a href="https://www.foia.gov/" target="_blank">
575
+ <figure>
576
+ <div class="imageWrapper">
577
+ <img class="b-lazy" src="/img/spacer.gif" alt="Freedom of Information Act">
578
+ </div>
579
+ <figcaption>Freedom of Information Act</figcaption>
580
+ </figure>
581
+ </a>
582
+ </li>
583
+
584
+ <li>
585
+ <a href="https://release.mozilla.org/" target="_blank">
586
+ <figure>
587
+ <div class="imageWrapper">
588
+ <img class="b-lazy" src="/img/spacer.gif" alt="Release Management Blog">
589
+ </div>
590
+ <figcaption>Release Management Blog</figcaption>
591
+ </figure>
592
+ </a>
593
+ </li>
594
+
595
+ <li>
596
+ <a href="https://ionicframework.com/" target="_blank">
597
+ <figure>
598
+ <div class="imageWrapper">
599
+ <img class="b-lazy" src="/img/spacer.gif" alt="Ionic Framwork">
600
+ </div>
601
+ <figcaption>Ionic Framwork</figcaption>
602
+ </figure>
603
+ </a>
604
+ </li>
605
+
606
+ <li>
607
+ <a href="http://yeoman.io/" target="_blank">
608
+ <figure>
609
+ <div class="imageWrapper">
610
+ <img class="b-lazy" src="/img/spacer.gif" alt="Yeoman">
611
+ </div>
612
+ <figcaption>Yeoman</figcaption>
613
+ </figure>
614
+ </a>
615
+ </li>
616
+
617
+ <li>
618
+ <a href="https://aws-amplify.github.io/" target="_blank">
619
+ <figure>
620
+ <div class="imageWrapper">
621
+ <img class="b-lazy" src="/img/spacer.gif" alt="AWS Amplify">
622
+ </div>
623
+ <figcaption>AWS Amplify</figcaption>
624
+ </figure>
625
+ </a>
626
+ </li>
627
+
628
+ <li>
629
+ <a href="https://auth0.com/blog/" target="_blank">
630
+ <figure>
631
+ <div class="imageWrapper">
632
+ <img class="b-lazy" src="/img/spacer.gif" alt="Auth0 Blog">
633
+ </div>
634
+ <figcaption>Auth0 Blog</figcaption>
635
+ </figure>
636
+ </a>
637
+ </li>
638
+
639
+ <li>
640
+ <a href="https://www.mapwize.io/" target="_blank">
641
+ <figure>
642
+ <div class="imageWrapper">
643
+ <img class="b-lazy" src="/img/spacer.gif" alt="Mapwize">
644
+ </div>
645
+ <figcaption>Mapwize</figcaption>
646
+ </figure>
647
+ </a>
648
+ </li>
649
+
650
+ <li>
651
+ <a href="https://bitcoin.org/en/" target="_blank">
652
+ <figure>
653
+ <div class="imageWrapper">
654
+ <img class="b-lazy" src="/img/spacer.gif" alt="Bitcoin">
655
+ </div>
656
+ <figcaption>Bitcoin</figcaption>
657
+ </figure>
658
+ </a>
659
+ </li>
660
+
661
+ <li>
662
+ <a href="https://www.vidgrid.com/" target="_blank">
663
+ <figure>
664
+ <div class="imageWrapper">
665
+ <img class="b-lazy" src="/img/spacer.gif" alt="Vidgrid">
666
+ </div>
667
+ <figcaption>Vidgrid</figcaption>
668
+ </figure>
669
+ </a>
670
+ </li>
671
+
672
+ <li>
673
+ <a href="https://www.mvvmcross.com/" target="_blank">
674
+ <figure>
675
+ <div class="imageWrapper">
676
+ <img class="b-lazy" src="/img/spacer.gif" alt="MvvmCross">
677
+ </div>
678
+ <figcaption>MvvmCross</figcaption>
679
+ </figure>
680
+ </a>
681
+ </li>
682
+
683
+ <li>
684
+ <a href="https://kotn.com/" target="_blank">
685
+ <figure>
686
+ <div class="imageWrapper">
687
+ <img class="b-lazy" src="/img/spacer.gif" alt="KOTN">
688
+ </div>
689
+ <figcaption>KOTN</figcaption>
690
+ </figure>
691
+ </a>
692
+ </li>
693
+
694
+ <li>
695
+ <a href="http://vesterheim.org/" target="_blank">
696
+ <figure>
697
+ <div class="imageWrapper">
698
+ <img class="b-lazy" src="/img/spacer.gif" alt="Vesterheim Norwegian-American Museum">
699
+ </div>
700
+ <figcaption>Vesterheim Norwegian-American Museum</figcaption>
701
+ </figure>
702
+ </a>
703
+ </li>
704
+
705
+ <li>
706
+ <a href="https://services.github.com/on-demand/" target="_blank">
707
+ <figure>
708
+ <div class="imageWrapper">
709
+ <img class="b-lazy" src="/img/spacer.gif" alt="GitHub On Demand Training">
710
+ </div>
711
+ <figcaption>GitHub On Demand Training</figcaption>
712
+ </figure>
713
+ </a>
714
+ </li>
715
+
716
+ <li>
717
+ <a href="http://tom.preston-werner.com/" target="_blank">
718
+ <figure>
719
+ <div class="imageWrapper">
720
+ <img class="b-lazy" src="/img/spacer.gif" alt="Tom Preston Werner Blog">
721
+ </div>
722
+ <figcaption>Tom Preston Werner Blog</figcaption>
723
+ </figure>
724
+ </a>
725
+ </li>
726
+
727
+ <li class="spacer"></li>
728
+ </ul>
729
+
730
+ <script src="//cdn.jsdelivr.net/blazy/latest/blazy.min.js"></script>
731
+ <script src="//cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.10.0/js/md5.min.js"></script>
732
+ <script>
733
+ var apiUrl = 'https://d2ov3dk2yjyb0w.cloudfront.net/',
734
+ a = 'c7aa76e1-684d-4c45-b396-78b893839b5f',
735
+ b = 'c7bfb661-71a8-40bb-baac-7ddad709639c',
736
+ sites = document.getElementById('showcase').getElementsByTagName('a');
737
+
738
+ for (var i = 0; i < sites.length; i++) {
739
+ var href = sites[i].getAttribute('href'),
740
+ inputUrl = encodeURIComponent(href),
741
+ q = 'url=' + inputUrl + '&delay=2&resizeWidth=800&resizeHeight=600',
742
+ hash = md5(b + q),
743
+ resultImgUrl = apiUrl + a + '/' + hash + '/image?' + q;
744
+
745
+ sites[i].getElementsByTagName('img')[0].setAttribute('data-src', resultImgUrl);
746
+ }
747
+
748
+ var bLazy = new Blazy();
749
+ </script>
750
+
751
+ </article>
752
+ </div>
753
+
754
+ <div class="clear"></div>
755
+
756
+ </div>
757
+ </section>
758
+
759
+
760
+ <footer>
761
+ <div class="grid">
762
+ <div class="unit one-third center-on-mobiles">
763
+ <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
764
+ <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>
765
+ </div>
766
+ <div class="unit two-thirds align-right center-on-mobiles">
767
+ <p>
768
+ Proudly hosted by
769
+ <a href="https://github.com">
770
+ <img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding">
771
+ </a>
772
+ </p>
773
+ </div>
774
+ <div class="unit two-thirds align-right center-on-mobiles">
775
+ <p>
776
+ Jekyll is funded thanks to its
777
+ <a href="https://github.com/jekyll/jekyll#sponsors">
778
+ sponsors!
779
+ </a>
780
+ </p>
781
+ </div>
782
+ </div>
783
+ </footer>
784
+
785
+ <script>
786
+ var anchorForId = function (id) {
787
+ var anchor = document.createElement("a");
788
+ anchor.className = "header-link";
789
+ anchor.href = "#" + id;
790
+ anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
791
+ anchor.title = "Permalink";
792
+ return anchor;
793
+ };
794
+
795
+ var linkifyAnchors = function (level, containingElement) {
796
+ var headers = containingElement.getElementsByTagName("h" + level);
797
+ for (var h = 0; h < headers.length; h++) {
798
+ var header = headers[h];
799
+
800
+ if (typeof header.id !== "undefined" && header.id !== "") {
801
+ header.appendChild(anchorForId(header.id));
802
+ }
803
+ }
804
+ };
805
+
806
+ document.onreadystatechange = function () {
807
+ if (this.readyState === "complete") {
808
+ var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
809
+ if (!contentBlock) {
810
+ return;
811
+ }
812
+ for (var level = 1; level <= 6; level++) {
813
+ linkifyAnchors(level, contentBlock);
814
+ }
815
+ }
816
+ };
817
+ </script>
818
+
819
+
820
+ <!-- Google Analytics (https://www.google.com/analytics) -->
821
+ <script>
822
+ !function(j,e,k,y,l,L){j.GoogleAnalyticsObject=y,j[y]||(j[y]=function(){
823
+ (j[y].q=j[y].q||[]).push(arguments)}),j[y].l=+new Date,l=e.createElement(k),
824
+ L=e.getElementsByTagName(k)[0],l.src='https://www.google-analytics.com/analytics.js',
825
+ L.parentNode.insertBefore(l,L)}(window,document,'script','ga');
826
+
827
+ ga('create', 'UA-50755011-1', 'jekyllrb.com');
828
+ ga('send', 'pageview');
829
+
830
+ </script>
831
+
832
+
833
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
834
+ <script type="text/javascript"> docsearch({
835
+ apiKey: '50fe39c839958dfad797000f33e2ec17',
836
+ indexName: 'jekyllrb',
837
+ inputSelector: '#docsearch-input',
838
+ enhancedSearchInput: true,
839
+ debug: false // Set debug to true if you want to inspect the dropdown
840
+ });
841
+ </script>
842
+
843
+ </body>
844
+ </html>