Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BD820200BCE for ; Thu, 27 Oct 2016 16:51:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BC32C160AF6; Thu, 27 Oct 2016 14:51:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A405E160B09 for ; Thu, 27 Oct 2016 16:51:02 +0200 (CEST) Received: (qmail 61084 invoked by uid 500); 27 Oct 2016 14:51:01 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 60607 invoked by uid 99); 27 Oct 2016 14:51:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 14:51:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0C724DFA20; Thu, 27 Oct 2016 14:51:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Thu, 27 Oct 2016 14:51:12 -0000 Message-Id: In-Reply-To: <0d2dbdcce9574f8a84ff457d2b4db478@git.apache.org> References: <0d2dbdcce9574f8a84ff457d2b4db478@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/13] accumulo git commit: Several more updates to website archived-at: Thu, 27 Oct 2016 14:51:03 -0000 Several more updates to website * Removed Bootstrap/watch JS/CSS code as its now being served by CDN * Changed accumulo.css into sass file * Added syntax highlighting to accumulo.scss * Upgraded to version 99 of github-pages Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/506b57c8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/506b57c8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/506b57c8 Branch: refs/heads/gh-pages Commit: 506b57c8b0ce25b8e7fd89a1ee901bf6a629fecd Parents: f690c6b Author: Mike Walch Authored: Thu Oct 27 09:45:30 2016 -0400 Committer: Josh Elser Committed: Thu Oct 27 10:49:28 2016 -0400 ---------------------------------------------------------------------- Gemfile | 2 +- Gemfile.lock | 41 +- _layouts/skeleton.html | 6 +- _sass/_syntax-highlighting.scss | 3 +- css/accumulo.css | 223 - css/accumulo.scss | 210 + css/bootstrap.css | 7520 ---------------------------------- css/bootstrap.min.css | 11 - js/bootstrap.js | 2377 ----------- js/bootstrap.min.js | 7 - 10 files changed, 237 insertions(+), 10163 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/506b57c8/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index 6c92ba1..2cc05cb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages', '93', group: :jekyll_plugins +gem 'github-pages', '99', group: :jekyll_plugins gem 'therubyracer' http://git-wip-us.apache.org/repos/asf/accumulo/blob/506b57c8/Gemfile.lock ---------------------------------------------------------------------- diff --git a/Gemfile.lock b/Gemfile.lock index cd9531b..1a4bbfe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM execjs coffee-script-source (1.10.0) colorator (1.1.0) - ethon (0.9.0) + ethon (0.9.1) ffi (>= 1.3.0) execjs (2.7.0) faraday (0.9.2) @@ -21,26 +21,27 @@ GEM ffi (1.9.14) forwardable-extended (2.6.0) gemoji (2.1.0) - github-pages (93) + github-pages (99) activesupport (= 4.2.7) github-pages-health-check (= 1.2.0) jekyll (= 3.2.1) jekyll-coffeescript (= 1.0.1) - jekyll-feed (= 0.5.1) + jekyll-feed (= 0.7.2) jekyll-gist (= 1.4.0) - jekyll-github-metadata (= 2.0.2) - jekyll-mentions (= 1.1.3) + jekyll-github-metadata (= 2.1.1) + jekyll-mentions (= 1.2.0) jekyll-paginate (= 1.1.0) jekyll-redirect-from (= 0.11.0) jekyll-sass-converter (= 1.3.0) jekyll-seo-tag (= 2.0.0) jekyll-sitemap (= 0.10.0) + jekyll-swiss (= 0.4.0) jemoji (= 0.7.0) kramdown (= 1.11.1) liquid (= 3.0.6) listen (= 3.0.6) mercenary (~> 0.3) - minima (= 1.0.1) + minima (= 1.2.0) rouge (= 1.11.1) terminal-table (~> 1.4) github-pages-health-check (1.2.0) @@ -65,13 +66,14 @@ GEM safe_yaml (~> 1.0) jekyll-coffeescript (1.0.1) coffee-script (~> 2.2) - jekyll-feed (0.5.1) + jekyll-feed (0.7.2) jekyll-gist (1.4.0) octokit (~> 4.2) - jekyll-github-metadata (2.0.2) + jekyll-github-metadata (2.1.1) jekyll (~> 3.1) octokit (~> 4.0) - jekyll-mentions (1.1.3) + jekyll-mentions (1.2.0) + activesupport (~> 4.0) html-pipeline (~> 2.3) jekyll (~> 3.0) jekyll-paginate (1.1.0) @@ -82,6 +84,7 @@ GEM jekyll-seo-tag (2.0.0) jekyll (~> 3.1) jekyll-sitemap (0.10.0) + jekyll-swiss (0.4.0) jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) jemoji (0.7.0) @@ -98,20 +101,18 @@ GEM rb-inotify (>= 0.9.7) mercenary (0.3.6) mini_portile2 (2.1.0) - minima (1.0.1) - minitest (5.9.0) + minima (1.2.0) + minitest (5.9.1) multipart-post (2.0.0) net-dns (0.8.0) - nokogiri (1.6.8) + nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - octokit (4.3.0) + octokit (4.4.1) sawyer (~> 0.7.0, >= 0.5.3) pathutil (0.14.0) forwardable-extended (~> 2.6) - pkg-config (1.1.7) public_suffix (1.5.3) - rb-fsevent (0.9.7) + rb-fsevent (0.9.8) rb-inotify (0.9.7) ffi (>= 0.5.0) ref (2.0.0) @@ -121,7 +122,8 @@ GEM sawyer (0.7.0) addressable (>= 2.3.5, < 2.5) faraday (~> 0.8, < 0.10) - terminal-table (1.6.0) + terminal-table (1.7.3) + unicode-display_width (~> 1.1.1) therubyracer (0.12.2) libv8 (~> 3.16.14.0) ref @@ -130,13 +132,14 @@ GEM ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) + unicode-display_width (1.1.1) PLATFORMS ruby DEPENDENCIES - github-pages (= 93) + github-pages (= 99) therubyracer BUNDLED WITH - 1.12.5 + 1.13.5 http://git-wip-us.apache.org/repos/asf/accumulo/blob/506b57c8/_layouts/skeleton.html ---------------------------------------------------------------------- diff --git a/_layouts/skeleton.html b/_layouts/skeleton.html index 53c26bf..209b543 100644 --- a/_layouts/skeleton.html +++ b/_layouts/skeleton.html @@ -20,15 +20,15 @@ - - + + {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - +