jekyll-docs 3.9.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jekyll-docs.rb +3 -3
- data/site/404.html +10 -7
- data/site/css/screen.css +3 -1
- data/site/css/screen.css.map +28 -0
- data/site/docs/assets/index.html +412 -453
- data/site/docs/code_of_conduct/index.html +447 -501
- data/site/docs/collections/index.html +487 -674
- data/site/docs/community/bug/index.html +603 -0
- data/site/docs/community/index.html +635 -0
- data/site/docs/conduct/index.html +447 -515
- data/site/docs/configuration/default/index.html +682 -0
- data/site/docs/configuration/environments/index.html +641 -0
- data/site/docs/configuration/front-matter-defaults/index.html +738 -0
- data/site/docs/configuration/incremental-regeneration/index.html +631 -0
- data/site/docs/configuration/index.html +405 -1230
- data/site/docs/configuration/liquid/index.html +616 -0
- data/site/docs/configuration/markdown/index.html +766 -0
- data/site/docs/configuration/options/index.html +1011 -0
- data/site/docs/configuration/webrick/index.html +615 -0
- data/site/docs/continuous-integration/buddyworks/index.html +393 -479
- data/site/docs/continuous-integration/circleci/index.html +465 -481
- data/site/docs/continuous-integration/travis-ci/index.html +450 -507
- data/site/docs/contributing/index.html +425 -514
- data/site/docs/datafiles/index.html +411 -453
- data/site/docs/deployment-methods/index.html +9 -871
- data/site/docs/deployment/automated/index.html +663 -0
- data/site/docs/deployment/index.html +607 -0
- data/site/docs/deployment/manual/index.html +631 -0
- data/site/docs/deployment/third-party/index.html +639 -0
- data/site/docs/drafts/index.html +9 -634
- data/site/docs/extras/index.html +9 -687
- data/site/docs/front-matter/index.html +799 -0
- data/site/docs/frontmatter/index.html +9 -819
- data/site/docs/github-pages/index.html +407 -475
- data/site/docs/history/index.html +1370 -1154
- data/site/docs/home/index.html +9 -627
- data/site/docs/includes/index.html +425 -501
- data/site/docs/index.html +630 -9
- data/site/docs/installation/index.html +403 -540
- data/site/docs/installation/macos/index.html +716 -0
- data/site/docs/installation/other-linux/index.html +613 -0
- data/site/docs/installation/ubuntu/index.html +623 -0
- data/site/docs/installation/windows/index.html +733 -0
- data/site/docs/layouts/index.html +726 -0
- data/site/docs/liquid/filters/index.html +1169 -0
- data/site/docs/liquid/index.html +615 -0
- data/site/docs/liquid/tags/index.html +728 -0
- data/site/docs/maintaining/affinity-team-captain/index.html +395 -479
- data/site/docs/maintaining/avoiding-burnout/index.html +391 -475
- data/site/docs/maintaining/becoming-a-maintainer/index.html +391 -475
- data/site/docs/maintaining/index.html +391 -486
- data/site/docs/maintaining/merging-a-pull-request/index.html +406 -490
- data/site/docs/maintaining/releasing-a-new-version/index.html +409 -485
- data/site/docs/maintaining/reviewing-a-pull-request/index.html +392 -476
- data/site/docs/maintaining/special-labels/index.html +397 -481
- data/site/docs/maintaining/triaging-an-issue/index.html +394 -478
- data/site/docs/markdown-101/index.html +601 -0
- data/site/docs/migrations/index.html +396 -440
- data/site/docs/pages/index.html +408 -482
- data/site/docs/pagination/index.html +450 -509
- data/site/docs/permalinks/index.html +552 -587
- data/site/docs/plugins/commands/index.html +656 -0
- data/site/docs/plugins/converters/index.html +685 -0
- data/site/docs/plugins/filters/index.html +624 -0
- data/site/docs/plugins/generators/index.html +697 -0
- data/site/docs/plugins/hooks/index.html +838 -0
- data/site/docs/plugins/index.html +415 -1565
- data/site/docs/plugins/installation/index.html +681 -0
- data/site/docs/plugins/tags/index.html +699 -0
- data/site/docs/plugins/your-first-plugin/index.html +741 -0
- data/site/docs/posts/index.html +491 -627
- data/site/docs/quickstart/index.html +9 -645
- data/site/docs/resources/index.html +9 -761
- data/site/docs/ruby-101/index.html +640 -0
- data/site/docs/sites/index.html +9 -696
- data/site/docs/static-files/index.html +401 -433
- data/site/docs/step-by-step/01-setup/index.html +771 -0
- data/site/docs/step-by-step/02-liquid/index.html +756 -0
- data/site/docs/step-by-step/03-front-matter/index.html +730 -0
- data/site/docs/step-by-step/04-layouts/index.html +770 -0
- data/site/docs/step-by-step/05-includes/index.html +768 -0
- data/site/docs/step-by-step/06-data-files/index.html +738 -0
- data/site/docs/step-by-step/07-assets/index.html +773 -0
- data/site/docs/step-by-step/08-blogging/index.html +835 -0
- data/site/docs/step-by-step/09-collections/index.html +932 -0
- data/site/docs/step-by-step/10-deployment/index.html +842 -0
- data/site/docs/structure/index.html +411 -430
- data/site/docs/support/index.html +392 -476
- data/site/docs/templates/index.html +9 -1232
- data/site/docs/themes/index.html +487 -521
- data/site/docs/troubleshooting/index.html +443 -520
- data/site/docs/upgrading/0-to-2/index.html +437 -523
- data/site/docs/upgrading/2-to-3/index.html +422 -507
- data/site/docs/upgrading/3-to-4/index.html +765 -0
- data/site/docs/upgrading/index.html +395 -478
- data/site/docs/usage/index.html +409 -506
- data/site/docs/variables/index.html +504 -652
- data/site/docs/windows/index.html +9 -784
- data/site/feed.xml +269 -188
- data/site/feed/release.xml +324 -0
- data/site/fonts/lato-v14-latin-300.woff +0 -0
- data/site/fonts/lato-v14-latin-300.woff2 +0 -0
- data/site/fonts/lato-v14-latin-300italic.woff +0 -0
- data/site/fonts/lato-v14-latin-300italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-700.woff +0 -0
- data/site/fonts/lato-v14-latin-700.woff2 +0 -0
- data/site/fonts/lato-v14-latin-700italic.woff +0 -0
- data/site/fonts/lato-v14-latin-700italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-900.woff +0 -0
- data/site/fonts/lato-v14-latin-900.woff2 +0 -0
- data/site/fonts/lato-v14-latin-900italic.woff +0 -0
- data/site/fonts/lato-v14-latin-900italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-italic.woff +0 -0
- data/site/fonts/lato-v14-latin-italic.woff2 +0 -0
- data/site/fonts/lato-v14-latin-regular.woff +0 -0
- data/site/fonts/lato-v14-latin-regular.woff2 +0 -0
- data/site/help/index.html +9 -247
- data/site/img/forestry-logo.svg +19 -0
- data/site/img/jekyll-og.png +0 -0
- data/site/img/spacer.gif +0 -0
- data/site/index.html +56 -29
- data/site/jekyllconf/index.html +62 -35
- data/site/latest_version.txt +1 -1
- data/site/news/2013/05/05/jekyll-1-0-0-released/index.html +180 -115
- data/site/news/2013/05/08/jekyll-1-0-1-released/index.html +182 -117
- data/site/news/2013/05/12/jekyll-1-0-2-released/index.html +183 -118
- data/site/news/2013/06/07/jekyll-1-0-3-released/index.html +184 -119
- data/site/news/2013/07/14/jekyll-1-1-0-released/index.html +183 -118
- data/site/news/2013/07/24/jekyll-1-1-1-released/index.html +180 -115
- data/site/news/2013/07/25/jekyll-1-0-4-released/index.html +182 -117
- data/site/news/2013/07/25/jekyll-1-1-2-released/index.html +182 -117
- data/site/news/2013/09/06/jekyll-1-2-0-released/index.html +185 -120
- data/site/news/2013/09/14/jekyll-1-2-1-released/index.html +183 -118
- data/site/news/2013/10/28/jekyll-1-3-0-rc1-released/index.html +180 -115
- data/site/news/2013/11/04/jekyll-1-3-0-released/index.html +189 -124
- data/site/news/2013/11/26/jekyll-1-3-1-released/index.html +181 -116
- data/site/news/2013/12/07/jekyll-1-4-0-released/index.html +181 -116
- data/site/news/2013/12/09/jekyll-1-4-1-released/index.html +180 -115
- data/site/news/2013/12/16/jekyll-1-4-2-released/index.html +182 -117
- data/site/news/2014/01/13/jekyll-1-4-3-released/index.html +181 -116
- data/site/news/2014/03/24/jekyll-1-5-0-released/index.html +181 -116
- data/site/news/2014/03/27/jekyll-1-5-1-released/index.html +181 -116
- data/site/news/2014/05/06/jekyll-turns-2-0-0/index.html +184 -119
- data/site/news/2014/05/08/jekyll-2-0-3-released/index.html +180 -115
- data/site/news/2014/06/04/jekyll-stickers-1-dollar-stickermule/index.html +181 -116
- data/site/news/2014/06/28/jekyll-turns-21-i-mean-2-1-0/index.html +185 -120
- data/site/news/2014/07/01/jekyll-2-1-1-released/index.html +182 -117
- data/site/news/2014/07/29/jekyll-2-2-0-released/index.html +181 -116
- data/site/news/2014/08/10/jekyll-2-3-0-released/index.html +189 -124
- data/site/news/2014/09/09/jekyll-2-4-0-released/index.html +187 -122
- data/site/news/2014/11/05/jekylls-midlife-crisis-jekyll-turns-2-5-0/index.html +188 -123
- data/site/news/2014/11/09/jekyll-2-5-1-released/index.html +180 -115
- data/site/news/2014/11/12/jekyll-2-5-2-released/index.html +182 -117
- data/site/news/2014/12/17/alfredxing-welcome-to-jekyll-core/index.html +179 -114
- data/site/news/2014/12/22/jekyll-2-5-3-released/index.html +180 -115
- data/site/news/2015/01/20/jekyll-meet-and-greet/index.html +179 -114
- data/site/news/2015/01/24/jekyll-3-0-0-beta1-released/index.html +180 -115
- data/site/news/2015/02/26/introducing-jekyll-talk/index.html +180 -115
- data/site/news/2015/10/26/jekyll-3-0-released/index.html +185 -120
- data/site/news/2015/11/17/jekyll-3-0-1-released/index.html +184 -119
- data/site/news/2016/01/20/jekyll-3-0-2-released/index.html +182 -117
- data/site/news/2016/01/24/jekyll-3-1-0-released/index.html +186 -121
- data/site/news/2016/01/28/jekyll-3-1-1-released/index.html +183 -118
- data/site/news/2016/02/08/jekyll-3-0-3-released/index.html +181 -116
- data/site/news/2016/02/19/jekyll-3-1-2-released/index.html +182 -117
- data/site/news/2016/03/10/making-it-easier-to-contribute-to-jekyll/index.html +179 -114
- data/site/news/2016/04/19/jekyll-3-0-4-released/index.html +181 -116
- data/site/news/2016/04/19/jekyll-3-1-3-released/index.html +181 -116
- data/site/news/2016/04/26/jekyll-3-0-5-released/index.html +180 -115
- data/site/news/2016/05/18/jekyll-3-1-4-released/index.html +186 -121
- data/site/news/2016/05/18/jekyll-3-1-5-released/index.html +181 -116
- data/site/news/2016/05/19/jekyll-3-1-6-released/index.html +181 -116
- data/site/news/2016/06/03/update-on-jekyll-s-google-summer-of-code-projects/index.html +179 -114
- data/site/news/2016/07/26/jekyll-3-2-0-released/index.html +184 -119
- data/site/news/2016/08/02/jekyll-3-2-1-released/index.html +180 -115
- data/site/news/2016/08/24/jekyll-admin-initial-release/index.html +179 -114
- data/site/news/2016/10/06/jekyll-3-3-is-here/index.html +207 -142
- data/site/news/2016/11/14/jekyll-3-3-1-released/index.html +181 -116
- data/site/news/2017/01/18/jekyll-3-4-0-released/index.html +183 -118
- data/site/news/2017/03/02/jekyll-3-4-1-released/index.html +181 -116
- data/site/news/2017/03/09/jekyll-3-4-2-released/index.html +189 -124
- data/site/news/2017/03/21/jekyll-3-4-3-released/index.html +190 -125
- data/site/news/2017/06/15/jekyll-3-5-0-released/index.html +187 -122
- data/site/news/2017/07/17/jekyll-3-5-1-released/index.html +182 -117
- data/site/news/2017/08/12/jekyll-3-5-2-released/index.html +185 -120
- data/site/news/2017/09/21/jekyll-3-6-0-released/index.html +181 -116
- data/site/news/2017/10/19/diversity-open-source/index.html +181 -116
- data/site/news/2017/10/21/jekyll-3-6-2-released/index.html +183 -118
- data/site/news/2018/01/02/jekyll-3-7-0-released/index.html +184 -119
- data/site/news/2018/01/25/jekyll-3-7-2-released/index.html +189 -124
- data/site/news/2018/02/19/meet-jekyll-s-new-lead-developer/index.html +180 -115
- data/site/news/2018/02/24/jekyll-3-7-3-released/index.html +185 -120
- data/site/news/2018/04/19/development-update/index.html +699 -0
- data/site/news/2018/04/19/jekyll-3-8-0-released/index.html +715 -0
- data/site/news/2018/05/01/jekyll-3-8-1-released/index.html +182 -117
- data/site/news/2018/05/19/jekyll-3-8-2-released/index.html +181 -116
- data/site/news/2018/06/05/jekyll-3-8-3-released/index.html +183 -118
- data/site/news/2018/08/01/jekyll-sponsoring/index.html +748 -0
- data/site/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/index.html +692 -0
- data/site/news/2018/11/04/jekyll-3-8-5-released/index.html +682 -0
- data/site/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/index.html +710 -0
- data/site/news/2019/07/02/jekyll-3-8-6-released/index.html +180 -115
- data/site/news/2019/07/20/jekyll-4-0-0-pre-beta1-released/index.html +11 -0
- data/site/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/index.html +708 -0
- data/site/news/2019/08/20/jekyll-4-0-0-released/index.html +809 -0
- data/site/news/index.html +976 -326
- data/site/news/releases/index.html +820 -321
- data/site/{philosophy.html → philosophy/index.html} +1 -1
- data/site/redirects.json +1 -1
- data/site/resources/index.html +332 -0
- data/site/showcase/index.html +844 -0
- data/site/sitemap.xml +256 -81
- data/site/team/index.html +63 -77
- data/site/tutorials/cache-api/index.html +418 -0
- data/site/tutorials/convert-site-to-jekyll/index.html +155 -124
- data/site/tutorials/custom-404-page/index.html +76 -43
- data/site/tutorials/home/index.html +64 -37
- data/site/tutorials/navigation/index.html +186 -103
- data/site/tutorials/orderofinterpretation/index.html +80 -53
- data/site/tutorials/using-jekyll-with-bundler/index.html +80 -51
- data/site/tutorials/video-walkthroughs/index.html +62 -35
- metadata +102 -13
- data/site/community/index.html +0 -11
- data/site/docs/continuous-integration/index.html +0 -681
data/site/feed.xml
CHANGED
@@ -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="
|
2
|
-
and a handful of bug patches, including:</p>
|
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/"><p>Hi! 👋 I bring some good news! Jekyll 4.0.0 is finally here! 🎉</p>
|
3
2
|
|
3
|
+
<p>There’s quite a bit in this release to unpack, so let me hit the high points quickly:</p>
|
4
4
|
<ul>
|
5
|
-
<li>
|
6
|
-
<li>
|
7
|
-
<li>
|
8
|
-
<li>
|
5
|
+
<li>Ruby 2.4.0 or greater is now required.</li>
|
6
|
+
<li>Rouge 3.0 or greater is now required for syntax highlighting.</li>
|
7
|
+
<li>Jekyll builds should be much faster.</li>
|
8
|
+
<li>Kramdown 2.1 is now the default markdown engine.</li>
|
9
|
+
<li>Sass processing should be faster.</li>
|
10
|
+
<li>We dropped support for a lot of stuff, specifically:
|
11
|
+
<ul>
|
12
|
+
<li>Pygments</li>
|
13
|
+
<li>RedCarpet</li>
|
14
|
+
<li>RDiscount</li>
|
15
|
+
</ul>
|
16
|
+
</li>
|
9
17
|
</ul>
|
10
18
|
|
11
|
-
<p>
|
19
|
+
<p>Alright, so with the high points out of the way, let’s get into the details a little bit.</p>
|
12
20
|
|
13
|
-
<
|
14
|
-
do not show when using the <code class="language-plaintext highlighter-rouge">--unpublished</code> flag.</p>
|
21
|
+
<h3 id="cache-all-the-things-">Cache all the things! 💰</h3>
|
15
22
|
|
16
|
-
<p>
|
17
|
-
|
23
|
+
<p>While some optimizations first made an appearance with Jekyll 3.8.0, Jekyll 4.0 takes
|
24
|
+
it to another level altogether.</p>
|
18
25
|
|
19
|
-
<p>
|
20
|
-
|
21
|
-
|
26
|
+
<p>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.</p>
|
22
30
|
|
23
|
-
<p>
|
24
|
-
|
25
|
-
|
31
|
+
<p>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 <code class="highlighter-rouge">safe</code> mode,
|
36
|
+
however.</p>
|
26
37
|
|
27
|
-
<
|
28
|
-
a couple of bugs that were introduced two weeks ago in <code class="language-plaintext highlighter-rouge">v3.8.0</code>. 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.</p>
|
38
|
+
<h3 id="super-powered-content-transformations-">Super-powered content transformations 💪</h3>
|
32
39
|
|
33
|
-
<p>
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
<p>We’re pleased to announce the release of <code class="language-plaintext highlighter-rouge">v3.7.3</code> which fixes a bug one might encounter while using <code class="language-plaintext highlighter-rouge">Jekyll - 3.7.x</code> along with a
|
39
|
-
Jekyll plugin that in turn uses the <code class="language-plaintext highlighter-rouge">I18n</code> library.</p>
|
40
|
-
|
41
|
-
<p>When <a href="/news/2018/01/02/jekyll-3-7-0-released/">v3.7.0</a> enhanced our <code class="language-plaintext highlighter-rouge">slugify</code> filter with a <code class="language-plaintext highlighter-rouge">latin</code> option, we also
|
42
|
-
hardcoded a default fallback locale for the <code class="language-plaintext highlighter-rouge">I18n</code> 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 <code class="language-plaintext highlighter-rouge">slugify</code> filter was used.</p>
|
45
|
-
|
46
|
-
<p>Jekyll will henceforth set the default locale if and only if necessary.</p></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/"><p>Jekyll has a new Lead Developer: <a href="https://liv.cat/">Olivia</a>!</p>
|
47
|
-
|
48
|
-
<p>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.</p>
|
51
|
-
|
52
|
-
<p>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.</p>
|
57
|
-
|
58
|
-
<p>In my conversations with Olivia, it is clear that Jekyll’s vision of
|
59
|
-
simplicity for the user (<a href="/philosophy#1-no-magic">no magic!</a>) and letting
|
60
|
-
users’ <a href="/philosophy#3-content-is-king">content be king</a> 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.</p>
|
66
|
-
|
67
|
-
<p>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.</p>
|
75
|
-
|
76
|
-
<p>As always, Happy Jekylling!</p>
|
77
|
-
|
78
|
-
<p>Parker</p>
|
79
|
-
|
80
|
-
<p><em>Curious about who else runs this show? <a href="/team/">Check out our excellent team.</a></em></p></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/"><p>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.</p>
|
83
|
-
|
84
|
-
<p>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:</p>
|
40
|
+
<p>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 <code class="highlighter-rouge">SassC</code>
|
42
|
+
library now, which is supported directly by the Sass team, which should mean
|
43
|
+
better support for everybody in the long run.</p>
|
87
44
|
|
45
|
+
<p>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 <a href="/docs/upgrading/3-to-4/">upgrade
|
50
|
+
guide</a> for more details.</p>
|
51
|
+
|
52
|
+
<p>The <code class="highlighter-rouge">link</code> and <code class="highlighter-rouge">post_url</code> tags no longer need <code class="highlighter-rouge">site.baseurl</code> prepended every
|
53
|
+
time they’re used. Those tags now use our <code class="highlighter-rouge">relative_url</code> filter to take care of
|
54
|
+
this for you. Existing uses of the prepending pattern will break though!
|
55
|
+
Sorry! :sweat_smile:</p>
|
56
|
+
|
57
|
+
<p>A few other smaller features when it comes to content:</p>
|
88
58
|
<ul>
|
89
|
-
<li>
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
<code class="
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
<p>We addressed this by having Jekyll scan the directory path only if the user
|
98
|
-
explicitly configures the <code class="language-plaintext highlighter-rouge">scope["path"]</code> using wildcards.</p>
|
99
|
-
|
100
|
-
<p>Read our <a href="/docs/configuration/#glob-patterns-in-front-matter-defaults">documentation</a>
|
101
|
-
for more details.</p>
|
102
|
-
|
103
|
-
<p>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.</p>
|
105
|
-
</li>
|
106
|
-
<li>
|
107
|
-
<p>Another regression reported was related to our “Custom collections
|
108
|
-
directory” feature introduced in 3.7.0.</p>
|
59
|
+
<li>The <code class="highlighter-rouge">link</code> tag understands Liquid variables in the same fashion our
|
60
|
+
<code class="highlighter-rouge">include</code> tag does now.</li>
|
61
|
+
<li>Disable Liquid processing for a particular page / document by adding
|
62
|
+
<code class="highlighter-rouge">render_with_liquid: false</code> to it’s front matter.</li>
|
63
|
+
<li>Liquid’s binary <code class="highlighter-rouge">and</code> and <code class="highlighter-rouge">or</code> operations can be used in the <code class="highlighter-rouge">where_exp</code>
|
64
|
+
filter for more powerful filtering</li>
|
65
|
+
</ul>
|
109
66
|
|
110
|
-
|
111
|
-
|
112
|
-
|
67
|
+
<p>There’s some goodies for theme community as well. Developers may now bundle a
|
68
|
+
<code class="highlighter-rouge">config.yml</code> 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.</p>
|
113
71
|
|
114
|
-
|
72
|
+
<p>Check out the <a href="/docs/history/#v4-0-0">full history</a> and the various pull requests
|
73
|
+
for more details on all the enhancements and bug-fixes.</p>
|
115
74
|
|
116
|
-
|
117
|
-
root of the site’s source directory if the user customizes the
|
118
|
-
<code class="language-plaintext highlighter-rouge">collection_dir</code> setting.</p>
|
75
|
+
<h3 id="upgrading-">Upgrading 📈</h3>
|
119
76
|
|
120
|
-
|
121
|
-
move all of your collections into that directory. <strong>This includes posts and
|
122
|
-
drafts as well</strong>. Your links generated by
|
123
|
-
<code class="language-plaintext highlighter-rouge">{% post_url %}</code> or <code class="language-plaintext highlighter-rouge">{% link %}</code>
|
124
|
-
will adapt automatically.</p>
|
125
|
-
</li>
|
126
|
-
<li>
|
127
|
-
<p>We also found out that <code class="language-plaintext highlighter-rouge">gem "wdm"</code> 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:)</p>
|
131
|
-
</li>
|
132
|
-
</ul>
|
77
|
+
<p>First, read the <a href="/docs/upgrading/3-to-4/">upgrade guide</a>!</p>
|
133
78
|
|
134
|
-
<p>
|
135
|
-
have been made that should improve your Jekyll experience. All of which, would
|
136
|
-
not have been possible without our wonderful contributors:</p>
|
79
|
+
<p>Next, Edit your project’s <code class="highlighter-rouge">Gemfile</code> to test Jekyll v4.x:</p>
|
137
80
|
|
138
|
-
<
|
139
|
-
|
140
|
-
Paul Robert Lloyd.</p>
|
81
|
+
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">gem</span> <span class="s2">"jekyll"</span><span class="p">,</span> <span class="s2">"~&gt; 4.0"</span>
|
82
|
+
</code></pre></div></div>
|
141
83
|
|
142
|
-
<p>
|
84
|
+
<p>Then run <code class="highlighter-rouge">bundle update</code> 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.</p>
|
143
87
|
|
144
|
-
<p>
|
145
|
-
|
88
|
+
<p>Plugins and themes authors must relax the jekyll dependency in their <code class="highlighter-rouge">gemspec</code> file
|
89
|
+
to allow for Jekyll v4.0:</p>
|
146
90
|
|
147
|
-
<
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
91
|
+
<p><code class="highlighter-rouge">spec.add_runtime_dependency "jekyll", "&gt;= 3.6", "&lt; 5.0"</code></p>
|
92
|
+
|
93
|
+
<p>If your favorite plugin hasn’t relaxed that dependency yet, please gently
|
94
|
+
encourage them to do so. :slightly_smiling_face:</p>
|
95
|
+
|
96
|
+
<h3 id="have-questions">Have questions❓</h3>
|
97
|
+
|
98
|
+
<p>Please reach out on our <a href="https://talk.jekyllrb.com">community forum</a></p>
|
99
|
+
|
100
|
+
<h3 id="thank-you-">Thank you!! 🙇</h3>
|
101
|
+
|
102
|
+
<p>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.</p>
|
103
|
+
|
104
|
+
<p>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.</p>
|
133
|
+
|
134
|
+
<p>Happy Jekylling everyone!</p></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/"><p>Dear Jekyllers,</p>
|
135
|
+
|
136
|
+
<p>It’s time for another pre-release of Jekyll 4! 🎉</p>
|
137
|
+
|
138
|
+
<p>This pre-release moves us further down the path of releasing Jekyll 4.0.0. All the same goodies <a href="/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/">from the last pre-release</a> are here, along with a few more things I want to highlight:</p>
|
156
139
|
|
157
|
-
<p>
|
140
|
+
<p>Jekyll 4.0 is a new <em>major</em> version and it comes with a few breaking changes, notably :</p>
|
158
141
|
|
159
|
-
<
|
142
|
+
<ol>
|
143
|
+
<li>We dropped support for <a href="https://www.ruby-lang.org/en/downloads/">Ruby 2.3 which EOL at the end of March 2019</a>.
|
144
|
+
GitHub Pages runs Ruby 2.5.x, services like Netlify or Forestry already upgraded to latest Ruby 2.6.x.</li>
|
145
|
+
<li><code class="highlighter-rouge">link</code> tag now include <code class="highlighter-rouge">relative_url</code> filter, hurray <a href="https://github.com/jekyll/jekyll/pull/6727">no more need to prepend <code class="highlighter-rouge">{{ site.baseurl }}</code> </a>.</li>
|
146
|
+
<li><a href="https://github.com/jekyll/jekyll/pull/6821"><code class="highlighter-rouge">{% highlight %}</code> now behaves like <code class="highlighter-rouge">{% raw %}</code></a>, so you can no longer use <code class="highlighter-rouge">include</code> tags within.</li>
|
147
|
+
<li>We dropped support for Pygments, RedCarpet and rdiscount.</li>
|
148
|
+
<li>We bumped kramdown to v2.</li>
|
149
|
+
</ol>
|
160
150
|
|
161
|
-
<p>
|
151
|
+
<p>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.</p>
|
162
152
|
|
163
|
-
<p>
|
153
|
+
<p>Checkout the complete <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0.pre.beta1">changelog</a> for more details.</p>
|
164
154
|
|
165
|
-
<
|
155
|
+
<p>To test this pre version run:</p>
|
166
156
|
|
167
|
-
<
|
157
|
+
<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>gem <span class="nb">install </span>jekyll <span class="nt">--pre</span>
|
158
|
+
</code></pre></div></div>
|
168
159
|
|
169
|
-
<
|
170
|
-
<p>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. — <a href="https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-2-9-released/">Ruby Core Team</a></p>
|
171
|
-
</blockquote>
|
160
|
+
<p>Please test this version thoroughly and file bugs as you encounter them.</p>
|
172
161
|
|
173
|
-
<p>
|
162
|
+
<p>Thanks to our dear contributors for helping making Jekyll better:</p>
|
174
163
|
|
175
|
-
<p>
|
176
|
-
|
164
|
+
<p>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</p>
|
165
|
+
|
166
|
+
<p>Happy Jekylling everyone!</p></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/"><p>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:</p>
|
177
168
|
|
178
169
|
<ul>
|
179
|
-
<li>
|
180
|
-
<li>
|
170
|
+
<li>Filter symlinks from theme gems</li>
|
171
|
+
<li>Fix excerpt handling of some Liquid tags</li>
|
172
|
+
<li>Handle case where a theme directory doesn’t exist</li>
|
173
|
+
<li>A few internal optimizations to reduce memory overhead</li>
|
181
174
|
</ul>
|
182
175
|
|
183
|
-
<p>
|
184
|
-
|
185
|
-
|
176
|
+
<p>… and a few more! You can check out the patches and see all the details in <a href="/docs/history/#v3-8-6">the release notes</a></p>
|
177
|
+
|
178
|
+
<p>Happy Jekylling!</p></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/"><p>Dear Jekyllers,</p>
|
179
|
+
|
180
|
+
<p>Time has come to release a first alpha for Jekyll 4!</p>
|
181
|
+
|
182
|
+
<p>This pre version fixes many bugs, and should improve your build times. Some of you already shared <a href="https://forestry.io/blog/how-i-reduced-my-jekyll-build-time-by-61/">really</a> <a href="https://boris.schapira.dev/2018/11/jekyll-build-optimization/">good</a> results. We hope your Jekyll sites will also benefit from these optimizations.</p>
|
183
|
+
|
184
|
+
<p>If you’re a plugin developer, we definitely need your feedback, especially if your plugin does not work with v4.</p>
|
185
|
+
|
186
|
+
<p>Jekyll now exposes a <a href="/tutorials/cache-api/">caching API</a>, that some plugins could benefit from.</p>
|
187
|
+
|
188
|
+
<p>Also be aware that it’s a new <em>major</em> version, and it comes with a few breaking changes, notably :</p>
|
189
|
+
|
190
|
+
<ol>
|
191
|
+
<li>We dropped support for <a href="https://www.ruby-lang.org/en/downloads/">Ruby 2.3 who goes EOL at the end of the month</a>.
|
192
|
+
GitHub Pages runs Ruby 2.5.x, services like Netlify or Forestry already upgraded to latest Ruby 2.6.x.</li>
|
193
|
+
<li><code class="highlighter-rouge">link</code> tag now include <code class="highlighter-rouge">relative_url</code> filter, hurray <a href="https://github.com/jekyll/jekyll/pull/6727">no more need to prepend <code class="highlighter-rouge">{{ site.baseurl }}</code> </a>.</li>
|
194
|
+
<li><a href="https://github.com/jekyll/jekyll/pull/6821"><code class="highlighter-rouge">{% highlight %}</code> now behaves like <code class="highlighter-rouge">{% raw %}</code></a>, so you can no longer use <code class="highlighter-rouge">include</code> tags within.</li>
|
195
|
+
<li>We dropped support for Pygments, RedCarpet and rdiscount.</li>
|
196
|
+
<li>We bumped kramdown to v2.</li>
|
197
|
+
</ol>
|
198
|
+
|
199
|
+
<p>Checkout the complete <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0.pre.alpha1">changelog</a> for more details.</p>
|
200
|
+
|
201
|
+
<p>To test this pre version run:</p>
|
202
|
+
|
203
|
+
<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>gem <span class="nb">install </span>jekyll <span class="nt">--pre</span>
|
204
|
+
</code></pre></div></div>
|
205
|
+
|
206
|
+
<p>Please test this version thoroughly and file bugs as you encounter them.</p>
|
186
207
|
|
187
|
-
<p>
|
188
|
-
release maintainer getting familiar with the release process. 😄</p>
|
208
|
+
<p>Thanks to our dear contributors for helping making Jekyll better:</p>
|
189
209
|
|
190
|
-
<p>
|
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.</p>
|
210
|
+
<p>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</p>
|
193
211
|
|
194
|
-
<p>
|
195
|
-
|
196
|
-
and give their feedback to @benbalter. This plugin allows you to use any
|
197
|
-
GitHub hosted theme as a remote theme!</p>
|
212
|
+
<p>Happy Jekylling everyone!</p></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/"><p>This release fixes a bug where multiple Liquid tags were not supported in
|
213
|
+
excerpts.</p>
|
198
214
|
|
199
|
-
<p>
|
200
|
-
ashmaroli, bellvat, Frank Taillandier, i-give-up, Jan Piotrowski, Maximiliano
|
201
|
-
Kotvinsky, Oliver Steele and Pat Hawks. For some it was their <a href="/news/2017/10/19/diversity-open-source/">first
|
202
|
-
contribution to open-source</a> 👏</p>
|
215
|
+
<p>Thanks to @ashmaroli for fixing this issue in <a href="https://github.com/jekyll/jekyll/pull/7250">#7250</a>.</p>
|
203
216
|
|
204
|
-
<p>
|
205
|
-
I also wanna seize this opportunity to thank <a href="https://github.com/jekyll/jekyll/graphs/contributors">all of the 732 contributors</a> who
|
206
|
-
helped make it possible for Jekyll to power millions of websites around the world
|
207
|
-
today.</p>
|
217
|
+
<p>Happy Jekylling!</p></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/"><p>Hi Jekyllers,</p>
|
208
218
|
|
209
|
-
<p>
|
219
|
+
<p>We have patched a <strong>critical vulnerability</strong> 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 <code class="highlighter-rouge">include:</code> setting in the
|
221
|
+
config file.</p>
|
210
222
|
|
211
|
-
<p>
|
223
|
+
<p>By simply including a symlink in the <code class="highlighter-rouge">include</code> 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 <a href="https://github.com/jekyll/jekyll/pull/7224">pull request URL</a></p>
|
212
226
|
|
213
|
-
<
|
227
|
+
<p>The patch has been released as versions <code class="highlighter-rouge">3.6.3</code>, <code class="highlighter-rouge">3.7.4</code> and <code class="highlighter-rouge">3.8.4</code>.
|
228
|
+
Thanks to @parkr <code class="highlighter-rouge">v3.7.4</code> was released a couple of weeks prior and has been bundled with <code class="highlighter-rouge">github-pages-v192</code>.</p>
|
214
229
|
|
215
|
-
<p>
|
230
|
+
<p>Please keep in mind that this issue affects <em>all previously released Jekyll versions</em>. If you have not had
|
231
|
+
a good reason to upgrade to <code class="highlighter-rouge">3.6</code>, <code class="highlighter-rouge">3.7</code> or <code class="highlighter-rouge">3.8</code> yet, we advise that you do so at the earliest.</p>
|
216
232
|
|
217
|
-
<p>
|
233
|
+
<p>As always, Happy Jekylling! :sparkles:</p></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/"><p><em>(TL;DR: We’re open for sponsorships on our <a href="https://opencollective.com/jekyll">OpenCollective page</a>)</em></p>
|
218
234
|
|
219
|
-
<p>
|
235
|
+
<p>Hi Jekyllers,</p>
|
220
236
|
|
221
|
-
<
|
237
|
+
<p>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.</p>
|
222
242
|
|
223
|
-
<p>
|
243
|
+
<p>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.</p>
|
224
251
|
|
225
|
-
<p>Jekyll has
|
252
|
+
<p>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! <strong>We are opening an
|
255
|
+
OpenCollective to receive individual and corporate sponsorships</strong>.
|
256
|
+
This is not unheard of, <a href="http://gohugo.io">Hugo</a> is also funded by sponsorships,
|
257
|
+
as are many other similar projects, such as
|
258
|
+
<a href="https://opencollective.com/webpack">webpack</a>,
|
259
|
+
<a href="https://opencollective.com/babel">Babel</a> or
|
260
|
+
<a href="https://opencollective.com/rubocop">RuboCop</a>.</p>
|
226
261
|
|
227
|
-
<
|
262
|
+
<p>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.</p>
|
228
265
|
|
229
|
-
<p>
|
266
|
+
<p>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 <strong>release Jekyll 4.0, and to make it as polished as we can</strong>. 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:</p>
|
230
271
|
|
231
272
|
<ul>
|
232
|
-
<li>
|
233
|
-
<li>
|
234
|
-
<li>
|
273
|
+
<li>Create a comprehensive official plugin and theme directory site</li>
|
274
|
+
<li>Improve tooling built around measuring and improving Jekyll’s performance</li>
|
275
|
+
<li>Improve maintenance for official plugins</li>
|
276
|
+
<li>Including the community into official decisions; making Jekyll more friendly to folks in the community</li>
|
235
277
|
</ul>
|
236
278
|
|
237
|
-
<p>
|
279
|
+
<p>Again, these are just some ideas, but with the help of sponsoring, they are now
|
280
|
+
one step closer to being realized :heart:</p>
|
238
281
|
|
239
|
-
<
|
282
|
+
<div align="center" style="background-color: white;padding: 1em;">
|
283
|
+
<a href="https://forestry/io"><img src="/img/forestry-logo.svg" alt="Forestry" /></a>
|
284
|
+
</div>
|
240
285
|
|
241
|
-
<p>
|
286
|
+
<p>With that, we would like to announce our very first sponsor:
|
287
|
+
<a href="https://forestry.io"><strong>Forestry.io</strong></a>!
|
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.</p>
|
242
292
|
|
243
|
-
<
|
293
|
+
<p>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!</p>
|
244
297
|
|
245
|
-
<p>
|
298
|
+
<p>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
|
+
<a href="http://opencollective.com/jekyll">OpenCollective page</a>. If your company heavily
|
301
|
+
relies on Jekyll, do consider sponsoring us!</p>
|
246
302
|
|
247
|
-
<p>
|
303
|
+
<p>Contact <a href="mailto:matt@jekyllrb.com">matt@jekyllrb.com</a> and we’ll figure something out together.</p>
|
304
|
+
|
305
|
+
<p>Thanks for sticking with us, and happy Jekylling! :tada:</p></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/"><p>This release fixes a regression in 3.8 where collections with <code class="highlighter-rouge">published: false</code>
|
306
|
+
do not show when using the <code class="highlighter-rouge">--unpublished</code> flag.</p>
|
307
|
+
|
308
|
+
<p>Thanks to @philipbelesky for reporting and fixing this issue; collections with
|
309
|
+
<code class="highlighter-rouge">published: false</code> now behave the same way as Posts.</p></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/"><p>Hello Jekyllers!!</p>
|
310
|
+
|
311
|
+
<p>Today we are releasing <code class="highlighter-rouge">v3.8.2</code>, 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 <a href="https://shopify.github.io/liquid/basics/whitespace/">Liquid’s whitespace control feature</a>.</p>
|
314
|
+
|
315
|
+
<p>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.</p></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/"><p>Happy May Day :tada:</p>
|
318
|
+
|
319
|
+
<p>The Jekyll team is happy to announce the release of <code class="highlighter-rouge">v3.8.1</code>, which fixes
|
320
|
+
a couple of bugs that were introduced two weeks ago in <code class="highlighter-rouge">v3.8.0</code>. 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.</p>
|
324
|
+
|
325
|
+
<p>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 <a href="https://github.com/jekyll/jekyll/issues/6948">Jekyll 4.0 idea
|
328
|
+
list</a>.</p></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>
|