Repository: incubator-pirk Updated Branches: refs/heads/gh-pages 92698034b -> dad5af45e
changes to Gemfile and _config-asf.yml for rendering issues Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/dad5af45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/dad5af45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/dad5af45 Branch: refs/heads/gh-pages Commit: dad5af45ec1735ab4c5d922211843b9f32d5d10e Parents: 9269803 Author: eawilliams <[email protected]> Authored: Wed Jul 13 09:31:28 2016 -0400 Committer: eawilliams <[email protected]> Committed: Wed Jul 13 09:31:28 2016 -0400 ---------------------------------------------------------------------- Gemfile | 4 +--- Gemfile.lock | 51 ++++++++++++++++++++++----------------------------- _config-asf.yml | 4 ++-- 3 files changed, 25 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/dad5af45/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index 490fab5..81651d6 100755 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,2 @@ source 'https://rubygems.org' -gem 'github-pages', group: :jekyll_plugins -gem 'jekyll-redirect-from' - +gem 'github-pages', '78', group: :jekyll_plugins http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/dad5af45/Gemfile.lock ---------------------------------------------------------------------- diff --git a/Gemfile.lock b/Gemfile.lock old mode 100644 new mode 100755 index a74577f..a40cdd6 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,27 +18,27 @@ GEM execjs (2.7.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) - ffi (1.9.14) + ffi (1.9.10) gemoji (2.1.0) - github-pages (87) + github-pages (78) github-pages-health-check (= 1.1.0) - jekyll (= 3.1.6) + jekyll (= 3.0.5) jekyll-coffeescript (= 1.0.1) jekyll-feed (= 0.5.1) jekyll-gist (= 1.4.0) - jekyll-github-metadata (= 2.0.2) - jekyll-mentions (= 1.1.3) + jekyll-github-metadata (= 1.11.1) + jekyll-mentions (= 1.1.2) jekyll-paginate (= 1.1.0) - jekyll-redirect-from (= 0.11.0) + jekyll-redirect-from (= 0.10.0) jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 2.0.0) + jekyll-seo-tag (= 1.4.0) jekyll-sitemap (= 0.10.0) jemoji (= 0.6.2) - kramdown (= 1.11.1) + kramdown (= 1.10.0) liquid (= 3.0.6) listen (= 3.0.6) mercenary (~> 0.3) - rouge (= 1.11.1) + rouge (= 1.10.1) terminal-table (~> 1.4) github-pages-health-check (1.1.0) addressable (~> 2.3) @@ -50,7 +50,7 @@ GEM activesupport (>= 2, < 5) nokogiri (>= 1.4) i18n (0.7.0) - jekyll (3.1.6) + jekyll (3.0.5) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -64,19 +64,18 @@ GEM jekyll-feed (0.5.1) jekyll-gist (1.4.0) octokit (~> 4.2) - jekyll-github-metadata (2.0.2) - jekyll (~> 3.1) + jekyll-github-metadata (1.11.1) octokit (~> 4.0) - jekyll-mentions (1.1.3) + jekyll-mentions (1.1.2) html-pipeline (~> 2.3) jekyll (~> 3.0) jekyll-paginate (1.1.0) - jekyll-redirect-from (0.11.0) + jekyll-redirect-from (0.10.0) jekyll (>= 2.0) jekyll-sass-converter (1.3.0) sass (~> 3.2) - jekyll-seo-tag (2.0.0) - jekyll (~> 3.1) + jekyll-seo-tag (1.4.0) + jekyll (~> 3.0) jekyll-sitemap (0.10.0) jekyll-watch (1.4.0) listen (~> 3.0, < 3.1) @@ -85,33 +84,31 @@ GEM html-pipeline (~> 2.2) jekyll (>= 3.0) json (1.8.3) - kramdown (1.11.1) + kramdown (1.10.0) liquid (3.0.6) listen (3.0.6) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.1.0) + mini_portile2 (2.0.0) minitest (5.9.0) multipart-post (2.0.0) net-dns (0.8.0) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) + nokogiri (1.6.7.2) + mini_portile2 (~> 2.0.0.rc2) octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) - pkg-config (1.1.7) public_suffix (1.5.3) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) - rouge (1.11.1) + rouge (1.10.1) safe_yaml (1.0.4) sass (3.4.22) sawyer (0.7.0) addressable (>= 2.3.5, < 2.5) faraday (~> 0.8, < 0.10) - terminal-table (1.6.0) + terminal-table (1.5.2) thread_safe (0.3.5) typhoeus (0.8.0) ethon (>= 0.8.0) @@ -122,8 +119,4 @@ PLATFORMS ruby DEPENDENCIES - github-pages - jekyll-redirect-from - -BUNDLED WITH - 1.12.5 + github-pages (= 78) http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/dad5af45/_config-asf.yml ---------------------------------------------------------------------- diff --git a/_config-asf.yml b/_config-asf.yml index 2843554..ae2390b 100755 --- a/_config-asf.yml +++ b/_config-asf.yml @@ -10,8 +10,8 @@ title: Apache Pirk (incubating) email: [email protected] description: > # this means to ignore newlines until "baseurl:" Pirk is a framework for scalable Private Information Retrieval (PIR). -baseurl: "/pirk" # the subpath of your site, e.g. /blog -url: "http://pirk.incubator.apache.org/" # the base hostname & protocol for your site +baseurl: "" # the subpath of your site, e.g. /blog +url: "http://pirk.incubator.apache.org" # the base hostname & protocol for your site twitter_username: ApachePirk github_username: apache/pirk repository: apache/incubator-pirk
