site/docs/configuration/index.html in jekyll-docs-3.3.0 vs site/docs/configuration/index.html in jekyll-docs-3.3.1
- old
+ new
@@ -2,41 +2,41 @@
<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.0">
+ <meta name="generator" content="Jekyll v3.3.1">
<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">
- <!-- Begin Jekyll SEO tag v2.0.0 -->
+ <!-- Begin Jekyll SEO tag v2.1.0 -->
<title>Configuration - Jekyll • Simple, blog-aware, static sites</title>
<meta property="og:title" content="Configuration">
-<meta name="description" content="Jekyll allows you to concoct your sites in any way you can dream up, and it’sthanks to the powerful and flexible configuration options that this is possible.These options can either be specified in a _config.yml file placed in yoursite’s root directory, or can be specified as flags for the jekyll executablein the terminal.">
-<meta property="og:description" content="Jekyll allows you to concoct your sites in any way you can dream up, and it’sthanks to the powerful and flexible configuration options that this is possible.These options can either be specified in a _config.yml file placed in yoursite’s root directory, or can be specified as flags for the jekyll executablein the terminal.">
+<meta name="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.">
+<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="2016-10-06T11:16:34-07:00">
+<meta property="article:published_time" content="2017-01-20T13:17:57-08: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": "2016-10-06T11:16:34-07:00",
- "description": "Jekyll allows you to concoct your sites in any way you can dream up, and it’sthanks to the powerful and flexible configuration options that this is possible.These options can either be specified in a _config.yml file placed in yoursite’s root directory, or can be specified as flags for the jekyll executablein the terminal.",
- "logo": "https://jekyllrb.com/img/logo-2x.png",
- "url": "https://jekyllrb.com/docs/configuration/"
- }
-</script>
+{"@context": "http://schema.org",
+"@type": "BlogPosting",
+"headline": "Configuration",
+"datePublished": "2017-01-20T13:17:57-08: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>
<!-- End Jekyll SEO tag -->
+
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
@@ -261,10 +261,14 @@
<option value="/docs/contributing/">Contributing</option>
+ <option value="/docs/maintaining/">Maintaining Jekyll</option>
+
+
+
<option value="/docs/conduct/">Code of Conduct</option>
<option value="/docs/history/">History</option>
@@ -277,11 +281,11 @@
<div class="unit four-fifths">
<article>
<div class="improve right hide-on-mobiles">
- <a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/configuration.md"><i class="fa fa-pencil"></i> Improve this page</a>
+ <a href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/configuration.md"><i class="fa fa-pencil"></i> Improve this page</a>
</div>
<h1>Configuration</h1>
<p>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 <code class="highlighter-rouge">_config.yml</code> file placed in your
@@ -880,11 +884,11 @@
<span class="s">output</span><span class="pi">:</span> <span class="s">true</span>
<span class="c1"># Handling Reading</span>
<span class="s">safe</span><span class="pi">:</span> <span class="s">false</span>
<span class="s">include</span><span class="pi">:</span> <span class="pi">[</span><span class="s2">"</span><span class="s">.htaccess"</span><span class="pi">]</span>
-<span class="s">exclude</span><span class="pi">:</span> <span class="pi">[</span><span class="s2">"</span><span class="s">node_modules"</span><span class="pi">,</span> <span class="s2">"</span><span class="s">vendor"</span><span class="pi">]</span>
+<span class="s">exclude</span><span class="pi">:</span> <span class="pi">[</span><span class="s2">"</span><span class="s">node_modules"</span><span class="pi">,</span> <span class="s2">"</span><span class="s">vendor/bundle/"</span><span class="pi">,</span> <span class="s2">"</span><span class="s">vendor/cache/"</span><span class="pi">,</span> <span class="s2">"</span><span class="s">vendor/gems/"</span><span class="pi">,</span> <span class="s2">"</span><span class="s">vendor/ruby/"</span><span class="pi">]</span>
<span class="s">keep_files</span><span class="pi">:</span> <span class="pi">[</span><span class="s2">"</span><span class="s">.git"</span><span class="pi">,</span> <span class="s2">"</span><span class="s">.svn"</span><span class="pi">]</span>
<span class="s">encoding</span><span class="pi">:</span> <span class="s2">"</span><span class="s">utf-8"</span>
<span class="s">markdown_ext</span><span class="pi">:</span> <span class="s2">"</span><span class="s">markdown,mkdown,mkdn,mkd,md"</span>
<span class="c1"># Filtering Content</span>
@@ -1280,10 +1284,14 @@
<li class=""><a href="/docs/contributing/">Contributing</a></li>
+ <li class=""><a href="/docs/maintaining/">Maintaining Jekyll</a></li>
+
+
+
<li class=""><a href="/docs/conduct/">Code of Conduct</a></li>
<li class=""><a href="/docs/history/">History</a></li>
@@ -1302,10 +1310,10 @@
<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
- <p>The contents of this website are <br>© 2016 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
+ <p>The contents of this website are <br>© 2017 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Proudly hosted by
<a href="https://github.com">