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
@@ -0,0 +1,324 @@
|
|
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/release.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/release.xml</id><title type="html">Jekyll • Simple, blog-aware, static sites | Release</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>
|
2
|
+
|
3
|
+
<p>There’s quite a bit in this release to unpack, so let me hit the high points quickly:</p>
|
4
|
+
<ul>
|
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>
|
17
|
+
</ul>
|
18
|
+
|
19
|
+
<p>Alright, so with the high points out of the way, let’s get into the details a little bit.</p>
|
20
|
+
|
21
|
+
<h3 id="cache-all-the-things-">Cache all the things! 💰</h3>
|
22
|
+
|
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>
|
25
|
+
|
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>
|
30
|
+
|
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>
|
37
|
+
|
38
|
+
<h3 id="super-powered-content-transformations-">Super-powered content transformations 💪</h3>
|
39
|
+
|
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>
|
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>
|
58
|
+
<ul>
|
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>
|
66
|
+
|
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>
|
71
|
+
|
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>
|
74
|
+
|
75
|
+
<h3 id="upgrading-">Upgrading 📈</h3>
|
76
|
+
|
77
|
+
<p>First, read the <a href="/docs/upgrading/3-to-4/">upgrade guide</a>!</p>
|
78
|
+
|
79
|
+
<p>Next, Edit your project’s <code class="highlighter-rouge">Gemfile</code> to test Jekyll v4.x:</p>
|
80
|
+
|
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>
|
83
|
+
|
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>
|
87
|
+
|
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>
|
90
|
+
|
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.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>
|
135
|
+
|
136
|
+
<p>Time has come to release a first alpha for Jekyll 4!</p>
|
137
|
+
|
138
|
+
<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>
|
139
|
+
|
140
|
+
<p>If you’re a plugin developer, we definitely need your feedback, especially if your plugin does not work with v4.</p>
|
141
|
+
|
142
|
+
<p>Jekyll now exposes a <a href="/tutorials/cache-api/">caching API</a>, that some plugins could benefit from.</p>
|
143
|
+
|
144
|
+
<p>Also be aware that it’s a new <em>major</em> version, and it comes with a few breaking changes, notably :</p>
|
145
|
+
|
146
|
+
<ol>
|
147
|
+
<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>.
|
148
|
+
GitHub Pages runs Ruby 2.5.x, services like Netlify or Forestry already upgraded to latest Ruby 2.6.x.</li>
|
149
|
+
<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>
|
150
|
+
<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>
|
151
|
+
<li>We dropped support for Pygments, RedCarpet and rdiscount.</li>
|
152
|
+
<li>We bumped kramdown to v2.</li>
|
153
|
+
</ol>
|
154
|
+
|
155
|
+
<p>Checkout the complete <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0.pre.alpha1">changelog</a> for more details.</p>
|
156
|
+
|
157
|
+
<p>To test this pre version run:</p>
|
158
|
+
|
159
|
+
<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>
|
160
|
+
</code></pre></div></div>
|
161
|
+
|
162
|
+
<p>Please test this version thoroughly and file bugs as you encounter them.</p>
|
163
|
+
|
164
|
+
<p>Thanks to our dear contributors for helping making Jekyll better:</p>
|
165
|
+
|
166
|
+
<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>
|
167
|
+
|
168
|
+
<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
|
169
|
+
excerpts.</p>
|
170
|
+
|
171
|
+
<p>Thanks to @ashmaroli for fixing this issue in <a href="https://github.com/jekyll/jekyll/pull/7250">#7250</a>.</p>
|
172
|
+
|
173
|
+
<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>
|
174
|
+
|
175
|
+
<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
|
176
|
+
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
|
177
|
+
config file.</p>
|
178
|
+
|
179
|
+
<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
|
180
|
+
actually be read in any circumstance.
|
181
|
+
Further details regarding the patch can be viewed at the <a href="https://github.com/jekyll/jekyll/pull/7224">pull request URL</a></p>
|
182
|
+
|
183
|
+
<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>.
|
184
|
+
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>
|
185
|
+
|
186
|
+
<p>Please keep in mind that this issue affects <em>all previously released Jekyll versions</em>. If you have not had
|
187
|
+
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>
|
188
|
+
|
189
|
+
<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">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>
|
190
|
+
do not show when using the <code class="highlighter-rouge">--unpublished</code> flag.</p>
|
191
|
+
|
192
|
+
<p>Thanks to @philipbelesky for reporting and fixing this issue; collections with
|
193
|
+
<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>
|
194
|
+
|
195
|
+
<p>Today we are releasing <code class="highlighter-rouge">v3.8.2</code>, which fixes the way Jekyll generates excerpts
|
196
|
+
for posts when the first paragraph of the post contains Liquid tags that take
|
197
|
+
advantage of <a href="https://shopify.github.io/liquid/basics/whitespace/">Liquid’s whitespace control feature</a>.</p>
|
198
|
+
|
199
|
+
<p>Big thanks to @kylebarbour, who first reported this issue and also very quickly
|
200
|
+
submitted a fix. Also thanks to @nickskalkin for making sure that we are using
|
201
|
+
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>
|
202
|
+
|
203
|
+
<p>The Jekyll team is happy to announce the release of <code class="highlighter-rouge">v3.8.1</code>, which fixes
|
204
|
+
a couple of bugs that were introduced two weeks ago in <code class="highlighter-rouge">v3.8.0</code>. If you have
|
205
|
+
experienced trouble regarding post excerpts or non-published posts, this release
|
206
|
+
should be the remedy. Thanks to @Chaosed0 and @domLocalHeroes for originally
|
207
|
+
reporting these issues, and to @ashmaroli for fixing them so quickly.</p>
|
208
|
+
|
209
|
+
<p>As a reminder, we have started work on Jekyll 4.0. If there are any
|
210
|
+
features that you would love to see added to Jekyll, or any pain points you
|
211
|
+
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
|
212
|
+
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><entry><title type="html">Jekyll 3.8.0 Released</title><link href="https://jekyllrb.com/news/2018/04/19/jekyll-3-8-0-released/" rel="alternate" type="text/html" title="Jekyll 3.8.0 Released" /><published>2018-04-19T07:15:15-07:00</published><updated>2018-04-19T07:15:15-07:00</updated><id>https://jekyllrb.com/news/2018/04/19/jekyll-3-8-0-released</id><content type="html" xml:base="https://jekyllrb.com/news/2018/04/19/jekyll-3-8-0-released/"><p>Aloha Jekyllers!! :wave:</p>
|
213
|
+
|
214
|
+
<p>After months of toiling on the codebase and shipping a couple of release-candidates, the Jekyll Team is delighted to finally
|
215
|
+
present <code class="highlighter-rouge">v3.8.0</code>, packed with optimizations, improvements, some new features and a couple of bug-fixes. Yay!!!</p>
|
216
|
+
|
217
|
+
<p>Under the hood, Jekyll has undergone many minor changes that will allow it to run more performantly in the coming years. :smiley:
|
218
|
+
Rest assured, our users should see minor improvements in their site’s build times.</p>
|
219
|
+
|
220
|
+
<p>Speaking of improvements, users running a site containing a huge amount of posts or those who like to use our <code class="highlighter-rouge">where</code> filter
|
221
|
+
frequently in a single template, are going to see a massive reduction in their total build times!! :tada:</p>
|
222
|
+
|
223
|
+
<p>Hold on, this version is not just about optimizations, there are some new features as well..:</p>
|
224
|
+
<ul>
|
225
|
+
<li>Detect non-existent variables and filters specified in a template by enabling <code class="highlighter-rouge">strict_variables</code> and <code class="highlighter-rouge">strict_filters</code> under the
|
226
|
+
<code class="highlighter-rouge">liquid</code> key in your config file.</li>
|
227
|
+
<li>Allow <em>date filters</em> to output ordinal days.</li>
|
228
|
+
<li><code class="highlighter-rouge">jekyll doctor</code> now warns you if you have opted for custom <code class="highlighter-rouge">collections_dir</code> but placed <code class="highlighter-rouge">_posts</code> directory outside that
|
229
|
+
directory.</li>
|
230
|
+
</ul>
|
231
|
+
|
232
|
+
<p>..and yes, a couple of bug-fixes, notably:</p>
|
233
|
+
<ul>
|
234
|
+
<li>Jekyll now handles future-dated documents properly.</li>
|
235
|
+
<li>Jekyll is able to handle Liquid blocks intelligently in excerpts.</li>
|
236
|
+
<li>A few methods that were <em>not meant to be publically accessible</em> have been entombed properly.</li>
|
237
|
+
<li>A few bugs that still plagued our <code class="highlighter-rouge">collections_dir</code> feature from <code class="highlighter-rouge">v3.7</code> got crushed.</li>
|
238
|
+
</ul>
|
239
|
+
|
240
|
+
<p>As always, the full list of changes since last release can be viewed <a href="/docs/history/#v3-8-0">here</a>.</p>
|
241
|
+
|
242
|
+
<p>A big thanks to the following people who contributed to our repository with pull-requests that improved our codebase, documentation
|
243
|
+
and tests:</p>
|
244
|
+
|
245
|
+
<p>Ana María Martínez Gómez, Antonio Argote, Ashwin Maroli, Awjin Ahn, Ben Balter, Benjamin Høegh, Christian Oliff, Damien Solodow,
|
246
|
+
David Zhang, Delson Lima, Eric Cornelissen, Florian Thomas, Frank Taillandier, Heinrich Hartmann, Jakob Vad Nielsen, John Eismeier,
|
247
|
+
Kacper Duras, KajMagnus, Mario Cekic, Max Vilimpoc, Michael H, Mike Kasberg, Parker Moore, Pat Hawks, Paweł Kuna, Robert Riemann,
|
248
|
+
Roger Rohrbach, Semen Zhydenko, Stefan Dellmuth, Tim Carry, olivia, and steelman.</p>
|
249
|
+
|
250
|
+
<p>Happy Jekylling!! :sparkles:</p></content><author><name>ashmaroli</name></author><category term="release" /><summary type="html">Aloha Jekyllers!! :wave:</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.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/"><p>Hello Jekyllers!! :wave:</p>
|
251
|
+
|
252
|
+
<p>We’re pleased to announce the release of <code class="highlighter-rouge">v3.7.3</code> which fixes a bug one might encounter while using <code class="highlighter-rouge">Jekyll - 3.7.x</code> along with a
|
253
|
+
Jekyll plugin that in turn uses the <code class="highlighter-rouge">I18n</code> library.</p>
|
254
|
+
|
255
|
+
<p>When <a href="/news/2018/01/02/jekyll-3-7-0-released/">v3.7.0</a> enhanced our <code class="highlighter-rouge">slugify</code> filter with a <code class="highlighter-rouge">latin</code> option, we also
|
256
|
+
hardcoded a default fallback locale for the <code class="highlighter-rouge">I18n</code> library to avoid an exception raised in the event the library fails to find
|
257
|
+
any locale. This led to issues with third-party i18n plugins for Jekyll, especially since the default locale got assigned before
|
258
|
+
the plugin was loaded, irrespective of whether the <code class="highlighter-rouge">slugify</code> filter was used.</p>
|
259
|
+
|
260
|
+
<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/jekyll-og.png" /></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
|
261
|
+
regressions due to the changes made in that release. In due time, Team Jekyll
|
262
|
+
set out to address those issues as early as possible.</p>
|
263
|
+
|
264
|
+
<p>Days later here we’re, announcing 3.7.2 (sorry for skipping 3.7.1,
|
265
|
+
RubyGems didn’t want to play nice) that fixes numerous issues! :tada:
|
266
|
+
The highlights being:</p>
|
267
|
+
|
268
|
+
<ul>
|
269
|
+
<li>
|
270
|
+
<p>A major regression in 3.7.0 was that when a Front Matter Default was
|
271
|
+
configured with a <code class="highlighter-rouge">scope["path"]</code> set to a directory, Jekyll would scan
|
272
|
+
that directory for any subfolders and files, for each document in that
|
273
|
+
<code class="highlighter-rouge">path</code>.
|
274
|
+
Though this is intended, it increases build times in proportion to the size
|
275
|
+
of the directory.</p>
|
276
|
+
|
277
|
+
<p>We addressed this by having Jekyll scan the directory path only if the user
|
278
|
+
explicitly configures the <code class="highlighter-rouge">scope["path"]</code> using wildcards.</p>
|
279
|
+
|
280
|
+
<p>Read our <a href="/docs/configuration/front-matter-defaults/#glob-patterns-in-front-matter-defaults">documentation</a>
|
281
|
+
for more details.</p>
|
282
|
+
|
283
|
+
<p>A huge shout-out to @mmistakes for bringing this to our notice and
|
284
|
+
additionally providing us with a test repository to aid in resolving the issue.</p>
|
285
|
+
</li>
|
286
|
+
<li>
|
287
|
+
<p>Another regression reported was related to our “Custom collections
|
288
|
+
directory” feature introduced in 3.7.0.</p>
|
289
|
+
|
290
|
+
<p>Users setting <code class="highlighter-rouge">collection_dir</code> to a certain directory would have <em>altered</em>
|
291
|
+
paths to their posts still at the root of their site’s source. This
|
292
|
+
roughly translated to 404 errors on URLs to their posts.</p>
|
293
|
+
|
294
|
+
<p>Props to @localheinz for bringing this regression to our notice.</p>
|
295
|
+
|
296
|
+
<p>We decided to resolve this by having Jekyll ignore posts and drafts at the
|
297
|
+
root of the site’s source directory if the user customizes the
|
298
|
+
<code class="highlighter-rouge">collection_dir</code> setting.</p>
|
299
|
+
|
300
|
+
<p>Ergo, if you set a custom location for your collections, please ensure you
|
301
|
+
move all of your collections into that directory. <strong>This includes posts and
|
302
|
+
drafts as well</strong>. Your links generated by
|
303
|
+
<code class="highlighter-rouge">{% post_url %}</code> or <code class="highlighter-rouge">{% link %}</code>
|
304
|
+
will adapt automatically.</p>
|
305
|
+
</li>
|
306
|
+
<li>
|
307
|
+
<p>We also found out that <code class="highlighter-rouge">gem "wdm"</code> boosts performance while directories are
|
308
|
+
being watched on Windows. So we recommend having it included in your Gemfile
|
309
|
+
for a better development experience on Windows. (Newly generated Gemfiles
|
310
|
+
will hereafter have that gem listed automatically :wink:)</p>
|
311
|
+
</li>
|
312
|
+
</ul>
|
313
|
+
|
314
|
+
<p>In addition to the above, numerous other minor fixes and documentation updates
|
315
|
+
have been made that should improve your Jekyll experience. All of which, would
|
316
|
+
not have been possible without our wonderful contributors:</p>
|
317
|
+
|
318
|
+
<p>Alexandr, Andreas Möller, Ashwin Maroli, Chayoung You, Florian Thomas,
|
319
|
+
Frank Taillandier, Hendrik Schneider, Kacper Duras, Olivia, Parker Moore and
|
320
|
+
Paul Robert Lloyd.</p>
|
321
|
+
|
322
|
+
<p>As always, you can see our full changelog on <a href="/docs/history/">the History page</a>.</p>
|
323
|
+
|
324
|
+
<p>Happy Jekylling! :sparkles:</p></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/jekyll-og.png" /></entry></feed>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/site/help/index.html
CHANGED
@@ -1,249 +1,11 @@
|
|
1
|
-
<!DOCTYPE
|
1
|
+
<!DOCTYPE html>
|
2
2
|
<html lang="en-US">
|
3
|
-
<
|
4
|
-
<
|
5
|
-
<
|
6
|
-
<
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
12
|
-
<link rel="stylesheet" href="/css/screen.css">
|
13
|
-
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
14
|
-
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
15
|
-
<title>Getting Help | Jekyll • Simple, blog-aware, static sites</title>
|
16
|
-
<meta name="generator" content="Jekyll v3.9.0" />
|
17
|
-
<meta property="og:title" content="Getting Help" />
|
18
|
-
<meta property="og:locale" content="en_US" />
|
19
|
-
<meta name="description" content="Transform your plain text into static websites and blogs" />
|
20
|
-
<meta property="og:description" content="Transform your plain text into static websites and blogs" />
|
21
|
-
<link rel="canonical" href="https://jekyllrb.com/help/" />
|
22
|
-
<meta property="og:url" content="https://jekyllrb.com/help/" />
|
23
|
-
<meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" />
|
24
|
-
<meta name="twitter:card" content="summary" />
|
25
|
-
<meta property="twitter:title" content="Getting Help" />
|
26
|
-
<meta name="twitter:site" content="@jekyllrb" />
|
27
|
-
<meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
|
28
|
-
<script type="application/ld+json">
|
29
|
-
{"url":"https://jekyllrb.com/help/","headline":"Getting Help","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"description":"Transform your plain text into static websites and blogs","@type":"WebPage","@context":"https://schema.org"}</script>
|
30
|
-
<!-- End Jekyll SEO tag -->
|
31
|
-
|
32
|
-
<!--[if lt IE 9]>
|
33
|
-
<script src="/js/html5shiv.min.js"></script>
|
34
|
-
<script src="/js/respond.min.js"></script>
|
35
|
-
<![endif]-->
|
36
|
-
</head>
|
37
|
-
|
38
|
-
|
39
|
-
<body class="wrap">
|
40
|
-
<header>
|
41
|
-
<div class="flexbox">
|
42
|
-
<div class="center-on-mobiles">
|
43
|
-
<h1>
|
44
|
-
<a href="/" class="logo">
|
45
|
-
<span class="sr-only">Jekyll</span>
|
46
|
-
<img src="/img/logo-2x.png" width="140" height="65" alt="Jekyll Logo">
|
47
|
-
</a>
|
48
|
-
</h1>
|
49
|
-
</div>
|
50
|
-
<nav class="main-nav hide-on-mobiles">
|
51
|
-
<ul>
|
52
|
-
<li class="">
|
53
|
-
<a href="/">Home</a>
|
54
|
-
</li>
|
55
|
-
<li class="">
|
56
|
-
<a href="/docs/home/">Docs</a>
|
57
|
-
</li>
|
58
|
-
<li class="">
|
59
|
-
<a href="/news/">News</a>
|
60
|
-
</li>
|
61
|
-
<li class="current">
|
62
|
-
<a href="/help/">Help</a>
|
63
|
-
</li>
|
64
|
-
</ul>
|
65
|
-
|
66
|
-
</nav>
|
67
|
-
<div class="search hide-on-mobiles">
|
68
|
-
<input type="text" id="docsearch-input" placeholder="Search the docs…">
|
69
|
-
|
70
|
-
</div>
|
71
|
-
<div class="meta hide-on-mobiles">
|
72
|
-
<ul>
|
73
|
-
<li>
|
74
|
-
<a href="https://github.com/jekyll/jekyll/releases/tag/v3.9.0">v3.9.0</a>
|
75
|
-
</li>
|
76
|
-
<li>
|
77
|
-
<a href="https://github.com/jekyll/jekyll">GitHub</a>
|
78
|
-
</li>
|
79
|
-
</ul>
|
80
|
-
</div>
|
81
|
-
</div>
|
82
|
-
<nav class="mobile-nav show-on-mobiles">
|
83
|
-
<ul>
|
84
|
-
<li class="">
|
85
|
-
<a href="/">Home</a>
|
86
|
-
</li>
|
87
|
-
<li class="">
|
88
|
-
<a href="/docs/home/">Docs</a>
|
89
|
-
</li>
|
90
|
-
<li class="">
|
91
|
-
<a href="/news/">News</a>
|
92
|
-
</li>
|
93
|
-
<li class="current">
|
94
|
-
<a href="/help/">Help</a>
|
95
|
-
</li>
|
96
|
-
<li>
|
97
|
-
<a href="https://github.com/jekyll/jekyll">GitHub</a>
|
98
|
-
</li>
|
99
|
-
</ul>
|
100
|
-
|
101
|
-
</nav>
|
102
|
-
</header>
|
103
|
-
|
104
|
-
|
105
|
-
<section class="standalone">
|
106
|
-
<div class="grid">
|
107
|
-
|
108
|
-
<div class="unit whole">
|
109
|
-
<article>
|
110
|
-
<h1>Getting Help</h1>
|
111
|
-
<p>Need help with Jekyll? Try these resources.</p>
|
112
|
-
|
113
|
-
<h3 id="documentation"><a href="/docs/home/">Documentation</a></h3>
|
114
|
-
|
115
|
-
<p>Start with our official guide to Jekyll covering installation, writing, customization, deployment, and more.</p>
|
116
|
-
|
117
|
-
<h3 id="jekyll-talk"><a href="https://talk.jekyllrb.com/">Jekyll Talk</a></h3>
|
118
|
-
|
119
|
-
<p>Our official Discourse forum. Here, users and contributors
|
120
|
-
can ask questions and discuss all aspects of Jekyll.
|
121
|
-
Also the place to <a href="https://talk.jekyllrb.com/t/jekyll-showcase-share-your-sites-built-with-jekyll/44/80">showcase your jekyll sites</a> and <a href="https://talk.jekyllrb.com/t/jekyll-theme-showcase-share-your-jekyll-themes/1382/2">share your jekyll themes</a>.</p>
|
122
|
-
|
123
|
-
<h3 id="jekyll-on-stackoverflow"><a href="https://stackoverflow.com/questions/tagged/jekyll">Jekyll on StackOverflow</a></h3>
|
124
|
-
|
125
|
-
<p>StackOverflow is a staple of any developer’s diet. Check out the Jekyll tag
|
126
|
-
on StackOverflow for an answer to your question. Not there? Ask a new
|
127
|
-
question!</p>
|
128
|
-
|
129
|
-
<h3 id="jekyll-irc-channel"><a href="irc:irc.freenode.net/jekyll">Jekyll IRC Channel</a></h3>
|
130
|
-
|
131
|
-
<p>Get live support at <strong>#jekyll</strong> on <strong>irc.freenode.net</strong>, the official
|
132
|
-
Jekyll IRC channel.</p>
|
133
|
-
|
134
|
-
<h3 id="view-source">View source</h3>
|
135
|
-
|
136
|
-
<p>Learn from the source of others, you’ll find plenty of <a href="https://github.com/topics/jekyll-site">jekyll sites</a> and <a href="https://github.com/topics/jekyll-themes">jekyll themes</a> carefully handcrafted on GitHub.</p>
|
137
|
-
|
138
|
-
<h3 id="tutorials"><a href="/tutorials/home">Tutorials</a></h3>
|
139
|
-
|
140
|
-
<p>Similar to documentation, but more detailed scenario-based walk-throughs covering a variety of topics.</p>
|
141
|
-
|
142
|
-
<h3 id="upgrading"><a href="/docs/upgrading/">Upgrading</a></h3>
|
143
|
-
|
144
|
-
<p>Did you recently upgrade from Jekyll 1 to 2 or from Jekyll 2 to 3?
|
145
|
-
Known breaking changes are listed in the upgrading docs.</p>
|
146
|
-
|
147
|
-
<h3 id="jekyllconf"><a href="/jekyllconf/">Jekyllconf</a></h3>
|
148
|
-
|
149
|
-
<p>Watch videos from members of the Jekyll community speak about interesting use cases, tricks they’ve learned or meta Jekyll topics.</p>
|
150
|
-
|
151
|
-
<h3 id="google"><a href="https://www.google.com/?q=jekyll">Google</a></h3>
|
152
|
-
|
153
|
-
<p>Add <strong>jekyll</strong> to almost any query, and you’ll find just what you need.</p>
|
154
|
-
|
155
|
-
<h3 id="jekylljekyll"><a href="https://github.com/jekyll/jekyll/issues">jekyll/jekyll</a></h3>
|
156
|
-
|
157
|
-
<p>Search through the issues on the main Jekyll development. Think you’ve
|
158
|
-
found a bug? File a new issue.</p>
|
159
|
-
|
160
|
-
<h3 id="jekyllrb-on-twitter"><a href="https://twitter.com/jekyllrb">@jekyllrb on Twitter</a></h3>
|
161
|
-
|
162
|
-
<p>The official Jekyll Twitter account. It’s not checked often, so try the
|
163
|
-
above first.</p>
|
164
|
-
|
165
|
-
</article>
|
166
|
-
</div>
|
167
|
-
|
168
|
-
<div class="clear"></div>
|
169
|
-
|
170
|
-
</div>
|
171
|
-
</section>
|
172
|
-
|
173
|
-
|
174
|
-
<footer>
|
175
|
-
<div class="grid">
|
176
|
-
<div class="unit one-third center-on-mobiles">
|
177
|
-
<p>The contents of this website are <br>© 2020 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
|
178
|
-
</div>
|
179
|
-
<div class="unit two-thirds align-right center-on-mobiles">
|
180
|
-
<p>
|
181
|
-
Proudly hosted by
|
182
|
-
<a href="https://github.com">
|
183
|
-
<img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding">
|
184
|
-
</a>
|
185
|
-
</p>
|
186
|
-
</div>
|
187
|
-
</div>
|
188
|
-
</footer>
|
189
|
-
|
190
|
-
<script>
|
191
|
-
var anchorForId = function (id) {
|
192
|
-
var anchor = document.createElement("a");
|
193
|
-
anchor.className = "header-link";
|
194
|
-
anchor.href = "#" + id;
|
195
|
-
anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
|
196
|
-
anchor.title = "Permalink";
|
197
|
-
return anchor;
|
198
|
-
};
|
199
|
-
|
200
|
-
var linkifyAnchors = function (level, containingElement) {
|
201
|
-
var headers = containingElement.getElementsByTagName("h" + level);
|
202
|
-
for (var h = 0; h < headers.length; h++) {
|
203
|
-
var header = headers[h];
|
204
|
-
|
205
|
-
if (typeof header.id !== "undefined" && header.id !== "") {
|
206
|
-
header.appendChild(anchorForId(header.id));
|
207
|
-
}
|
208
|
-
}
|
209
|
-
};
|
210
|
-
|
211
|
-
document.onreadystatechange = function () {
|
212
|
-
if (this.readyState === "complete") {
|
213
|
-
var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
|
214
|
-
if (!contentBlock) {
|
215
|
-
return;
|
216
|
-
}
|
217
|
-
for (var level = 1; level <= 6; level++) {
|
218
|
-
linkifyAnchors(level, contentBlock);
|
219
|
-
}
|
220
|
-
}
|
221
|
-
};
|
222
|
-
</script>
|
223
|
-
|
224
|
-
|
225
|
-
<!-- Google Analytics (https://www.google.com/analytics) -->
|
226
|
-
<script>
|
227
|
-
!function(j,e,k,y,l,L){j.GoogleAnalyticsObject=y,j[y]||(j[y]=function(){
|
228
|
-
(j[y].q=j[y].q||[]).push(arguments)}),j[y].l=+new Date,l=e.createElement(k),
|
229
|
-
L=e.getElementsByTagName(k)[0],l.src='https://www.google-analytics.com/analytics.js',
|
230
|
-
L.parentNode.insertBefore(l,L)}(window,document,'script','ga');
|
231
|
-
|
232
|
-
ga('create', 'UA-50755011-1', 'jekyllrb.com');
|
233
|
-
ga('send', 'pageview');
|
234
|
-
|
235
|
-
</script>
|
236
|
-
|
237
|
-
|
238
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
239
|
-
<script type="text/javascript"> docsearch({
|
240
|
-
apiKey: '50fe39c839958dfad797000f33e2ec17',
|
241
|
-
indexName: 'jekyllrb',
|
242
|
-
inputSelector: '#docsearch-input',
|
243
|
-
enhancedSearchInput: true,
|
244
|
-
debug: false // Set debug to true if you want to inspect the dropdown
|
245
|
-
});
|
246
|
-
</script>
|
247
|
-
|
248
|
-
</body>
|
3
|
+
<meta charset="utf-8">
|
4
|
+
<title>Redirecting…</title>
|
5
|
+
<link rel="canonical" href="https://jekyllrb.com/docs/community/">
|
6
|
+
<script>location="https://jekyllrb.com/docs/community/"</script>
|
7
|
+
<meta http-equiv="refresh" content="0; url=https://jekyllrb.com/docs/community/">
|
8
|
+
<meta name="robots" content="noindex">
|
9
|
+
<h1>Redirecting…</h1>
|
10
|
+
<a href="https://jekyllrb.com/docs/community/">Click here if you are not redirected.</a>
|
249
11
|
</html>
|