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
@@ -1,247 +1,328 @@
1
- <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="https://jekyllrb.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://jekyllrb.com/" rel="alternate" type="text/html" /><updated>2020-08-05T11:55:36-07:00</updated><id>https://jekyllrb.com/feed.xml</id><title type="html">Jekyll • Simple, blog-aware, static sites</title><subtitle>Transform your plain text into static websites and blogs</subtitle><entry><title type="html">Jekyll 3.8.6 Released</title><link href="https://jekyllrb.com/news/2019/07/02/jekyll-3-8-6-released/" rel="alternate" type="text/html" title="Jekyll 3.8.6 Released" /><published>2019-07-02T08:21:02-07:00</published><updated>2019-07-02T08:21:02-07:00</updated><id>https://jekyllrb.com/news/2019/07/02/jekyll-3-8-6-released</id><content type="html" xml:base="https://jekyllrb.com/news/2019/07/02/jekyll-3-8-6-released/">&lt;p&gt;We have another patch release in the 3.8 series! This time, we have one security patch
2
- and a handful of bug patches, including:&lt;/p&gt;
1
+ <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="https://jekyllrb.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://jekyllrb.com/" rel="alternate" type="text/html" /><updated>2019-09-11T07:30:27-07:00</updated><id>https://jekyllrb.com/feed.xml</id><title type="html">Jekyll • Simple, blog-aware, static sites</title><subtitle>Transform your plain text into static websites and blogs</subtitle><entry><title type="html">Jekyll 4.0.0 Released</title><link href="https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/" rel="alternate" type="text/html" title="Jekyll 4.0.0 Released" /><published>2019-08-20T08:00:00-07:00</published><updated>2019-08-20T08:00:00-07:00</updated><id>https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released</id><content type="html" xml:base="https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/">&lt;p&gt;Hi! 👋 I bring some good news! Jekyll 4.0.0 is finally here! 🎉&lt;/p&gt;
3
2
 
3
+ &lt;p&gt;There’s quite a bit in this release to unpack, so let me hit the high points quickly:&lt;/p&gt;
4
4
  &lt;ul&gt;
5
- &lt;li&gt;Filter symlinks from theme gems&lt;/li&gt;
6
- &lt;li&gt;Fix excerpt handling of some Liquid tags&lt;/li&gt;
7
- &lt;li&gt;Handle case where a theme directory doesn’t exist&lt;/li&gt;
8
- &lt;li&gt;A few internal optimizations to reduce memory overhead&lt;/li&gt;
5
+ &lt;li&gt;Ruby 2.4.0 or greater is now required.&lt;/li&gt;
6
+ &lt;li&gt;Rouge 3.0 or greater is now required for syntax highlighting.&lt;/li&gt;
7
+ &lt;li&gt;Jekyll builds should be much faster.&lt;/li&gt;
8
+ &lt;li&gt;Kramdown 2.1 is now the default markdown engine.&lt;/li&gt;
9
+ &lt;li&gt;Sass processing should be faster.&lt;/li&gt;
10
+ &lt;li&gt;We dropped support for a lot of stuff, specifically:
11
+ &lt;ul&gt;
12
+ &lt;li&gt;Pygments&lt;/li&gt;
13
+ &lt;li&gt;RedCarpet&lt;/li&gt;
14
+ &lt;li&gt;RDiscount&lt;/li&gt;
15
+ &lt;/ul&gt;
16
+ &lt;/li&gt;
9
17
  &lt;/ul&gt;
10
18
 
11
- &lt;p&gt;… and a few more! You can check out the patches and see all the details in &lt;a href=&quot;/docs/history/#v3-8-6&quot;&gt;the release notes&lt;/a&gt;&lt;/p&gt;
19
+ &lt;p&gt;Alright, so with the high points out of the way, let’s get into the details a little bit.&lt;/p&gt;
12
20
 
13
- &lt;p&gt;Happy Jekylling!&lt;/p&gt;</content><author><name>parkr</name></author><category term="release" /><summary type="html">We have another patch release in the 3.8 series! This time, we have one security patch and a handful of bug patches, including:</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Jekyll 3.8.3 Released</title><link href="https://jekyllrb.com/news/2018/06/05/jekyll-3-8-3-released/" rel="alternate" type="text/html" title="Jekyll 3.8.3 Released" /><published>2018-06-05T07:00:00-07:00</published><updated>2018-06-05T07:00:00-07:00</updated><id>https://jekyllrb.com/news/2018/06/05/jekyll-3-8-3-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/06/05/jekyll-3-8-3-released/">&lt;p&gt;This release fixes a regression in 3.8 where collections with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;published: false&lt;/code&gt;
14
- do not show when using the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--unpublished&lt;/code&gt; flag.&lt;/p&gt;
21
+ &lt;h3 id=&quot;cache-all-the-things-&quot;&gt;Cache all the things! 💰&lt;/h3&gt;
15
22
 
16
- &lt;p&gt;Thanks to @philipbelesky for reporting and fixing this issue; collections with
17
- &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;published: false&lt;/code&gt; now behave the same way as Posts.&lt;/p&gt;</content><author><name>pathawks</name></author><category term="release" /><summary type="html">This release fixes a regression in 3.8 where collections with published: false do not show when using the --unpublished flag.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Jekyll 3.8.2 Released</title><link href="https://jekyllrb.com/news/2018/05/19/jekyll-3-8-2-released/" rel="alternate" type="text/html" title="Jekyll 3.8.2 Released" /><published>2018-05-19T08:30:00-07:00</published><updated>2018-05-19T08:30:00-07:00</updated><id>https://jekyllrb.com/news/2018/05/19/jekyll-3-8-2-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/05/19/jekyll-3-8-2-released/">&lt;p&gt;Hello Jekyllers!!&lt;/p&gt;
23
+ &lt;p&gt;While some optimizations first made an appearance with Jekyll 3.8.0, Jekyll 4.0 takes
24
+ it to another level altogether.&lt;/p&gt;
18
25
 
19
- &lt;p&gt;Today we are releasing &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v3.8.2&lt;/code&gt;, which fixes the way Jekyll generates excerpts
20
- for posts when the first paragraph of the post contains Liquid tags that take
21
- advantage of &lt;a href=&quot;https://shopify.github.io/liquid/basics/whitespace/&quot;&gt;Liquid’s whitespace control feature&lt;/a&gt;.&lt;/p&gt;
26
+ &lt;p&gt;Jekyll 4.0 caches the processing done by Liquid in memory. So every Liquid
27
+ template is processed only as required. If you have 10 pages depending on a
28
+ single layout, the layout is cached and that data is then rendered as per the
29
+ 10 different contexts of the individual files.&lt;/p&gt;
22
30
 
23
- &lt;p&gt;Big thanks to @kylebarbour, who first reported this issue and also very quickly
24
- submitted a fix. Also thanks to @nickskalkin for making sure that we are using
25
- the latest version of Rubocop to lint our code.&lt;/p&gt;</content><author><name>pathawks</name></author><category term="release" /><summary type="html">Hello Jekyllers!!</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Jekyll 3.8.1 Released</title><link href="https://jekyllrb.com/news/2018/05/01/jekyll-3-8-1-released/" rel="alternate" type="text/html" title="Jekyll 3.8.1 Released" /><published>2018-05-01T09:56:01-07:00</published><updated>2018-05-01T09:56:01-07:00</updated><id>https://jekyllrb.com/news/2018/05/01/jekyll-3-8-1-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/05/01/jekyll-3-8-1-released/">&lt;p&gt;Happy May Day :tada:&lt;/p&gt;
31
+ &lt;p&gt;There’s also a disk cache! Jekyll can now cache data to disk to avoid repeated
32
+ processing of content that doesn’t change between build sessions. Currently,
33
+ this is limited to markdown. So while the very first build will take a certain
34
+ amount of time, consequent builds for content that hasn’t changed will take
35
+ much less time due to the disk-cache. Disk caching is disabled for &lt;code class=&quot;highlighter-rouge&quot;&gt;safe&lt;/code&gt; mode,
36
+ however.&lt;/p&gt;
26
37
 
27
- &lt;p&gt;The Jekyll team is happy to announce the release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v3.8.1&lt;/code&gt;, which fixes
28
- a couple of bugs that were introduced two weeks ago in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v3.8.0&lt;/code&gt;. If you have
29
- experienced trouble regarding post excerpts or non-published posts, this release
30
- should be the remedy. Thanks to @Chaosed0 and @domLocalHeroes for originally
31
- reporting these issues, and to @ashmaroli for fixing them so quickly.&lt;/p&gt;
38
+ &lt;h3 id=&quot;super-powered-content-transformations-&quot;&gt;Super-powered content transformations 💪&lt;/h3&gt;
32
39
 
33
- &lt;p&gt;As a reminder, we have started work on Jekyll 4.0. If there are any
34
- features that you would love to see added to Jekyll, or any pain points you
35
- would like to see removed, please do add your ideas to the &lt;a href=&quot;https://github.com/jekyll/jekyll/issues/6948&quot;&gt;Jekyll 4.0 idea
36
- list&lt;/a&gt;.&lt;/p&gt;</content><author><name>pathawks</name></author><category term="release" /><summary type="html">Happy May Day :tada:</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Jekyll 3.7.3 Released</title><link href="https://jekyllrb.com/news/2018/02/24/jekyll-3-7-3-released/" rel="alternate" type="text/html" title="Jekyll 3.7.3 Released" /><published>2018-02-24T23:32:08-08:00</published><updated>2018-02-24T23:32:08-08:00</updated><id>https://jekyllrb.com/news/2018/02/24/jekyll-3-7-3-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/02/24/jekyll-3-7-3-released/">&lt;p&gt;Hello Jekyllers!! :wave:&lt;/p&gt;
37
-
38
- &lt;p&gt;We’re pleased to announce the release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v3.7.3&lt;/code&gt; which fixes a bug one might encounter while using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Jekyll - 3.7.x&lt;/code&gt; along with a
39
- Jekyll plugin that in turn uses the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;I18n&lt;/code&gt; library.&lt;/p&gt;
40
-
41
- &lt;p&gt;When &lt;a href=&quot;/news/2018/01/02/jekyll-3-7-0-released/&quot;&gt;v3.7.0&lt;/a&gt; enhanced our &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;slugify&lt;/code&gt; filter with a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;latin&lt;/code&gt; option, we also
42
- hardcoded a default fallback locale for the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;I18n&lt;/code&gt; library to avoid an exception raised in the event the library fails to find
43
- any locale. This led to issues with third-party i18n plugins for Jekyll, especially since the default locale got assigned before
44
- the plugin was loaded, irrespective of whether the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;slugify&lt;/code&gt; filter was used.&lt;/p&gt;
45
-
46
- &lt;p&gt;Jekyll will henceforth set the default locale if and only if necessary.&lt;/p&gt;</content><author><name>ashmaroli</name></author><category term="release" /><summary type="html">Hello Jekyllers!! :wave:</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Meet Jekyll’s New Lead Developer</title><link href="https://jekyllrb.com/news/2018/02/19/meet-jekyll-s-new-lead-developer/" rel="alternate" type="text/html" title="Meet Jekyll’s New Lead Developer" /><published>2018-02-19T17:48:09-08:00</published><updated>2018-02-19T17:48:09-08:00</updated><id>https://jekyllrb.com/news/2018/02/19/meet-jekyll-s-new-lead-developer</id><content type="html" xml:base="https://jekyllrb.com/news/2018/02/19/meet-jekyll-s-new-lead-developer/">&lt;p&gt;Jekyll has a new Lead Developer: &lt;a href=&quot;https://liv.cat/&quot;&gt;Olivia&lt;/a&gt;!&lt;/p&gt;
47
-
48
- &lt;p&gt;After over 5 years of leading Jekyll, many releases from 0.12.1 to 3.6.0, and
49
- countless conversations in GitHub Issues, Pull Requests, Jekyll Talk, and
50
- more, I am passing on the torch as Lead Developer of Jekyll.&lt;/p&gt;
51
-
52
- &lt;p&gt;Olivia has been working with the Jekyll community for some time now. You
53
- may have seen her around in issues and pull requests on the various Jekyll
54
- repositories. She started as a contributor, then joined the Core team as our
55
- community lead. Olivia joined the Jekyll Core Team with experience in the
56
- Node.js community, both online and as a volunteer organizer with JSConf EU.&lt;/p&gt;
57
-
58
- &lt;p&gt;In my conversations with Olivia, it is clear that Jekyll’s vision of
59
- simplicity for the user (&lt;a href=&quot;/philosophy#1-no-magic&quot;&gt;no magic!&lt;/a&gt;) and letting
60
- users’ &lt;a href=&quot;/philosophy#3-content-is-king&quot;&gt;content be king&lt;/a&gt; will remain a top
61
- priority. In just the last few weeks as the transition has been occurring,
62
- we have seen some incredible work on performance that will make future
63
- versions of Jekyll work better at scale. She will be prioritizing work on
64
- innovative improvements to make Jekyll that much better for all of us.
65
- Olivia balances an eye for quality with the need for shipping well.&lt;/p&gt;
66
-
67
- &lt;p&gt;When Tom Preston-Werner met me at GitHub HQ 2.0 in January 2013 to pass on
68
- the torch, I could never have dreamed of all the amazing experiences this
69
- community would share with me over the next 5 years. From visiting @qrush
70
- in Buffalo, NY for a hack night on Jekyll to attending a Jekyll planning
71
- session hosted by @benbalter at GitHub to Google Summer of Code which gave
72
- us jekyll-admin, I am eternally grateful to all of you for the opportunity
73
- to lead this excellent community. I’m confident Olivia will continue to
74
- lead Jekyll to even greater heights.&lt;/p&gt;
75
-
76
- &lt;p&gt;As always, Happy Jekylling!&lt;/p&gt;
77
-
78
- &lt;p&gt;Parker&lt;/p&gt;
79
-
80
- &lt;p&gt;&lt;em&gt;Curious about who else runs this show? &lt;a href=&quot;/team/&quot;&gt;Check out our excellent team.&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;</content><author><name>parkr</name></author><category term="team" /><summary type="html">Jekyll has a new Lead Developer: Olivia!</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Jekyll 3.7.2 Released</title><link href="https://jekyllrb.com/news/2018/01/25/jekyll-3-7-2-released/" rel="alternate" type="text/html" title="Jekyll 3.7.2 Released" /><published>2018-01-25T08:52:22-08:00</published><updated>2018-01-25T08:52:22-08:00</updated><id>https://jekyllrb.com/news/2018/01/25/jekyll-3-7-2-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/01/25/jekyll-3-7-2-released/">&lt;p&gt;Close on the heels of shipping 3.7.0, we were informed of a couple of
81
- regressions due to the changes made in that release. In due time, Team Jekyll
82
- set out to address those issues as early as possible.&lt;/p&gt;
83
-
84
- &lt;p&gt;Days later here we’re, announcing 3.7.2 (sorry for skipping 3.7.1,
85
- RubyGems didn’t want to play nice) that fixes numerous issues! :tada:
86
- The highlights being:&lt;/p&gt;
40
+ &lt;p&gt;We’ve upgraded Sass support so it should be faster and support. There’s also
41
+ support for sourcemaps now! Under the hood, our Sass support uses the &lt;code class=&quot;highlighter-rouge&quot;&gt;SassC&lt;/code&gt;
42
+ library now, which is supported directly by the Sass team, which should mean
43
+ better support for everybody in the long run.&lt;/p&gt;
87
44
 
45
+ &lt;p&gt;Kramdown is updated to version 2.1. This also brings with it a bunch of changes
46
+ to the Kramdown configuration, as the Kramdown team have extracted a fair
47
+ number of features into separate gems. Support for GitHub Flavored Markdown is
48
+ enabled by default, but if you’re using another Kramdown extension in your
49
+ site, you’ll likely need to update your plugin configuration. See the &lt;a href=&quot;/docs/upgrading/3-to-4/&quot;&gt;upgrade
50
+ guide&lt;/a&gt; for more details.&lt;/p&gt;
51
+
52
+ &lt;p&gt;The &lt;code class=&quot;highlighter-rouge&quot;&gt;link&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;post_url&lt;/code&gt; tags no longer need &lt;code class=&quot;highlighter-rouge&quot;&gt;site.baseurl&lt;/code&gt; prepended every
53
+ time they’re used. Those tags now use our &lt;code class=&quot;highlighter-rouge&quot;&gt;relative_url&lt;/code&gt; filter to take care of
54
+ this for you. Existing uses of the prepending pattern will break though!
55
+ Sorry! :sweat_smile:&lt;/p&gt;
56
+
57
+ &lt;p&gt;A few other smaller features when it comes to content:&lt;/p&gt;
88
58
  &lt;ul&gt;
89
- &lt;li&gt;
90
- &lt;p&gt;A major regression in 3.7.0 was that when a Front Matter Default was
91
- configured with a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;scope[&quot;path&quot;]&lt;/code&gt; set to a directory, Jekyll would scan
92
- that directory for any subfolders and files, for each document in that
93
- &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;path&lt;/code&gt;.
94
- Though this is intended, it increases build times in proportion to the size
95
- of the directory.&lt;/p&gt;
96
-
97
- &lt;p&gt;We addressed this by having Jekyll scan the directory path only if the user
98
- explicitly configures the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;scope[&quot;path&quot;]&lt;/code&gt; using wildcards.&lt;/p&gt;
99
-
100
- &lt;p&gt;Read our &lt;a href=&quot;/docs/configuration/#glob-patterns-in-front-matter-defaults&quot;&gt;documentation&lt;/a&gt;
101
- for more details.&lt;/p&gt;
102
-
103
- &lt;p&gt;A huge shout-out to @mmistakes for bringing this to our notice and
104
- additionally providing us with a test repository to aid in resolving the issue.&lt;/p&gt;
105
- &lt;/li&gt;
106
- &lt;li&gt;
107
- &lt;p&gt;Another regression reported was related to our “Custom collections
108
- directory” feature introduced in 3.7.0.&lt;/p&gt;
59
+ &lt;li&gt;The &lt;code class=&quot;highlighter-rouge&quot;&gt;link&lt;/code&gt; tag understands Liquid variables in the same fashion our
60
+ &lt;code class=&quot;highlighter-rouge&quot;&gt;include&lt;/code&gt; tag does now.&lt;/li&gt;
61
+ &lt;li&gt;Disable Liquid processing for a particular page / document by adding
62
+ &lt;code class=&quot;highlighter-rouge&quot;&gt;render_with_liquid: false&lt;/code&gt; to it’s front matter.&lt;/li&gt;
63
+ &lt;li&gt;Liquid’s binary &lt;code class=&quot;highlighter-rouge&quot;&gt;and&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;or&lt;/code&gt; operations can be used in the &lt;code class=&quot;highlighter-rouge&quot;&gt;where_exp&lt;/code&gt;
64
+ filter for more powerful filtering&lt;/li&gt;
65
+ &lt;/ul&gt;
109
66
 
110
- &lt;p&gt;Users setting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;collection_dir&lt;/code&gt; to a certain directory would have &lt;em&gt;altered&lt;/em&gt;
111
- paths to their posts still at the root of their site’s source. This
112
- roughly translated to 404 errors on URLs to their posts.&lt;/p&gt;
67
+ &lt;p&gt;There’s some goodies for theme community as well. Developers may now bundle a
68
+ &lt;code class=&quot;highlighter-rouge&quot;&gt;config.yml&lt;/code&gt; into their theme-gem to provide some boilerplate configurations for
69
+ the theme. Like other resources in the theme, these configuration values can also
70
+ be customized at the user’s end.&lt;/p&gt;
113
71
 
114
- &lt;p&gt;Props to @localheinz for bringing this regression to our notice.&lt;/p&gt;
72
+ &lt;p&gt;Check out the &lt;a href=&quot;/docs/history/#v4-0-0&quot;&gt;full history&lt;/a&gt; and the various pull requests
73
+ for more details on all the enhancements and bug-fixes.&lt;/p&gt;
115
74
 
116
- &lt;p&gt;We decided to resolve this by having Jekyll ignore posts and drafts at the
117
- root of the site’s source directory if the user customizes the
118
- &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;collection_dir&lt;/code&gt; setting.&lt;/p&gt;
75
+ &lt;h3 id=&quot;upgrading-&quot;&gt;Upgrading 📈&lt;/h3&gt;
119
76
 
120
- &lt;p&gt;Ergo, if you set a custom location for your collections, please ensure you
121
- move all of your collections into that directory. &lt;strong&gt;This includes posts and
122
- drafts as well&lt;/strong&gt;. Your links generated by
123
- &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;{% post_url %}&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;{% link %}&lt;/code&gt;
124
- will adapt automatically.&lt;/p&gt;
125
- &lt;/li&gt;
126
- &lt;li&gt;
127
- &lt;p&gt;We also found out that &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gem &quot;wdm&quot;&lt;/code&gt; boosts performance while directories are
128
- being watched on Windows. So we recommend having it included in your Gemfile
129
- for a better development experience on Windows. (Newly generated Gemfiles
130
- will hereafter have that gem listed automatically :wink:)&lt;/p&gt;
131
- &lt;/li&gt;
132
- &lt;/ul&gt;
77
+ &lt;p&gt;First, read the &lt;a href=&quot;/docs/upgrading/3-to-4/&quot;&gt;upgrade guide&lt;/a&gt;!&lt;/p&gt;
133
78
 
134
- &lt;p&gt;In addition to the above, numerous other minor fixes and documentation updates
135
- have been made that should improve your Jekyll experience. All of which, would
136
- not have been possible without our wonderful contributors:&lt;/p&gt;
79
+ &lt;p&gt;Next, Edit your project’s &lt;code class=&quot;highlighter-rouge&quot;&gt;Gemfile&lt;/code&gt; to test Jekyll v4.x:&lt;/p&gt;
137
80
 
138
- &lt;p&gt;Alexandr, Andreas Möller, Ashwin Maroli, Chayoung You, Florian Thomas,
139
- Frank Taillandier, Hendrik Schneider, Kacper Duras, Olivia, Parker Moore and
140
- Paul Robert Lloyd.&lt;/p&gt;
81
+ &lt;div class=&quot;language-ruby highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;n&quot;&gt;gem&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;jekyll&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;~&amp;gt; 4.0&quot;&lt;/span&gt;
82
+ &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
141
83
 
142
- &lt;p&gt;As always, you can see our full changelog on &lt;a href=&quot;/docs/history/&quot;&gt;the History page&lt;/a&gt;.&lt;/p&gt;
84
+ &lt;p&gt;Then run &lt;code class=&quot;highlighter-rouge&quot;&gt;bundle update&lt;/code&gt; to update all dependencies. Unless you’re using
85
+ third-party plugins that haven’t yet added support for Jekyll 4.0, you should be
86
+ good to go.&lt;/p&gt;
143
87
 
144
- &lt;p&gt;Happy Jekylling! :sparkles:&lt;/p&gt;</content><author><name>ashmaroli</name></author><category term="release" /><summary type="html">Close on the heels of shipping 3.7.0, we were informed of a couple of regressions due to the changes made in that release. In due time, Team Jekyll set out to address those issues as early as possible.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Jekyll 3.7.0 Released</title><link href="https://jekyllrb.com/news/2018/01/02/jekyll-3-7-0-released/" rel="alternate" type="text/html" title="Jekyll 3.7.0 Released" /><published>2018-01-02T02:21:40-08:00</published><updated>2018-01-02T02:21:40-08:00</updated><id>https://jekyllrb.com/news/2018/01/02/jekyll-3-7-0-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/01/02/jekyll-3-7-0-released/">&lt;p&gt;We’re happy to release a new minor for the new year.
145
- Here are a few of the latest additions from our contributors:&lt;/p&gt;
88
+ &lt;p&gt;Plugins and themes authors must relax the jekyll dependency in their &lt;code class=&quot;highlighter-rouge&quot;&gt;gemspec&lt;/code&gt; file
89
+ to allow for Jekyll v4.0:&lt;/p&gt;
146
90
 
147
- &lt;ul&gt;
148
- &lt;li&gt;LiveReload is available as an option during development: with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;jekyll serve --livereload&lt;/code&gt; no more manual page refresh. A big thanks to @awood for this feature and to @andreyvit, LiveReload author.&lt;/li&gt;
149
- &lt;li&gt;New &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;collections_dir&lt;/code&gt; configuration option allows you to store all your &lt;a href=&quot;/docs/collections&quot;&gt;collections&lt;/a&gt; in a single folder. Your source root folder should now look cleaner :sparkles: .&lt;/li&gt;
150
- &lt;li&gt;If you’re using a &lt;a href=&quot;/docs/themes/&quot;&gt;gem-based theme&lt;/a&gt; in coordination with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--incremental&lt;/code&gt; option, you should notice some significant speed during the regeneration process, we did see build time went down &lt;strong&gt;from 12s to 2s&lt;/strong&gt; with @mmistakes &lt;a href=&quot;https://github.com/mmistakes/minimal-mistakes&quot;&gt;minimal-mistakes theme&lt;/a&gt; during our tests.&lt;/li&gt;
151
- &lt;li&gt;Jekyll will now check to determine whether host machine has internet connection.&lt;/li&gt;
152
- &lt;li&gt;A new &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;latin&lt;/code&gt; option is available to better &lt;a href=&quot;/docs/templates/#options-for-the-slugify-filter&quot;&gt;handle URLs slugs&lt;/a&gt;.&lt;/li&gt;
153
- &lt;li&gt;And of course many bug fixes and updates to our documentation — which you can now search thanks to our friends @Algolia.&lt;/li&gt;
154
- &lt;li&gt;&lt;a href=&quot;/docs/history/#v3-7-0&quot;&gt;Full history is here&lt;/a&gt;.&lt;/li&gt;
155
- &lt;/ul&gt;
91
+ &lt;p&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;spec.add_runtime_dependency &quot;jekyll&quot;, &quot;&amp;gt;= 3.6&quot;, &quot;&amp;lt; 5.0&quot;&lt;/code&gt;&lt;/p&gt;
92
+
93
+ &lt;p&gt;If your favorite plugin hasn’t relaxed that dependency yet, please gently
94
+ encourage them to do so. :slightly_smiling_face:&lt;/p&gt;
95
+
96
+ &lt;h3 id=&quot;have-questions&quot;&gt;Have questions❓&lt;/h3&gt;
97
+
98
+ &lt;p&gt;Please reach out on our &lt;a href=&quot;https://talk.jekyllrb.com&quot;&gt;community forum&lt;/a&gt;&lt;/p&gt;
99
+
100
+ &lt;h3 id=&quot;thank-you-&quot;&gt;Thank you!! 🙇&lt;/h3&gt;
101
+
102
+ &lt;p&gt;Jekyll would not be possible without the many people who have taken the time to write issues, submit pull requests, create themes, answer questions for other users, or make their own sites using our project. Thanks to all of you who contribute, no matter how small you think your contribution might have been.&lt;/p&gt;
103
+
104
+ &lt;p&gt;In addition, special thanks to the 139 contributors who made this
105
+ release possible via a pull request submission (in alphabetical order): Aidan
106
+ Fitzgerald, Akshat Kedia, Ale Muñoz, Alex Wood,
107
+ Alexey Kopytko, Alexey Pelykh, Ali Thompson, Ana María Martínez Gómez,
108
+ Ananthakumar, Andreas Möller, Andrew Lyndem, Andrew Marcuse, Andy Alt, Anne
109
+ Gentle, Anny, Anuj Bhatnagar, argv-minus-one, Arjun Thakur, Arthur Attwell,
110
+ Ashwin Maroli, Behrang, Belhassen Chelbi, Ben Keith, Ben Otte, Bilawal Hameed,
111
+ Bjorn Krols, Boris Schapira, Boris van Hoytema, Brett C, Chris Finazzo, Chris
112
+ Oliver, chrisfinazzo, Christian Oliff, Christoph Päper, Damien Solodow, Dan
113
+ Allen, Dan Friedman, Daniel Höpfl, David J. Malan, David Kennell, David Zhang,
114
+ Denis McDonald, Derek Smart, Derpy, Dusty Candland, Edgar Tinajero, Elvio
115
+ Vicosa, ExE Boss, Fons van der Plas, Frank Taillandier, Gareth Cooper, Grzegorz
116
+ Kaczorek, Haris Bjelic, Hodong Kim, ikeji, Isaac Goodman, Jacob Byers, Jakob
117
+ Krigovsky, James Rhea, Jan Pobořil, jess, jingze_lu, Joe Shannon, Jordan Morgan,
118
+ Jörg Steinsträter, Jorie Tappa, Josue Caraballo, jpasholk, Justin Vallelonga,
119
+ Karel Bílek, Keith Mifsud, Kelly-Ann Green, Ken Salomon, Kevin Plattret, krissy,
120
+ Kyle Barbour, Lars Kanis, Leandro Facchinetti, Liam Rosenfeld, Luis Enrique
121
+ Perez Alvarez, Luis Guillermo Yáñez, Ma HongJun, makmm, Manu Mathew, Mario,
122
+ Martin Scharm, Matt Kraai, Matt Massicotte, Matt Rogers, Matthew Rathbone,
123
+ Maxwell Gerber, Mertcan Yücel, Michael Bishop, Michael Hiiva, Michelle Greer,
124
+ Mike Kasberg, Mike Neumegen, mo khan, Monica Powell, Nicolas Hoizey, Nikhil
125
+ Benesch, Nikhil Swaminathan, Nikita Skalkin, Niklas Eicker, ninevra, Olivia
126
+ Hugger, Parker Moore, Pat Hawks, Patrick Favre-Bulle, Paul Kim, penguinpet,
127
+ Philip Belesky, Preston Lim, Ralph, Robert Riemann, Rosário Pereira Fernandes,
128
+ Sadik Kuzu, Samuel Gruetter, Scott Killen, Sri Pravan Paturi, Stephan Fischer,
129
+ Stephen Weiss, Steven Westmoreland, strangehill, Sundaram Kalyan Vedala, Thanos
130
+ Kolovos, Timo Schuhmacher, Tobias, Tom Harvey, Tushar Prajapati, Victor Afanasev,
131
+ Vinicius Flores, Vitor Oliveira, Wouter Schoot, XhmikosR, Yi Feng Xie, Zhang
132
+ Xiangze, 김정환, 104fps.&lt;/p&gt;
133
+
134
+ &lt;p&gt;Happy Jekylling everyone!&lt;/p&gt;</content><author><name>mattr-</name></author><category term="release" /><summary type="html">Hi! 👋 I bring some good news! Jekyll 4.0.0 is finally here! 🎉</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Jekyll 4.0.0.pre.beta1 Released</title><link href="https://jekyllrb.com/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/" rel="alternate" type="text/html" title="Jekyll 4.0.0.pre.beta1 Released" /><published>2019-08-04T08:43:31-07:00</published><updated>2019-08-04T08:43:31-07:00</updated><id>https://jekyllrb.com/news/2019/08/04/jekyll-4-0-0-pre-beta1-released</id><content type="html" xml:base="https://jekyllrb.com/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/">&lt;p&gt;Dear Jekyllers,&lt;/p&gt;
135
+
136
+ &lt;p&gt;It’s time for another pre-release of Jekyll 4! 🎉&lt;/p&gt;
137
+
138
+ &lt;p&gt;This pre-release moves us further down the path of releasing Jekyll 4.0.0. All the same goodies &lt;a href=&quot;/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/&quot;&gt;from the last pre-release&lt;/a&gt; are here, along with a few more things I want to highlight:&lt;/p&gt;
156
139
 
157
- &lt;p&gt;This release wouldn’t have been possible without all the following people:&lt;/p&gt;
140
+ &lt;p&gt;Jekyll 4.0 is a new &lt;em&gt;major&lt;/em&gt; version and it comes with a few breaking changes, notably :&lt;/p&gt;
158
141
 
159
- &lt;p&gt;Aaron Borden, Alex Tsui, Alex Wood, Alexey Pelykh, Andrew Dassonville, Angelika Tyborska, Ankit Singhaniya, Ashwin Maroli, bellvat, Brandon Dusseau, Chris Finazzo, Doug Beney, Dr. Wolfram Schroers, Edward Shen, Florian Thomas, Frank Taillandier, Gert-jan Theunissen, Goulven Champenois, János Rusiczki, Jed Fox, Johannes Müller, Jon Anning, Jonathan Hooper, Jordon Bedwell, Junko Suzuki, Kacper Duras, Kenton Hansen, Kewin Dousse, Matt Rogers, Maximiliano Kotvinsky, mrHoliday, Olivia, Parker Moore, Pat Hawks, Sebastian Kulig, Vishesh Ruparelia, Xiaoiver and Yashu Mittal.&lt;/p&gt;
142
+ &lt;ol&gt;
143
+ &lt;li&gt;We dropped support for &lt;a href=&quot;https://www.ruby-lang.org/en/downloads/&quot;&gt;Ruby 2.3 which EOL at the end of March 2019&lt;/a&gt;.
144
+ GitHub Pages runs Ruby 2.5.x, services like Netlify or Forestry already upgraded to latest Ruby 2.6.x.&lt;/li&gt;
145
+ &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;link&lt;/code&gt; tag now include &lt;code class=&quot;highlighter-rouge&quot;&gt;relative_url&lt;/code&gt; filter, hurray &lt;a href=&quot;https://github.com/jekyll/jekyll/pull/6727&quot;&gt;no more need to prepend &lt;code class=&quot;highlighter-rouge&quot;&gt;{{ site.baseurl }}&lt;/code&gt; &lt;/a&gt;.&lt;/li&gt;
146
+ &lt;li&gt;&lt;a href=&quot;https://github.com/jekyll/jekyll/pull/6821&quot;&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;{% highlight %}&lt;/code&gt; now behaves like &lt;code class=&quot;highlighter-rouge&quot;&gt;{% raw %}&lt;/code&gt;&lt;/a&gt;, so you can no longer use &lt;code class=&quot;highlighter-rouge&quot;&gt;include&lt;/code&gt; tags within.&lt;/li&gt;
147
+ &lt;li&gt;We dropped support for Pygments, RedCarpet and rdiscount.&lt;/li&gt;
148
+ &lt;li&gt;We bumped kramdown to v2.&lt;/li&gt;
149
+ &lt;/ol&gt;
160
150
 
161
- &lt;p&gt;A big thanks to everyone!&lt;/p&gt;
151
+ &lt;p&gt;If you’re a plugin developer, we still need your feedback! Your plugin may not work with version 4 and we’d like to fix those issues before we release.&lt;/p&gt;
162
152
 
163
- &lt;p&gt;Oh, one last thing…&lt;/p&gt;
153
+ &lt;p&gt;Checkout the complete &lt;a href=&quot;https://github.com/jekyll/jekyll/releases/tag/v4.0.0.pre.beta1&quot;&gt;changelog&lt;/a&gt; for more details.&lt;/p&gt;
164
154
 
165
- &lt;h3 id=&quot;pray-upgrade-your-ruby&quot;&gt;:pray: upgrade your Ruby&lt;/h3&gt;
155
+ &lt;p&gt;To test this pre version run:&lt;/p&gt;
166
156
 
167
- &lt;p&gt;Prepare for the next major update, as next major version Jekyll 4.0 will drop support for Ruby 2.1 and 2.2.&lt;/p&gt;
157
+ &lt;div class=&quot;language-sh highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;gem &lt;span class=&quot;nb&quot;&gt;install &lt;/span&gt;jekyll &lt;span class=&quot;nt&quot;&gt;--pre&lt;/span&gt;
158
+ &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
168
159
 
169
- &lt;blockquote&gt;
170
- &lt;p&gt;Ruby 2.2 is now under the state of the security maintenance phase, until the end of the March of 2018. After the date, maintenance of Ruby 2.2 will be ended. We recommend you start planning migration to newer versions of Ruby, such as 2.4 or 2.3. — &lt;a href=&quot;https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-2-9-released/&quot;&gt;Ruby Core Team&lt;/a&gt;&lt;/p&gt;
171
- &lt;/blockquote&gt;
160
+ &lt;p&gt;Please test this version thoroughly and file bugs as you encounter them.&lt;/p&gt;
172
161
 
173
- &lt;p&gt;We strongly encourage you to upgrade to at least Ruby 2.4.x &lt;a href=&quot;https://pages.github.com/versions/&quot;&gt;like our friends at GitHub Pages&lt;/a&gt; or even go with &lt;a href=&quot;https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/&quot;&gt;Ruby 2.5&lt;/a&gt;.&lt;/p&gt;
162
+ &lt;p&gt;Thanks to our dear contributors for helping making Jekyll better:&lt;/p&gt;
174
163
 
175
- &lt;p&gt;Happy new year to all from the Jekyll team!&lt;/p&gt;</content><author><name>DirtyF</name></author><category term="release" /><summary type="html">We’re happy to release a new minor for the new year. Here are a few of the latest additions from our contributors:</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Jekyll 3.6.2 Released</title><link href="https://jekyllrb.com/news/2017/10/21/jekyll-3-6-2-released/" rel="alternate" type="text/html" title="Jekyll 3.6.2 Released" /><published>2017-10-21T12:31:40-07:00</published><updated>2017-10-21T12:31:40-07:00</updated><id>https://jekyllrb.com/news/2017/10/21/jekyll-3-6-2-released</id><content type="html" xml:base="https://jekyllrb.com/news/2017/10/21/jekyll-3-6-2-released/">&lt;p&gt;3.6.2 is out, it’s a tiny patch release and we invite you to run &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bundle update&lt;/code&gt;
176
- if you want to avoid possible build problems with:&lt;/p&gt;
164
+ &lt;p&gt;Aidan Fitzgerald, Akshat Kedia, Alex Wood, Alexey Kopytko, Alexey Pelykh, Ali Thompson, Ana María Martínez Gómez, Ananthakumar, Andreas Möller, Andrew Lyndem, Andy Alt, Anne Gentle, Anny, Arjun Thakur, Arthur Attwell, Ashwin Maroli, Behrang, Belhassen Chelbi, Ben Keith, Ben Otte, Bilawal Hameed, Boris Schapira, Boris van Hoytema, Brett C, Chris Finazzo, Christian Oliff, Damien Solodow, Dan Allen, Dan Friedman, Daniel Höpfl, David J. Malan, Denis McDonald, Derek Smart, Derpy, Dusty Candland, ExE Boss, Frank Taillandier, Gareth Cooper, Grzegorz Kaczorek, Isaac Goodman, Jacob Byers, Jakob Krigovsky, Jan Pobořil, Joe Shannon, Jordan Morgan, Jorie Tappa, Josue Caraballo, Justin Vallelonga, Jörg Steinsträter, Karel Bílek, Keith Mifsud, Kelly-Ann Green, Ken Salomon, Kevin Plattret, Kyle Barbour, Lars Kanis, Leandro Facchinetti, Luis Enrique Perez Alvarez, Luis Guillermo Yáñez, Ma HongJun, Manu Mathew, Mario, Martin Scharm, Matt Massicotte, Matthew Rathbone, Maxwell Gerber, Mertcan Yücel, Michael Hiiva, Mike Kasberg, Mike Neumegen, Monica Powell, Nicolas Hoizey, Nikhil Swaminathan, Nikita Skalkin, Olivia Hugger, Parker Moore, Pat Hawks, Patrick Favre-Bulle, Paul Kim, Philip Belesky, Preston Lim, Ralph, Robert Riemann, Rosário Pereira Fernandes, Samuel Gruetter, Scott Killen, Sri Pravan Paturi, Stephan Fischer, Stephen Weiss, Steven Westmoreland, Sundaram Kalyan Vedala, Thanos Kolovos, Timo Schuhmacher, Tobias, Tom Harvey, Tushar Prajapati, Victor Afanasev, Vitor Oliveira, Wouter Schoot, XhmikosR, Zhang Xiangze, _94gsc, argv-minus-one, chrisfinazzo, ikeji, jess, jpasholk, makmm, mo khan, ninevra, penguinpet, 김정환, 104fps&lt;/p&gt;
165
+
166
+ &lt;p&gt;Happy Jekylling everyone!&lt;/p&gt;</content><author><name>mattr-</name></author><summary type="html">Dear Jekyllers,</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Jekyll 3.8.6 Released</title><link href="https://jekyllrb.com/news/2019/07/02/jekyll-3-8-6-released/" rel="alternate" type="text/html" title="Jekyll 3.8.6 Released" /><published>2019-07-02T08:21:02-07:00</published><updated>2019-07-02T08:21:02-07:00</updated><id>https://jekyllrb.com/news/2019/07/02/jekyll-3-8-6-released</id><content type="html" xml:base="https://jekyllrb.com/news/2019/07/02/jekyll-3-8-6-released/">&lt;p&gt;We have another patch release in the 3.8 series! This time, we have one security patch
167
+ and a handful of bug patches, including:&lt;/p&gt;
177
168
 
178
169
  &lt;ul&gt;
179
- &lt;li&gt;some UTF-8 and UTF-16 encoded files,&lt;/li&gt;
180
- &lt;li&gt;fully numeric layout names (we convert those to string for you now).&lt;/li&gt;
170
+ &lt;li&gt;Filter symlinks from theme gems&lt;/li&gt;
171
+ &lt;li&gt;Fix excerpt handling of some Liquid tags&lt;/li&gt;
172
+ &lt;li&gt;Handle case where a theme directory doesn’t exist&lt;/li&gt;
173
+ &lt;li&gt;A few internal optimizations to reduce memory overhead&lt;/li&gt;
181
174
  &lt;/ul&gt;
182
175
 
183
- &lt;p&gt;Other changes include updates to our documentation, like this &lt;a href=&quot;../tutorials/video-walkthroughs/&quot;&gt;complete
184
- video series by Giraffe Academy&lt;/a&gt; aimed at
185
- complete beginners. A big thanks to Mike for this.&lt;/p&gt;
176
+ &lt;p&gt;… and a few more! You can check out the patches and see all the details in &lt;a href=&quot;/docs/history/#v3-8-6&quot;&gt;the release notes&lt;/a&gt;&lt;/p&gt;
177
+
178
+ &lt;p&gt;Happy Jekylling!&lt;/p&gt;</content><author><name>parkr</name></author><summary type="html">We have another patch release in the 3.8 series! This time, we have one security patch and a handful of bug patches, including:</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Jekyll 4.0.0.pre.alpha1 Released</title><link href="https://jekyllrb.com/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/" rel="alternate" type="text/html" title="Jekyll 4.0.0.pre.alpha1 Released" /><published>2019-03-18T10:17:31-07:00</published><updated>2019-03-18T10:17:31-07:00</updated><id>https://jekyllrb.com/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released</id><content type="html" xml:base="https://jekyllrb.com/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/">&lt;p&gt;Dear Jekyllers,&lt;/p&gt;
179
+
180
+ &lt;p&gt;Time has come to release a first alpha for Jekyll 4!&lt;/p&gt;
181
+
182
+ &lt;p&gt;This pre version fixes many bugs, and should improve your build times. Some of you already shared &lt;a href=&quot;https://forestry.io/blog/how-i-reduced-my-jekyll-build-time-by-61/&quot;&gt;really&lt;/a&gt; &lt;a href=&quot;https://boris.schapira.dev/2018/11/jekyll-build-optimization/&quot;&gt;good&lt;/a&gt; results. We hope your Jekyll sites will also benefit from these optimizations.&lt;/p&gt;
183
+
184
+ &lt;p&gt;If you’re a plugin developer, we definitely need your feedback, especially if your plugin does not work with v4.&lt;/p&gt;
185
+
186
+ &lt;p&gt;Jekyll now exposes a &lt;a href=&quot;/tutorials/cache-api/&quot;&gt;caching API&lt;/a&gt;, that some plugins could benefit from.&lt;/p&gt;
187
+
188
+ &lt;p&gt;Also be aware that it’s a new &lt;em&gt;major&lt;/em&gt; version, and it comes with a few breaking changes, notably :&lt;/p&gt;
189
+
190
+ &lt;ol&gt;
191
+ &lt;li&gt;We dropped support for &lt;a href=&quot;https://www.ruby-lang.org/en/downloads/&quot;&gt;Ruby 2.3 who goes EOL at the end of the month&lt;/a&gt;.
192
+ GitHub Pages runs Ruby 2.5.x, services like Netlify or Forestry already upgraded to latest Ruby 2.6.x.&lt;/li&gt;
193
+ &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;link&lt;/code&gt; tag now include &lt;code class=&quot;highlighter-rouge&quot;&gt;relative_url&lt;/code&gt; filter, hurray &lt;a href=&quot;https://github.com/jekyll/jekyll/pull/6727&quot;&gt;no more need to prepend &lt;code class=&quot;highlighter-rouge&quot;&gt;{{ site.baseurl }}&lt;/code&gt; &lt;/a&gt;.&lt;/li&gt;
194
+ &lt;li&gt;&lt;a href=&quot;https://github.com/jekyll/jekyll/pull/6821&quot;&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;{% highlight %}&lt;/code&gt; now behaves like &lt;code class=&quot;highlighter-rouge&quot;&gt;{% raw %}&lt;/code&gt;&lt;/a&gt;, so you can no longer use &lt;code class=&quot;highlighter-rouge&quot;&gt;include&lt;/code&gt; tags within.&lt;/li&gt;
195
+ &lt;li&gt;We dropped support for Pygments, RedCarpet and rdiscount.&lt;/li&gt;
196
+ &lt;li&gt;We bumped kramdown to v2.&lt;/li&gt;
197
+ &lt;/ol&gt;
198
+
199
+ &lt;p&gt;Checkout the complete &lt;a href=&quot;https://github.com/jekyll/jekyll/releases/tag/v4.0.0.pre.alpha1&quot;&gt;changelog&lt;/a&gt; for more details.&lt;/p&gt;
200
+
201
+ &lt;p&gt;To test this pre version run:&lt;/p&gt;
202
+
203
+ &lt;div class=&quot;language-sh highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;gem &lt;span class=&quot;nb&quot;&gt;install &lt;/span&gt;jekyll &lt;span class=&quot;nt&quot;&gt;--pre&lt;/span&gt;
204
+ &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
205
+
206
+ &lt;p&gt;Please test this version thoroughly and file bugs as you encounter them.&lt;/p&gt;
186
207
 
187
- &lt;p&gt;And if you’re wondering what happened to version 3.6.1, it was just our new
188
- release maintainer getting familiar with the release process. 😄&lt;/p&gt;
208
+ &lt;p&gt;Thanks to our dear contributors for helping making Jekyll better:&lt;/p&gt;
189
209
 
190
- &lt;p&gt;We try to release patch releases as quickly as possible and we’re already
191
- working on the next minor version 3.7.0 that will allow you to store all your
192
- collections in a single directory. Stay tuned.&lt;/p&gt;
210
+ &lt;p&gt;Aidan Fitzgerald, Akshat Kedia, Alex Wood, Alexey Kopytko, Alexey Pelykh, Ali Thompson, Ana María Martínez Gómez, Ananthakumar, Andreas Möller, Andrew Lyndem, Andy Alt, Anne Gentle, Anny, Arjun Thakur, Arthur Attwell, Ashwin Maroli, Behrang, Belhassen Chelbi, Ben Keith, Ben Otte, Bilawal Hameed, Boris Schapira, Boris van Hoytema, Brett C, Chris Finazzo, Christian Oliff, Damien Solodow, Dan Allen, Dan Friedman, Daniel Höpfl, David J. Malan, Denis McDonald, Derek Smart, Derpy, Dusty Candland, ExE Boss, Frank Taillandier, Gareth Cooper, Grzegorz Kaczorek, Isaac Goodman, Jacob Byers, Jakob Krigovsky, Jan Pobořil, Joe Shannon, Jordan Morgan, Jorie Tappa, Josue Caraballo, Justin Vallelonga, Jörg Steinsträter, Karel Bílek, Keith Mifsud, Kelly-Ann Green, Ken Salomon, Kevin Plattret, Kyle Barbour, Lars Kanis, Leandro Facchinetti, Luis Enrique Perez Alvarez, Luis Guillermo Yáñez, Ma HongJun, Manu Mathew, Mario, Martin Scharm, Matt Massicotte, Matthew Rathbone, Maxwell Gerber, Mertcan Yücel, Michael Hiiva, Mike Kasberg, Mike Neumegen, Monica Powell, Nicolas Hoizey, Nikhil Swaminathan, Nikita Skalkin, Olivia Hugger, Parker Moore, Pat Hawks, Patrick Favre-Bulle, Paul Kim, Philip Belesky, Preston Lim, Ralph, Robert Riemann, Rosário Pereira Fernandes, Samuel Gruetter, Scott Killen, Sri Pravan Paturi, Stephan Fischer, Stephen Weiss, Steven Westmoreland, Sundaram Kalyan Vedala, Thanos Kolovos, Timo Schuhmacher, Tobias, Tom Harvey, Tushar Prajapati, Victor Afanasev, Vitor Oliveira, Wouter Schoot, XhmikosR, Zhang Xiangze, _94gsc, argv-minus-one, chrisfinazzo, ikeji, jess, jpasholk, makmm, mo khan, ninevra, penguinpet, 김정환, 104fps&lt;/p&gt;
193
211
 
194
- &lt;p&gt;Theme developers are invited to test the brand new
195
- &lt;a href=&quot;https://github.com/benbalter/jekyll-remote-theme&quot;&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;jekyll-remote-theme&lt;/code&gt;&lt;/a&gt; plugin
196
- and give their feedback to @benbalter. This plugin allows you to use any
197
- GitHub hosted theme as a remote theme!&lt;/p&gt;
212
+ &lt;p&gt;Happy Jekylling everyone!&lt;/p&gt;</content><author><name>dirtyf</name></author><category term="release" /><summary type="html">Dear Jekyllers,</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Jekyll 3.8.5 Released</title><link href="https://jekyllrb.com/news/2018/11/04/jekyll-3-8-5-released/" rel="alternate" type="text/html" title="Jekyll 3.8.5 Released" /><published>2018-11-04T11:58:20-08:00</published><updated>2018-11-04T11:58:20-08:00</updated><id>https://jekyllrb.com/news/2018/11/04/jekyll-3-8-5-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/11/04/jekyll-3-8-5-released/">&lt;p&gt;This release fixes a bug where multiple Liquid tags were not supported in
213
+ excerpts.&lt;/p&gt;
198
214
 
199
- &lt;p&gt;Once again, many thanks to our contributors who helped make this release possible:
200
- ashmaroli, bellvat, Frank Taillandier, i-give-up, Jan Piotrowski, Maximiliano
201
- Kotvinsky, Oliver Steele and Pat Hawks. For some it was their &lt;a href=&quot;/news/2017/10/19/diversity-open-source/&quot;&gt;first
202
- contribution to open-source&lt;/a&gt; 👏&lt;/p&gt;
215
+ &lt;p&gt;Thanks to @ashmaroli for fixing this issue in &lt;a href=&quot;https://github.com/jekyll/jekyll/pull/7250&quot;&gt;#7250&lt;/a&gt;.&lt;/p&gt;
203
216
 
204
- &lt;p&gt;As it’s been nine years this week that Tom Preston-Werner started this project,
205
- I also wanna seize this opportunity to thank &lt;a href=&quot;https://github.com/jekyll/jekyll/graphs/contributors&quot;&gt;all of the 732 contributors&lt;/a&gt; who
206
- helped make it possible for Jekyll to power millions of websites around the world
207
- today.&lt;/p&gt;
217
+ &lt;p&gt;Happy Jekylling!&lt;/p&gt;</content><author><name>oe</name></author><category term="release" /><summary type="html">This release fixes a bug where multiple Liquid tags were not supported in excerpts.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Security Fixes for series 3.6, 3.7 and 3.8</title><link href="https://jekyllrb.com/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/" rel="alternate" type="text/html" title="Security Fixes for series 3.6, 3.7 and 3.8" /><published>2018-09-19T05:30:00-07:00</published><updated>2018-09-19T05:30:00-07:00</updated><id>https://jekyllrb.com/news/2018/09/19/security-fixes-for-3-6-3-7-3-8</id><content type="html" xml:base="https://jekyllrb.com/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/">&lt;p&gt;Hi Jekyllers,&lt;/p&gt;
208
218
 
209
- &lt;p&gt;Happy Birthday Jekyll! 🎂&lt;/p&gt;</content><author><name>dirtyf</name></author><category term="release" /><summary type="html">3.6.2 is out, it’s a tiny patch release and we invite you to run bundle update if you want to avoid possible build problems with:</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Diversity in Open Source, and Jekyll’s role in it</title><link href="https://jekyllrb.com/news/2017/10/19/diversity-open-source/" rel="alternate" type="text/html" title="Diversity in Open Source, and Jekyll’s role in it" /><published>2017-10-19T12:33:00-07:00</published><updated>2017-10-19T12:33:00-07:00</updated><id>https://jekyllrb.com/news/2017/10/19/diversity-open-source</id><content type="html" xml:base="https://jekyllrb.com/news/2017/10/19/diversity-open-source/">&lt;p&gt;Open Source has a problem with diversity. GitHub recently conducted a &lt;a href=&quot;http://opensourcesurvey.org/2017&quot;&gt;survey&lt;/a&gt; which revealed that 95% of the respondents were identifying as male. This is even worse than in the tech industry overall, where the percentage is only about 76%. Every other week, there seems to be another case of a maintainer engaging in targeted harassment against minorities. People somehow deem it completely okay to let these things slide, though.&lt;/p&gt;
219
+ &lt;p&gt;We have patched a &lt;strong&gt;critical vulnerability&lt;/strong&gt; reported to GitHub a couple of weeks ago and have released a set of new gems to
220
+ bring that patch to you. The vulnerability allowed arbitrary file reads with the cunning use of the &lt;code class=&quot;highlighter-rouge&quot;&gt;include:&lt;/code&gt; setting in the
221
+ config file.&lt;/p&gt;
210
222
 
211
- &lt;p&gt;Fortunately, there’s a couple of things we can do to make it easier and more comfortable for people that have never contributed to any open source project before, to contribute to our projects.&lt;/p&gt;
223
+ &lt;p&gt;By simply including a symlink in the &lt;code class=&quot;highlighter-rouge&quot;&gt;include&lt;/code&gt; array allowed the symlinked file to be read into the build when they shouldn’t
224
+ actually be read in any circumstance.  
225
+ Further details regarding the patch can be viewed at the &lt;a href=&quot;https://github.com/jekyll/jekyll/pull/7224&quot;&gt;pull request URL&lt;/a&gt;&lt;/p&gt;
212
226
 
213
- &lt;h2 id=&quot;add-a-code-of-conduct-and-enforce-it&quot;&gt;Add a Code of Conduct, and enforce it&lt;/h2&gt;
227
+ &lt;p&gt;The patch has been released as versions &lt;code class=&quot;highlighter-rouge&quot;&gt;3.6.3&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;3.7.4&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;3.8.4&lt;/code&gt;.  
228
+ Thanks to @parkr &lt;code class=&quot;highlighter-rouge&quot;&gt;v3.7.4&lt;/code&gt; was released a couple of weeks prior and has been bundled with &lt;code class=&quot;highlighter-rouge&quot;&gt;github-pages-v192&lt;/code&gt;.&lt;/p&gt;
214
229
 
215
- &lt;p&gt;This might seem like one of the easiest steps to do, but it actually requires a lot of dedication to pull through with. Basically, a Code of Conduct is a document detailing what is and what isn’t acceptable behavior in your project. A good Code of Conduct also details enforcement procedures, that means how the person violating the Code of Conduct gets dealt with. This is the point at which I’ve seen a looooot of projects fail. It’s easy enough to copy-paste a Code of Conduct into your project, but it’s more important to be clear on how to enforce it. Inconsistent —or worse, nonexistent— enforcement is just going to scare off newcomers even more!&lt;/p&gt;
230
+ &lt;p&gt;Please keep in mind that this issue affects &lt;em&gt;all previously released Jekyll versions&lt;/em&gt;. If you have not had
231
+ a good reason to upgrade to &lt;code class=&quot;highlighter-rouge&quot;&gt;3.6&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;3.7&lt;/code&gt; or &lt;code class=&quot;highlighter-rouge&quot;&gt;3.8&lt;/code&gt; yet, we advise that you do so at the earliest.&lt;/p&gt;
216
232
 
217
- &lt;p&gt;The most widely adopted Code of Conduct is the &lt;a href=&quot;https://www.contributor-covenant.org/&quot;&gt;Contributor Covenant&lt;/a&gt;. It’s a very good catch-all document, but it is a bit light in the enforcement section, so Id recommend to flesh it out by yourself, be it by means of adding contact information or expanding the enforcement rules.&lt;/p&gt;
233
+ &lt;p&gt;As always, Happy Jekylling! :sparkles:&lt;/p&gt;</content><author><name>ashmaroli</name></author><category term="release" /><summary type="html">Hi Jekyllers,</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Sponsoring Jekyll’s development</title><link href="https://jekyllrb.com/news/2018/08/01/jekyll-sponsoring/" rel="alternate" type="text/html" title="Sponsoring Jekyll's development" /><published>2018-08-01T06:00:00-07:00</published><updated>2018-08-01T06:00:00-07:00</updated><id>https://jekyllrb.com/news/2018/08/01/jekyll-sponsoring</id><content type="html" xml:base="https://jekyllrb.com/news/2018/08/01/jekyll-sponsoring/">&lt;p&gt;&lt;em&gt;(TL;DR: Were open for sponsorships on our &lt;a href=&quot;https://opencollective.com/jekyll&quot;&gt;OpenCollective page&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
218
234
 
219
- &lt;p&gt;No matter which Code of Conduct you pick, the most important thing is to actually &lt;em&gt;read it for yourself&lt;/em&gt;. The worst thing in open source is a maintainer that doesn’t know when they’ve violated their own Code of Conduct.&lt;/p&gt;
235
+ &lt;p&gt;Hi Jekyllers,&lt;/p&gt;
220
236
 
221
- &lt;h2 id=&quot;document-your-contributing-workflow&quot;&gt;Document your contributing workflow&lt;/h2&gt;
237
+ &lt;p&gt;As you may know, Jekyll is a completely free and open source project. We offer
238
+ our software and its related plugins and documentation at no cost because we
239
+ believe that good software should not cost anything. We’re not planning on
240
+ changing that, but today I want to talk about a different monetary aspect of
241
+ open source.&lt;/p&gt;
222
242
 
223
- &lt;p&gt;The problem that puts people off the most is incomplete or missing documentation, as revealed through GitHub’s &lt;a href=&quot;http://opensourcesurvey.org/2017&quot;&gt;open source survey&lt;/a&gt;. A very popular myth in programming is that good code explains itself, which might be true, but only for the person writing it. It’s important, especially once you put your project out there for the world to see, to document not only your code, but also the process by which you maintain it. Otherwise, it’s going to be extremely hard for newcomers to even figure out where to begin contributing to your project.&lt;/p&gt;
243
+ &lt;p&gt;Open source developers being paid for the work they do is a rare sight. Most
244
+ open source software is effectively the result of hundreds and thousands of
245
+ hours of free labor provided by individuals who are passionate enough to work
246
+ outside of their day job to create software that, ironically, is being used by
247
+ almost every company that offers digital services. It’s a problem that has
248
+ gotten more attention in recent years, with the open source community becoming
249
+ more diverse and more and more companies actively investing in providing
250
+ monetary support for open source developers.&lt;/p&gt;
224
251
 
225
- &lt;p&gt;Jekyll has &lt;a href=&quot;/docs/contributing&quot;&gt;an entire section of its docs&lt;/a&gt; dedicated to information on how to contribute for this very reason. Every documentation page has a link to directly edit and improve it on GitHub. It’s also important to realize that not all contributions are code. It can be documentation, it can be reviewing pull requests, but it can also just be weighing into issues, and all of this should be recognized in the same way. At Jekyll, out of 397 total merged pull requests in the last year, &lt;strong&gt;204&lt;/strong&gt; were documentation pull requests!&lt;/p&gt;
252
+ &lt;p&gt;Jekyll has always been a product of volunteers. Rarely has someone been paid to
253
+ implement a certain plugin or feature. Today, we’re excited to announce that we
254
+ will finally be able to fund our contributors! &lt;strong&gt;We are opening an
255
+ OpenCollective to receive individual and corporate sponsorships&lt;/strong&gt;.
256
+ This is not unheard of, &lt;a href=&quot;http://gohugo.io&quot;&gt;Hugo&lt;/a&gt; is also funded by sponsorships,
257
+ as are many other similar projects, such as
258
+ &lt;a href=&quot;https://opencollective.com/webpack&quot;&gt;webpack&lt;/a&gt;,
259
+ &lt;a href=&quot;https://opencollective.com/babel&quot;&gt;Babel&lt;/a&gt; or
260
+ &lt;a href=&quot;https://opencollective.com/rubocop&quot;&gt;RuboCop&lt;/a&gt;.&lt;/p&gt;
226
261
 
227
- &lt;h2 id=&quot;create-newcomer-friendly-issues&quot;&gt;Create newcomer-friendly issues&lt;/h2&gt;
262
+ &lt;p&gt;OpenCollective is a service that makes it easy for open source projects to
263
+ receive funding from individuals and companies alike. It’s specifically designed
264
+ for open source and many other projects already use it for funding.&lt;/p&gt;
228
265
 
229
- &lt;p&gt;For most people new to open source, the biggest hurdle is creating their first pull request. That’s why initiatives such as &lt;a href=&quot;https://twitter.com/yourfirstpr&quot;&gt;YourFirstPR&lt;/a&gt; and &lt;a href=&quot;http://www.firsttimersonly.com/&quot;&gt;First Timers Only&lt;/a&gt; were started. Recently, &lt;a href=&quot;https://github.com/hoodiehq/first-timers-bot&quot;&gt;a GitHub bot that automatically creates first-timer friendly issues&lt;/a&gt; was launched, which makes it very easy for maintainers to convert otherwise small or trivial changes into viable pull requests that can be taken on by newcomers! So we decided to give it a shot, and we’ve created a couple of very easy &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;first timers only&lt;/code&gt; issues:&lt;/p&gt;
266
+ &lt;p&gt;Sponsoring is, for us, a method to finally realize some of the more ambitious
267
+ goals we’ve had with the project for years. The closest thing we want to realize
268
+ is to &lt;strong&gt;release Jekyll 4.0, and to make it as polished as we can&lt;/strong&gt;. In the
269
+ future, we would also like to work on other things that will improve the Jekyll
270
+ ecosystem. Here’s a couple of ideas:&lt;/p&gt;
230
271
 
231
272
  &lt;ul&gt;
232
- &lt;li&gt;&lt;a href=&quot;https://github.com/jekyll/jekyll/issues/6437&quot;&gt;Issue #6437&lt;/a&gt;&lt;/li&gt;
233
- &lt;li&gt;&lt;a href=&quot;https://github.com/jekyll/jekyll/issues/6438&quot;&gt;Issue #6438&lt;/a&gt;&lt;/li&gt;
234
- &lt;li&gt;&lt;a href=&quot;https://github.com/jekyll/jekyll/issues/6439&quot;&gt;Issue #6439&lt;/a&gt;&lt;/li&gt;
273
+ &lt;li&gt;Create a comprehensive official plugin and theme directory site&lt;/li&gt;
274
+ &lt;li&gt;Improve tooling built around measuring and improving Jekyll’s performance&lt;/li&gt;
275
+ &lt;li&gt;Improve maintenance for official plugins&lt;/li&gt;
276
+ &lt;li&gt;Including the community into official decisions; making Jekyll more friendly to folks in the community&lt;/li&gt;
235
277
  &lt;/ul&gt;
236
278
 
237
- &lt;p&gt;(There’s also an up-to-date listing of all of our &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;first timers only&lt;/code&gt; issues &lt;a href=&quot;https://github.com/jekyll/jekyll/issues?q=is%3Aissue+is%3Aopen+label%3Afirst-time-only&quot;&gt;here&lt;/a&gt;)&lt;/p&gt;
279
+ &lt;p&gt;Again, these are just some ideas, but with the help of sponsoring, they are now
280
+ one step closer to being realized :heart:&lt;/p&gt;
238
281
 
239
- &lt;p&gt;These issues are designed to be taken on only by someone who has had little to no exposure to contributing to open source before, and additionally, project maintainers offer support in case a question arises.&lt;/p&gt;
282
+ &lt;div align=&quot;center&quot; style=&quot;background-color: white;padding: 1em;&quot;&gt;
283
+ &lt;a href=&quot;https://forestry/io&quot;&gt;&lt;img src=&quot;/img/forestry-logo.svg&quot; alt=&quot;Forestry&quot; /&gt;&lt;/a&gt;
284
+ &lt;/div&gt;
240
285
 
241
- &lt;p&gt;Jekyll is a very big and popular open source project, and we hope that with these special issues, we can help people who haven’t contributed to open source before to catch a footing in these unsteady waters.&lt;/p&gt;
286
+ &lt;p&gt;With that, we would like to announce our very first sponsor:
287
+ &lt;a href=&quot;https://forestry.io&quot;&gt;&lt;strong&gt;Forestry.io&lt;/strong&gt;&lt;/a&gt;!
288
+ Forestry is a CMS that integrates with your Jekyll sites and lets you update
289
+ content using a beautiful interface, and then automatically commits it back to
290
+ your GitHub repository. We’re excited to have them on board on a new, exciting
291
+ step of our journey.&lt;/p&gt;
242
292
 
243
- &lt;h2 id=&quot;be-nice&quot;&gt;Be nice&lt;/h2&gt;
293
+ &lt;p&gt;Will anything change for Jekyll users? The answer is no - this step does not
294
+ impact the Jekyll software in any aspect. In fact, you might see positive
295
+ changes, such as more features and better performance. Surprisingly, that’s what
296
+ happens when you properly fund people for their work!&lt;/p&gt;
244
297
 
245
- &lt;p&gt;I know this is a cliche and a overused phrase, but really, it works if you pull through with it. Come to terms with the fact that some people aren’t as fast or reliable as you might want to think. Don’t get angry when a contributor takes a day longer than you might like them to. Treat new contributors to your project with respect, but also with hospitality. Think twice before you send that comment with slurs in it.&lt;/p&gt;
298
+ &lt;p&gt;If you have been a long time user for Jekyll and would like to give something
299
+ back to the project, you can consider a small monthly donation to our
300
+ &lt;a href=&quot;http://opencollective.com/jekyll&quot;&gt;OpenCollective page&lt;/a&gt;. If your company heavily
301
+ relies on Jekyll, do consider sponsoring us!&lt;/p&gt;
246
302
 
247
- &lt;p&gt;I’ve been contributing to open source for about 4 years now, and I’ve had my fair share of horrible, horrible experiences. But Jekyll has historically been a project that has always valued the people contributing to it over the code itself, and I hope we can keep it that way. I also hope that other project maintainers read this and take inspiration from this post. Every project should be more diverse.&lt;/p&gt;</content><author><name>oe</name></author><category term="community" /><summary type="html">Open Source has a problem with diversity. GitHub recently conducted a survey which revealed that 95% of the respondents were identifying as male. This is even worse than in the tech industry overall, where the percentage is only about 76%. Every other week, there seems to be another case of a maintainer engaging in targeted harassment against minorities. People somehow deem it completely okay to let these things slide, though.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/twitter-card.png" /><media:content medium="image" url="https://jekyllrb.com/img/twitter-card.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>
303
+ &lt;p&gt;Contact &lt;a href=&quot;mailto:matt@jekyllrb.com&quot;&gt;matt@jekyllrb.com&lt;/a&gt; and we’ll figure something out together.&lt;/p&gt;
304
+
305
+ &lt;p&gt;Thanks for sticking with us, and happy Jekylling! :tada:&lt;/p&gt;</content><author><name>oe</name></author><summary type="html">(TL;DR: We’re open for sponsorships on our OpenCollective page)</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Jekyll 3.8.3 Released</title><link href="https://jekyllrb.com/news/2018/06/05/jekyll-3-8-3-released/" rel="alternate" type="text/html" title="Jekyll 3.8.3 Released" /><published>2018-06-05T07:00:00-07:00</published><updated>2018-06-05T07:00:00-07:00</updated><id>https://jekyllrb.com/news/2018/06/05/jekyll-3-8-3-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/06/05/jekyll-3-8-3-released/">&lt;p&gt;This release fixes a regression in 3.8 where collections with &lt;code class=&quot;highlighter-rouge&quot;&gt;published: false&lt;/code&gt;
306
+ do not show when using the &lt;code class=&quot;highlighter-rouge&quot;&gt;--unpublished&lt;/code&gt; flag.&lt;/p&gt;
307
+
308
+ &lt;p&gt;Thanks to @philipbelesky for reporting and fixing this issue; collections with
309
+ &lt;code class=&quot;highlighter-rouge&quot;&gt;published: false&lt;/code&gt; now behave the same way as Posts.&lt;/p&gt;</content><author><name>pathawks</name></author><category term="release" /><summary type="html">This release fixes a regression in 3.8 where collections with published: false do not show when using the --unpublished flag.</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Jekyll 3.8.2 Released</title><link href="https://jekyllrb.com/news/2018/05/19/jekyll-3-8-2-released/" rel="alternate" type="text/html" title="Jekyll 3.8.2 Released" /><published>2018-05-19T08:30:00-07:00</published><updated>2018-05-19T08:30:00-07:00</updated><id>https://jekyllrb.com/news/2018/05/19/jekyll-3-8-2-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/05/19/jekyll-3-8-2-released/">&lt;p&gt;Hello Jekyllers!!&lt;/p&gt;
310
+
311
+ &lt;p&gt;Today we are releasing &lt;code class=&quot;highlighter-rouge&quot;&gt;v3.8.2&lt;/code&gt;, which fixes the way Jekyll generates excerpts
312
+ for posts when the first paragraph of the post contains Liquid tags that take
313
+ advantage of &lt;a href=&quot;https://shopify.github.io/liquid/basics/whitespace/&quot;&gt;Liquid’s whitespace control feature&lt;/a&gt;.&lt;/p&gt;
314
+
315
+ &lt;p&gt;Big thanks to @kylebarbour, who first reported this issue and also very quickly
316
+ submitted a fix. Also thanks to @nickskalkin for making sure that we are using
317
+ the latest version of Rubocop to lint our code.&lt;/p&gt;</content><author><name>pathawks</name></author><category term="release" /><summary type="html">Hello Jekyllers!!</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry><entry><title type="html">Jekyll 3.8.1 Released</title><link href="https://jekyllrb.com/news/2018/05/01/jekyll-3-8-1-released/" rel="alternate" type="text/html" title="Jekyll 3.8.1 Released" /><published>2018-05-01T09:56:01-07:00</published><updated>2018-05-01T09:56:01-07:00</updated><id>https://jekyllrb.com/news/2018/05/01/jekyll-3-8-1-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/05/01/jekyll-3-8-1-released/">&lt;p&gt;Happy May Day :tada:&lt;/p&gt;
318
+
319
+ &lt;p&gt;The Jekyll team is happy to announce the release of &lt;code class=&quot;highlighter-rouge&quot;&gt;v3.8.1&lt;/code&gt;, which fixes
320
+ a couple of bugs that were introduced two weeks ago in &lt;code class=&quot;highlighter-rouge&quot;&gt;v3.8.0&lt;/code&gt;. If you have
321
+ experienced trouble regarding post excerpts or non-published posts, this release
322
+ should be the remedy. Thanks to @Chaosed0 and @domLocalHeroes for originally
323
+ reporting these issues, and to @ashmaroli for fixing them so quickly.&lt;/p&gt;
324
+
325
+ &lt;p&gt;As a reminder, we have started work on Jekyll 4.0. If there are any
326
+ features that you would love to see added to Jekyll, or any pain points you
327
+ would like to see removed, please do add your ideas to the &lt;a href=&quot;https://github.com/jekyll/jekyll/issues/6948&quot;&gt;Jekyll 4.0 idea
328
+ list&lt;/a&gt;.&lt;/p&gt;</content><author><name>pathawks</name></author><category term="release" /><summary type="html">Happy May Day :tada:</summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://jekyllrb.com/img/jekyll-og.png" /></entry></feed>