site/docs/continuous-integration/index.html in jekyll-docs-3.6.2.0 vs site/docs/continuous-integration/index.html in jekyll-docs-3.7.0
- old
+ new
@@ -2,32 +2,34 @@
<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.6.2">
+ <meta name="generator" content="Jekyll v3.7.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="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
- <!-- Begin Jekyll SEO tag v2.3.0 -->
+ <!-- Begin Jekyll SEO tag v2.4.0 -->
<title>Continuous Integration | Jekyll • Simple, blog-aware, static sites</title>
+<meta name="generator" content="Jekyll v3.7.0">
<meta property="og:title" content="Continuous Integration">
<meta property="og:locale" content="en_US">
<meta name="description" content="Continuous Integration (CI) enables you to publish your Jekyll generated website with confidence by automating the quality assurance and deployment processes. You can quickly get started using CI with one of the providers below:">
<meta property="og:description" content="Continuous Integration (CI) enables you to publish your Jekyll generated website with confidence by automating the quality assurance and deployment processes. You can quickly get started using CI with one of the providers below:">
<link rel="canonical" href="https://jekyllrb.com/docs/continuous-integration/">
<meta property="og:url" content="https://jekyllrb.com/docs/continuous-integration/">
<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-10-24T09:12:04-07:00">
+<meta property="article:published_time" content="2018-01-03T02:41:17-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">
-{"name":null,"description":"Continuous Integration (CI) enables you to publish your Jekyll generated website with confidence by automating the quality assurance and deployment processes. You can quickly get started using CI with one of the providers below:","url":"https://jekyllrb.com/docs/continuous-integration/","headline":"Continuous Integration","dateModified":"2017-10-24T09:12:04-07:00","datePublished":"2017-10-24T09:12:04-07:00","sameAs":null,"@type":"BlogPosting","author":null,"image":null,"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/continuous-integration/"},"@context":"http://schema.org"}</script>
+{"headline":"Continuous Integration","dateModified":"2018-01-03T02:41:17-08:00","datePublished":"2018-01-03T02:41:17-08:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/continuous-integration/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"url":"https://jekyllrb.com/docs/continuous-integration/","description":"Continuous Integration (CI) enables you to publish your Jekyll generated website with confidence by automating the quality assurance and deployment processes. You can quickly get started using CI with one of the providers below:","@type":"BlogPosting","@context":"http://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>
@@ -35,66 +37,71 @@
</head>
<body class="wrap">
<header>
- <nav class="mobile-nav show-on-mobiles">
- <ul>
+ <div class="flexbox">
+ <div class="center-on-mobiles">
+ <h1>
+ <a href="/" class="logo">
+ <span class="sr-only">Jekyll</span>
+ <img src="/img/logo-2x.png" width="140" height="65" alt="Jekyll Logo">
+ </a>
+ </h1>
+ </div>
+ <nav class="main-nav hide-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="/community/">Community</a>
- </li>
- <li class="">
<a href="/help/">Help</a>
</li>
- <li>
- <a href="https://github.com/jekyll/jekyll">GitHub</a>
- </li>
</ul>
- </nav>
- <div class="grid">
- <div class="unit one-third center-on-mobiles">
- <h1>
- <a href="/">
- <span class="sr-only">Jekyll</span>
- <img src="/img/logo-2x.png" width="249" height="115" alt="Jekyll Logo">
- </a>
- </h1>
+ </nav>
+ <div class="search hide-on-mobiles">
+ <input type="text" id="docsearch-input" placeholder="Search the docs…">
+
</div>
- <nav class="main-nav unit two-thirds hide-on-mobiles">
+ <div class="meta hide-on-mobiles">
<ul>
+ <li>
+ <a href="https://github.com/jekyll/jekyll/releases/tag/v3.7.0">v3.7.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="/community/">Community</a>
- </li>
- <li class="">
<a href="/help/">Help</a>
</li>
<li>
<a href="https://github.com/jekyll/jekyll">GitHub</a>
</li>
</ul>
- </nav>
- </div>
+ </nav>
</header>
<section class="docs">
<div class="grid">
@@ -596,11 +603,11 @@
<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
- <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>
+ <p>The contents of this website are <br>© 2018 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">
@@ -674,8 +681,17 @@
ga('send', 'pageview');
</script>
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
+<script type="text/javascript"> docsearch({
+apiKey: '50fe39c839958dfad797000f33e2ec17',
+indexName: 'jekyllrb',
+inputSelector: '#docsearch-input',
+enhancedSearchInput: true,
+debug: false // Set debug to true if you want to inspect the dropdown
+});
+</script>
</body>
</html>