Jekyll build from gh-pages:328aa26 Update to Jekyll 3.3.0
Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/1791907a Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/1791907a Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/1791907a Branch: refs/heads/asf-site Commit: 1791907a993c155793e6e5a75f15083f9f875a9d Parents: c065566 Author: Christopher Tubbs <[email protected]> Authored: Thu Nov 10 17:30:47 2016 -0500 Committer: Christopher Tubbs <[email protected]> Committed: Thu Nov 10 17:30:47 2016 -0500 ---------------------------------------------------------------------- feed.xml | 6 +++--- source.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/1791907a/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index f7e080d..b06b0fb 100644 --- a/feed.xml +++ b/feed.xml @@ -6,9 +6,9 @@ </description> <link>https://accumulo.apache.org/</link> <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Thu, 10 Nov 2016 16:36:52 -0500</pubDate> - <lastBuildDate>Thu, 10 Nov 2016 16:36:52 -0500</lastBuildDate> - <generator>Jekyll v3.2.1</generator> + <pubDate>Thu, 10 Nov 2016 17:30:42 -0500</pubDate> + <lastBuildDate>Thu, 10 Nov 2016 17:30:42 -0500</lastBuildDate> + <generator>Jekyll v3.3.0</generator> <item> <title>Durability Performance Implications</title> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/1791907a/source.html ---------------------------------------------------------------------- diff --git a/source.html b/source.html index b1dc4be..003cf64 100644 --- a/source.html +++ b/source.html @@ -196,7 +196,7 @@ directly by a committer, with a pull request to <a href="https://github.com/apac submitted to <a href="https://issues.apache.org/jira/browse/ACCUMULO">JIRA</a>. The rendered site can be previewed locally or on <a href="http://apache.github.io/accumulo">GitHub</a>, and the rendered site (in the <code class="highlighter-rouge">_site</code> directory) will be merged into the <code class="highlighter-rouge">asf-site</code> branch to update our <a href="https://accumulo.apache.org">official/canonical -site</a> after being built with the <code class="highlighter-rouge">_config-asf.yml</code> configuration.</p> +site</a> after being built.</p> <p>To manage any Gem dependencies, it is highly recommended to use <a href="https://bundler.io">Bundler</a>. To start using Bundler, install it and then the dependencies for the website:</p> @@ -214,25 +214,25 @@ bundle install <p>To test the site locally (usually on http://localhost:4000):</p> -<div class="highlighter-rouge"><pre class="highlight"><code>jekyll serve --config _config-asf.yml --safe +<div class="highlighter-rouge"><pre class="highlight"><code>jekyll serve --safe </code></pre> </div> <p>To do the same with Bundler:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>bundle exec jekyll serve --config _config-asf.yml --safe +<div class="highlighter-rouge"><pre class="highlight"><code>bundle exec jekyll serve --safe </code></pre> </div> <p>To build for updating the <code class="highlighter-rouge">asf-site</code> branch:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>jekyll build --config _config-asf.yml --safe +<div class="highlighter-rouge"><pre class="highlight"><code>jekyll build --safe </code></pre> </div> <p>To do the same with Bundler:</p> -<div class="highlighter-rouge"><pre class="highlight"><code>bundle exec jekyll build --config _config-asf.yml --safe +<div class="highlighter-rouge"><pre class="highlight"><code>bundle exec jekyll build --safe </code></pre> </div>
