site/docs/configuration/index.html in jekyll-docs-3.3.1 vs site/docs/configuration/index.html in jekyll-docs-3.4.0
- old
+ new
@@ -2,11 +2,11 @@
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
- <meta name="generator" content="Jekyll v3.3.1">
+ <meta name="generator" content="Jekyll v3.4.0">
<link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites">
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="https://github.com/jekyll/jekyll/commits/master.atom">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
@@ -17,19 +17,19 @@
<meta property="og:description" content="Jekyll allows you to concoct your sites in any way you can dream up, and it’s thanks to the powerful and flexible configuration options that this is possible. These options can either be specified in a _config.yml file placed in your site’s root directory, or can be specified as flags for the jekyll executable in the terminal.">
<link rel="canonical" href="https://jekyllrb.com/docs/configuration/">
<meta property="og:url" content="https://jekyllrb.com/docs/configuration/">
<meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites">
<meta property="og:type" content="article">
-<meta property="article:published_time" content="2017-01-20T13:17:57-08:00">
+<meta property="article:published_time" content="2017-03-22T08:06:48-07:00">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@jekyllrb">
<meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY">
<script type="application/ld+json">
{"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "Configuration",
-"datePublished": "2017-01-20T13:17:57-08:00",
+"datePublished": "2017-03-22T08:06:48-07:00",
"description": "Jekyll allows you to concoct your sites in any way you can dream up, and it’s thanks to the powerful and flexible configuration options that this is possible. These options can either be specified in a _config.yml file placed in your site’s root directory, or can be specified as flags for the jekyll executable in the terminal.",
"publisher": {"@type": "Organization",
"logo": {"@type": "ImageObject",
"url": "https://jekyllrb.com/img/logo-2x.png"}},
"url": "https://jekyllrb.com/docs/configuration/"}</script>
@@ -190,10 +190,14 @@
<option value="/docs/templates/">Templates</option>
+ <option value="/docs/includes/">Includes</option>
+
+
+
<option value="/docs/permalinks/">Permalinks</option>
<option value="/docs/pagination/">Pagination</option>
@@ -503,12 +507,22 @@
<p><code class="flag">--future</code></p>
</td>
</tr>
<tr class="setting">
<td>
+ <p class="name"><strong>Unpublished</strong></p>
+ <p class="description">Render posts that were marked as unpublished.</p>
+ </td>
+ <td class="align-center">
+ <p><code class="option">unpublished: BOOL</code></p>
+ <p><code class="flag">--unpublished</code></p>
+ </td>
+ </tr>
+ <tr class="setting">
+ <td>
<p class="name"><strong>LSI</strong></p>
- <p class="description">Produce an index for related posts.</p>
+ <p class="description">Produce an index for related posts. Requires the <a href="http://www.classifier-reborn.com/">classifier-reborn</a> plugin.</p>
</td>
<td class="align-center">
<p><code class="option">lsi: BOOL</code></p>
<p><code class="flag">--lsi</code></p>
</td>
@@ -800,12 +814,12 @@
<p>With these defaults, all posts would use the <code class="highlighter-rouge">my-site</code> layout. Any html files that exist in the <code class="highlighter-rouge">projects/</code> folder will use the <code class="highlighter-rouge">project</code> layout, if it exists. Those files will also have the <code class="highlighter-rouge">page.author</code> <a href="../variables/">liquid variable</a> set to <code class="highlighter-rouge">Mr. Hyde</code>.</p>
<div class="language-yaml highlighter-rouge">
<pre class="highlight"><code><span class="s">collections</span><span class="pi">:</span>
- <span class="pi">-</span> <span class="s">my_collection</span><span class="pi">:</span>
- <span class="s">output</span><span class="pi">:</span> <span class="s">true</span>
+ <span class="s">my_collection</span><span class="pi">:</span>
+ <span class="s">output</span><span class="pi">:</span> <span class="s">true</span>
<span class="s">defaults</span><span class="pi">:</span>
<span class="pi">-</span>
<span class="s">scope</span><span class="pi">:</span>
<span class="s">path</span><span class="pi">:</span> <span class="s2">"</span><span class="s">"</span>
@@ -1210,10 +1224,14 @@
<li class=""><a href="/docs/templates/">Templates</a></li>
+ <li class=""><a href="/docs/includes/">Includes</a></li>
+
+
+
<li class=""><a href="/docs/permalinks/">Permalinks</a></li>
<li class=""><a href="/docs/pagination/">Pagination</a></li>
@@ -1358,11 +1376,11 @@
}
};
</script>
- <!-- Gauges (http://gaug.es/) -->
+ <!-- Gauges (http://get.gaug.es/) -->
<script>
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
@@ -1375,10 +1393,10 @@
})();
</script>
- <!-- Google Analytics (http://google.com/analytics) -->
+ <!-- Google Analytics (https://www.google.com/analytics) -->
<script>
!function(j,e,k,y,l,L){j.GoogleAnalyticsObject=y,j[y]||(j[y]=function(){
(j[y].q=j[y].q||[]).push(arguments)}),j[y].l=+new Date,l=e.createElement(k),
L=e.getElementsByTagName(k)[0],l.src='//www.google-analytics.com/analytics.js',
L.parentNode.insertBefore(l,L)}(window,document,'script','ga');