From 08a20e05192587043e79100791331d10502ef8d5 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sun, 12 Aug 2018 22:00:59 +0200 Subject: [PATCH 1/6] Update gems --- docs/Gemfile.lock | 59 +++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index db17cdc0..a539e9a4 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -11,18 +11,19 @@ GEM coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.11.1) + coffee-script-source (1.12.2) colorator (1.1.0) + concurrent-ruby (1.0.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.10.1) + ethon (0.11.0) ffi (>= 1.3.0) - eventmachine (1.2.1) + eventmachine (1.2.7) execjs (2.7.0) - faraday (0.10.0) + faraday (0.15.2) multipart-post (>= 1.2, < 3) - ffi (1.9.14) + ffi (1.9.25) forwardable-extended (2.6.0) gemoji (2.1.0) github-pages (104) @@ -55,11 +56,12 @@ GEM octokit (~> 4.0) public_suffix (~> 1.4) typhoeus (~> 0.7) - html-pipeline (2.4.2) + html-pipeline (2.8.4) activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.6.0) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jekyll (3.3.0) addressable (~> 2.4) colorator (~> 1.0) @@ -99,49 +101,53 @@ GEM jekyll-sitemap (0.12.0) jekyll (~> 3.3) jekyll-swiss (0.4.0) - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) + jekyll-watch (1.5.1) + listen (~> 3.0) jemoji (0.7.0) activesupport (~> 4.0) gemoji (~> 2.0) html-pipeline (~> 2.2) jekyll (>= 3.0) - json (1.8.3) + json (1.8.6) kramdown (1.11.1) 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.3.0) minima (2.0.0) - minitest (5.10.1) + minitest (5.11.3) multipart-post (2.0.0) net-dns (0.8.0) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) - octokit (4.6.2) + nokogiri (1.8.4) + mini_portile2 (~> 2.3.0) + octokit (4.10.0) sawyer (~> 0.8.0, >= 0.5.3) - pathutil (0.14.0) + pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (1.5.3) - rb-fsevent (0.9.8) - rb-inotify (0.9.7) - ffi (>= 0.5.0) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) rouge (1.11.1) safe_yaml (1.0.4) - sass (3.4.22) + sass (3.5.7) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) - terminal-table (1.7.3) - unicode-display_width (~> 1.1.1) - thread_safe (0.3.5) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) typhoeus (0.8.0) ethon (>= 0.8.0) - tzinfo (1.2.2) + tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.1.1) + unicode-display_width (1.4.0) PLATFORMS ruby @@ -149,3 +155,6 @@ PLATFORMS DEPENDENCIES github-pages (= 104) jekyll-livereload + +BUNDLED WITH + 1.16.1 From bfd4002d20d88349457aca9f43f99c9a0fc1c0ea Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Tue, 14 Aug 2018 21:46:03 +0200 Subject: [PATCH 2/6] Update _config.yml * ensure link rewriting is handled by jekyll * update gh-pages config --- docs/_layouts/default.html | 14 +++++++------- docs/index.html | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 6f849312..f2c7d2c6 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -14,22 +14,22 @@ - - + + - - + + - + - + +
- - {% if jekyll.environment != 'production' %} - - {% endif %}