site/docs/usage/index.html in jekyll-docs-3.9.0 vs site/docs/usage/index.html in jekyll-docs-4.0.0

- old
+ new

@@ -1,36 +1,39 @@ <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> - <meta name="generator" content="Jekyll v3.9.0"> + <meta name="generator" content="Jekyll v4.0.0"> <link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites" /> + <link type="application/atom+xml" rel="alternate" href="/feed/release.xml" title="Jekyll releases posts" /> <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="preconnect" href="https://fonts.gstatic.com/" crossorigin> - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900"> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" /> + <link rel="preload" href="/fonts/lato-v14-latin-300.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/lato-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/css/screen.css" as="style"> <link rel="stylesheet" href="/css/screen.css"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <!-- Begin Jekyll SEO tag v2.6.1 --> -<title>Basic Usage | Jekyll • Simple, blog-aware, static sites</title> -<meta name="generator" content="Jekyll v3.9.0" /> -<meta property="og:title" content="Basic Usage" /> +<title>Command Line Usage | Jekyll • Simple, blog-aware, static sites</title> +<meta name="generator" content="Jekyll v4.0.0" /> +<meta property="og:title" content="Command Line Usage" /> <meta property="og:locale" content="en_US" /> -<meta name="description" content="The Jekyll gem makes a jekyll executable available to you in your Terminal window. You can use this command in a number of ways:" /> -<meta property="og:description" content="The Jekyll gem makes a jekyll executable available to you in your Terminal window. You can use this command in a number of ways:" /> +<meta name="description" content="The Jekyll gem makes a jekyll executable available to you in your terminal." /> +<meta property="og:description" content="The Jekyll gem makes a jekyll executable available to you in your terminal." /> <link rel="canonical" href="https://jekyllrb.com/docs/usage/" /> <meta property="og:url" content="https://jekyllrb.com/docs/usage/" /> <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" /> +<meta property="og:image" content="https://jekyllrb.com/img/jekyll-og.png" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2020-08-05T11:55:36-07:00" /> -<meta name="twitter:card" content="summary" /> -<meta property="twitter:title" content="Basic Usage" /> +<meta property="article:published_time" content="2019-09-11T07:30:27-07:00" /> +<meta name="twitter:card" content="summary_large_image" /> +<meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" /> +<meta property="twitter:title" content="Command Line Usage" /> <meta name="twitter:site" content="@jekyllrb" /> <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" /> <script type="application/ld+json"> -{"url":"https://jekyllrb.com/docs/usage/","headline":"Basic Usage","dateModified":"2020-08-05T11:55:36-07:00","datePublished":"2020-08-05T11:55:36-07:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"description":"The Jekyll gem makes a jekyll executable available to you in your Terminal window. You can use this command in a number of ways:","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/usage/"},"@type":"BlogPosting","@context":"https://schema.org"}</script> +{"description":"The Jekyll gem makes a jekyll executable available to you in your terminal.","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/usage/"},"headline":"Command Line Usage","dateModified":"2019-09-11T07:30:27-07:00","url":"https://jekyllrb.com/docs/usage/","datePublished":"2019-09-11T07:30:27-07:00","image":"https://jekyllrb.com/img/jekyll-og.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> <!--[if lt IE 9]> <script src="/js/html5shiv.min.js"></script> <script src="/js/respond.min.js"></script> @@ -49,54 +52,69 @@ </a> </h1> </div> <nav class="main-nav hide-on-mobiles"> <ul> - <li class=""> + + <li> <a href="/">Home</a> </li> + <li class="current"> - <a href="/docs/home/">Docs</a> + <a href="/docs/">Docs</a> </li> - <li class=""> - <a href="/news/">News</a> + + <li> + <a href="/resources/">Resources</a> </li> - <li class=""> - <a href="/help/">Help</a> + + <li> + <a href="/showcase/">Showcase</a> </li> + + <li> + <a href="/news/">News</a> + </li> + </ul> </nav> <div class="search hide-on-mobiles"> <input type="text" id="docsearch-input" placeholder="Search the docs…"> </div> <div class="meta hide-on-mobiles"> <ul> <li> - <a href="https://github.com/jekyll/jekyll/releases/tag/v3.9.0">v3.9.0</a> + <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a> </li> <li> <a href="https://github.com/jekyll/jekyll">GitHub</a> </li> </ul> </div> </div> <nav class="mobile-nav show-on-mobiles"> <ul> - <li class=""> - <a href="/">Home</a> - </li> - <li class="current"> - <a href="/docs/home/">Docs</a> - </li> - <li class=""> - <a href="/news/">News</a> - </li> - <li class=""> - <a href="/help/">Help</a> - </li> + + <li> + <a href="/">Home</a> + </li> + + <li class="current"> + <a href="/docs/">Docs</a> + </li> + + <li> + <a href="/resources/">Resources</a> + </li> + + + <li> + <a href="/news/">News</a> + </li> + <li> <a href="https://github.com/jekyll/jekyll">GitHub</a> </li> </ul> @@ -111,524 +129,400 @@ <select onchange="if (this.value) window.location.href=this.value"> <option value="">Navigate the docs…</option> <optgroup label="Getting Started"> - - - <option value="/docs/home/">Welcome</option> - - - - <option value="/docs/quickstart/">Quick-start guide</option> - - - - <option value="/docs/installation/">Installation</option> - - - - <option value="/docs/windows/">Jekyll on Windows</option> - - - - <option value="/docs/usage/">Basic Usage</option> - - - - <option value="/docs/structure/">Directory structure</option> - - - - <option value="/docs/configuration/">Configuration</option> - - - </optgroup> - - <optgroup label="Your Content"> + + <option value="/docs/"> + Quickstart + </option> - - - <option value="/docs/frontmatter/">Front Matter</option> - - - - <option value="/docs/posts/">Writing posts</option> - - - - <option value="/docs/drafts/">Working with drafts</option> - - - - <option value="/docs/pages/">Creating pages</option> - - - - <option value="/docs/static-files/">Static Files</option> - - - - <option value="/docs/variables/">Variables</option> - - - - <option value="/docs/collections/">Collections</option> - - - - <option value="/docs/datafiles/">Data Files</option> - - - - <option value="/docs/assets/">Assets</option> - - - - <option value="/docs/migrations/">Blog migrations</option> - - + + <option value="/docs/ruby-101/"> + Ruby 101 + </option> + + + <option value="/docs/installation/"> + Installation + </option> + + + <option value="/docs/community/"> + Community + </option> + + + <option value="/docs/step-by-step/01-setup/"> + Step by Step Tutorial + </option> + </optgroup> - <optgroup label="Customization"> + <optgroup label="Build"> - - - <option value="/docs/templates/">Templates</option> - - - - <option value="/docs/includes/">Includes</option> - - - - <option value="/docs/permalinks/">Permalinks</option> - - - - <option value="/docs/pagination/">Pagination</option> - - - - <option value="/docs/plugins/">Plugins</option> - - - - <option value="/docs/themes/">Themes</option> - - - - <option value="/docs/extras/">Extras</option> - - + + <option value="/docs/usage/"> + Command Line Usage + </option> + + + <option value="/docs/configuration/"> + Configuration + </option> + </optgroup> - <optgroup label="Deployment"> + <optgroup label="Content"> - - - <option value="/docs/github-pages/">GitHub Pages</option> - - - - <option value="/docs/deployment-methods/">Deployment methods</option> - - - - <option value="/docs/continuous-integration/">Continuous Integration</option> - - + + <option value="/docs/pages/"> + Pages + </option> + + + <option value="/docs/posts/"> + Posts + </option> + + + <option value="/docs/front-matter/"> + Front Matter + </option> + + + <option value="/docs/collections/"> + Collections + </option> + + + <option value="/docs/datafiles/"> + Data Files + </option> + + + <option value="/docs/assets/"> + Assets + </option> + + + <option value="/docs/static-files/"> + Static Files + </option> + </optgroup> - <optgroup label="Miscellaneous"> + <optgroup label="Site Structure"> - - - <option value="/docs/troubleshooting/">Troubleshooting</option> - - - - <option value="/docs/sites/">Sites using Jekyll</option> - - - - <option value="/docs/resources/">Resources</option> - - - - <option value="/docs/upgrading/0-to-2/">Upgrading from 0.x to 2.x</option> - - - - <option value="/docs/upgrading/2-to-3/">Upgrading from 2.x to 3.x</option> - - + + <option value="/docs/structure/"> + Directory Structure + </option> + + + <option value="/docs/liquid/"> + Liquid + </option> + + + <option value="/docs/variables/"> + Variables + </option> + + + <option value="/docs/includes/"> + Includes + </option> + + + <option value="/docs/layouts/"> + Layouts + </option> + + + <option value="/docs/permalinks/"> + Permalinks + </option> + + + <option value="/docs/themes/"> + Themes + </option> + + + <option value="/docs/pagination/"> + Pagination + </option> + </optgroup> - <optgroup label="Meta"> + <optgroup label="Guides"> - - - <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> - - + + <option value="/docs/plugins/"> + Plugins + </option> + + + <option value="/docs/migrations/"> + Blog Migrations + </option> + + + <option value="/docs/upgrading/"> + Upgrading + </option> + + + <option value="/docs/deployment/"> + Deployment + </option> + </optgroup> </select> </div> <div class="unit four-fifths"> <article> <div class="improve right hide-on-mobiles"> - <a href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/usage.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a> + <a data-proofer-ignore href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/usage.md"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a> </div> - <h1>Basic Usage</h1> - <p>The Jekyll gem makes a <code class="language-plaintext highlighter-rouge">jekyll</code> executable available to you in your Terminal -window. You can use this command in a number of ways:</p> + <h1>Command Line Usage</h1> + <p>The Jekyll gem makes a <code class="highlighter-rouge">jekyll</code> executable available to you in your terminal.</p> -<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>jekyll build -<span class="c"># =&gt; The current folder will be generated into ./_site</span> +<p>You can use this command in a number of ways:</p> -jekyll build <span class="nt">--destination</span> &lt;destination&gt; -<span class="c"># =&gt; The current folder will be generated into &lt;destination&gt;</span> - -jekyll build <span class="nt">--source</span> &lt;<span class="nb">source</span><span class="o">&gt;</span> <span class="nt">--destination</span> &lt;destination&gt; -<span class="c"># =&gt; The &lt;source&gt; folder will be generated into &lt;destination&gt;</span> - -jekyll build <span class="nt">--watch</span> -<span class="c"># =&gt; The current folder will be generated into ./_site,</span> -<span class="c"># watched for changes, and regenerated automatically.</span> -</code></pre></div></div> - -<h2 id="override-default-development-settings">Override default development settings</h2> - -<p>Default URL is set to <code class="language-plaintext highlighter-rouge">http://localhost:4000</code> in development environment. <span class="version-badge" title="This feature is available starting version 3.3.0">3.3.0</span></p> - -<p>If you want to build for your production environment:</p> - <ul> - <li>Set your production URL in <code class="language-plaintext highlighter-rouge">_config.yml</code> e.g. <code class="language-plaintext highlighter-rouge">url: https://example.com</code>.</li> - <li>Run <code class="language-plaintext highlighter-rouge">JEKYLL_ENV=production bundle exec jekyll build</code>.</li> + <li><code class="highlighter-rouge">jekyll new</code> - Creates a new Jekyll site with default gem-based theme</li> + <li><code class="highlighter-rouge">jekyll new --blank</code> - Creates a new blank Jekyll site scaffold</li> + <li><code class="highlighter-rouge">jekyll build</code> or <code class="highlighter-rouge">jekyll b</code> - Performs a one off build your site to <code class="highlighter-rouge">./_site</code> (by default)</li> + <li><code class="highlighter-rouge">jekyll serve</code> or <code class="highlighter-rouge">jekyll s</code> - Builds your site any time a source file changes and serves it locally</li> + <li><code class="highlighter-rouge">jekyll doctor</code> - Outputs any deprecation or configuration issues</li> + <li><code class="highlighter-rouge">jekyll clean</code> - Removes all generated files: destination folder, metadata file, Sass and Jekyll caches.</li> + <li><code class="highlighter-rouge">jekyll help</code> - Shows help, optionally for a given subcommand, e.g. <code class="highlighter-rouge">jekyll help build</code></li> + <li><code class="highlighter-rouge">jekyll new-theme</code> - Creates a new Jekyll theme scaffold</li> </ul> -<div class="note info"> - <h5>Changes to <code>_config.yml</code> are not included during automatic regeneration.</h5> - <p> - The <code>_config.yml</code> master configuration file contains global configurations - and variable definitions that are read once at execution time. Changes made to <code>_config.yml</code> - during automatic regeneration are not loaded until the next execution. - </p> - <p> - Note <a href="../datafiles">Data Files</a> are included and reloaded during automatic regeneration. - </p> -</div> +<p>Typically you’ll use <code class="highlighter-rouge">jekyll serve</code> while developing locally and <code class="highlighter-rouge">jekyll build</code> when you need to generate the site for production.</p> -<div class="note warning"> - <h5>Destination folders are cleaned on site builds</h5> - <p> - The contents of <code>&lt;destination&gt;</code> are automatically - cleaned, by default, when the site is built. Files or folders that are not - created by your site will be removed. Files and folders you wish to retain - in <code>&lt;destination&gt;</code> may be specified within the <code>&lt;keep_files&gt;</code> - configuration directive. - </p> - <p> - Do not use an important location for <code>&lt;destination&gt;</code>; - instead, use it as a staging area and copy files from there to your web server. - </p> -</div> +<p>To change Jekyll’s default build behavior have a look through the <a href="/docs/configuration/">configuration options</a>.</p> -<p>Jekyll also comes with a built-in development server that will allow you to -preview what the generated site will look like in your browser locally.</p> + </article> + </div> -<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>jekyll serve -<span class="c"># =&gt; A development server will run at http://localhost:4000/</span> -<span class="c"># Auto-regeneration: enabled. Use `--no-watch` to disable.</span> - -jekyll serve <span class="nt">--livereload</span> -<span class="c"># LiveReload refreshes your browser after a change.</span> - -jekyll serve <span class="nt">--incremental</span> -<span class="c"># Incremental will perform a partial build in order to reduce regeneration time.</span> - -jekyll serve <span class="nt">--detach</span> -<span class="c"># =&gt; Same as `jekyll serve` but will detach from the current terminal.</span> -<span class="c"># If you need to kill the server, you can `kill -9 1234` where "1234" is the PID.</span> -<span class="c"># If you cannot find the PID, then do, `ps aux | grep jekyll` and kill the instance.</span> -</code></pre></div></div> - -<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>jekyll serve <span class="nt">--no-watch</span> -<span class="c"># =&gt; Same as `jekyll serve` but will not watch for changes.</span> -</code></pre></div></div> - -<p>These are just a few of the available <a href="../configuration/">configuration options</a>. -Many configuration options can either be specified as flags on the command line, -or alternatively (and more commonly) they can be specified in a <code class="language-plaintext highlighter-rouge">_config.yml</code> -file at the root of the source directory. Jekyll will automatically use the -options from this file when run. For example, if you place the following lines -in your <code class="language-plaintext highlighter-rouge">_config.yml</code> file:</p> - -<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">source</span><span class="pi">:</span> <span class="s">_source</span> -<span class="na">destination</span><span class="pi">:</span> <span class="s">_deploy</span> -</code></pre></div></div> - -<p>Then the following two commands will be equivalent:</p> - -<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>jekyll build -jekyll build <span class="nt">--source</span> _source <span class="nt">--destination</span> _deploy -</code></pre></div></div> - -<p>For more about the possible configuration options, see the -<a href="../configuration/">configuration</a> page.</p> - -<div class="note info"> - <h5>Call for help</h5> - <p> - The <code>help</code> command is always here to remind you of all available options and usage, and also works with the <code>build</code>, <code>serve</code> and <code>new</code> subcommands, e.g <code>jekyll help new</code> or <code>jekyll help build</code>. - </p> -</div> - -<p>If you’re interested in browsing these docs on-the-go, install the -<code class="language-plaintext highlighter-rouge">jekyll-docs</code> gem and run <code class="language-plaintext highlighter-rouge">jekyll docs</code> in your terminal.</p> - + <div class="unit one-fifth hide-on-mobiles"> + <aside> + + <h4>Getting Started</h4> + <ul> + - - - - - - - - - - - - - - - - - - - - <div class="section-nav"> - <div class="left align-right"> + <li> + <a href="/docs/"> + Quickstart + </a> + </li> + - - - <a href="/docs/windows/" class="prev">Back</a> + <li> + <a href="/docs/ruby-101/"> + Ruby 101 + </a> + </li> + - </div> - <div class="right align-left"> + <li> + <a href="/docs/installation/"> + Installation + </a> + </li> + - - - <a href="/docs/structure/" class="next">Next</a> + <li> + <a href="/docs/community/"> + Community + </a> + </li> + - </div> - </div> - <div class="clear"></div> + <li> + <a href="/docs/step-by-step/01-setup/"> + Step by Step Tutorial + </a> + </li> + + </ul> - </article> - </div> - - <div class="unit one-fifth hide-on-mobiles"> - <aside> + <h4>Build</h4> + <ul> + + + <li class="current"> + <a href="/docs/usage/"> + Command Line Usage + </a> + </li> + + + <li> + <a href="/docs/configuration/"> + Configuration + </a> + </li> + + </ul> - <h4>Getting Started</h4> - <ul> - - - - <li class=""><a href="/docs/home/">Welcome</a></li> - - - - <li class=""><a href="/docs/quickstart/">Quick-start guide</a></li> - - - - <li class=""><a href="/docs/installation/">Installation</a></li> - - - - <li class=""><a href="/docs/windows/">Jekyll on Windows</a></li> - - - - <li class="current"><a href="/docs/usage/">Basic Usage</a></li> - - - - <li class=""><a href="/docs/structure/">Directory structure</a></li> - - - - <li class=""><a href="/docs/configuration/">Configuration</a></li> - -</ul> - + <h4>Content</h4> + <ul> + + + <li> + <a href="/docs/pages/"> + Pages + </a> + </li> + + + <li> + <a href="/docs/posts/"> + Posts + </a> + </li> + + + <li> + <a href="/docs/front-matter/"> + Front Matter + </a> + </li> + + + <li> + <a href="/docs/collections/"> + Collections + </a> + </li> + + + <li> + <a href="/docs/datafiles/"> + Data Files + </a> + </li> + + + <li> + <a href="/docs/assets/"> + Assets + </a> + </li> + + + <li> + <a href="/docs/static-files/"> + Static Files + </a> + </li> + + </ul> - <h4>Your Content</h4> - <ul> - - - - <li class=""><a href="/docs/frontmatter/">Front Matter</a></li> - - - - <li class=""><a href="/docs/posts/">Writing posts</a></li> - - - - <li class=""><a href="/docs/drafts/">Working with drafts</a></li> - - - - <li class=""><a href="/docs/pages/">Creating pages</a></li> - - - - <li class=""><a href="/docs/static-files/">Static Files</a></li> - - - - <li class=""><a href="/docs/variables/">Variables</a></li> - - - - <li class=""><a href="/docs/collections/">Collections</a></li> - - - - <li class=""><a href="/docs/datafiles/">Data Files</a></li> - - - - <li class=""><a href="/docs/assets/">Assets</a></li> - - - - <li class=""><a href="/docs/migrations/">Blog migrations</a></li> - -</ul> - + <h4>Site Structure</h4> + <ul> + + + <li> + <a href="/docs/structure/"> + Directory Structure + </a> + </li> + + + <li> + <a href="/docs/liquid/"> + Liquid + </a> + </li> + + + <li> + <a href="/docs/variables/"> + Variables + </a> + </li> + + + <li> + <a href="/docs/includes/"> + Includes + </a> + </li> + + + <li> + <a href="/docs/layouts/"> + Layouts + </a> + </li> + + + <li> + <a href="/docs/permalinks/"> + Permalinks + </a> + </li> + + + <li> + <a href="/docs/themes/"> + Themes + </a> + </li> + + + <li> + <a href="/docs/pagination/"> + Pagination + </a> + </li> + + </ul> - <h4>Customization</h4> - <ul> - - - - <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> - - - - <li class=""><a href="/docs/plugins/">Plugins</a></li> - - - - <li class=""><a href="/docs/themes/">Themes</a></li> - - - - <li class=""><a href="/docs/extras/">Extras</a></li> - -</ul> - + <h4>Guides</h4> + <ul> + + + <li> + <a href="/docs/plugins/"> + Plugins + </a> + </li> + + + <li> + <a href="/docs/migrations/"> + Blog Migrations + </a> + </li> + + + <li> + <a href="/docs/upgrading/"> + Upgrading + </a> + </li> + + + <li> + <a href="/docs/deployment/"> + Deployment + </a> + </li> + + </ul> - <h4>Deployment</h4> - <ul> - - - - <li class=""><a href="/docs/github-pages/">GitHub Pages</a></li> - - - - <li class=""><a href="/docs/deployment-methods/">Deployment methods</a></li> - - - - <li class=""><a href="/docs/continuous-integration/">Continuous Integration</a></li> - -</ul> - - - <h4>Miscellaneous</h4> - <ul> - - - - <li class=""><a href="/docs/troubleshooting/">Troubleshooting</a></li> - - - - <li class=""><a href="/docs/sites/">Sites using Jekyll</a></li> - - - - <li class=""><a href="/docs/resources/">Resources</a></li> - - - - <li class=""><a href="/docs/upgrading/0-to-2/">Upgrading from 0.x to 2.x</a></li> - - - - <li class=""><a href="/docs/upgrading/2-to-3/">Upgrading from 2.x to 3.x</a></li> - -</ul> - - - <h4>Meta</h4> - <ul> - - - - <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> - -</ul> - - </aside> </div> <div class="clear"></div> @@ -638,16 +532,25 @@ <footer> <div class="grid"> <div class="unit one-third center-on-mobiles"> - <p>The contents of this website are <br />&copy;&nbsp;2020 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT&nbsp;License</a>.</p> + <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p> + <p>The contents of this website are <br />&copy;&nbsp;2019 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT&nbsp;License</a>.</p> </div> <div class="unit two-thirds align-right center-on-mobiles"> <p> Proudly hosted by <a href="https://github.com"> <img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding"> + </a> + </p> + </div> + <div class="unit two-thirds align-right center-on-mobiles"> + <p> + Jekyll is funded thanks to its + <a href="https://github.com/jekyll/jekyll#sponsors"> + sponsors! </a> </p> </div> </div> </footer>