From 128044d14160663f62efb812601f96dc4307afc2 Mon Sep 17 00:00:00 2001 From: Tommi Date: Wed, 6 Jan 2021 10:51:10 +0100 Subject: [PATCH] updated Ruby and Jekyll --- Gemfile.lock | 16 +++++++++------- _includes/nav.html | 1 + pages/FAQ.md | 38 ++++++++++++++++++++++++++++++++++++++ pages/Home.html | 5 +++++ pages/Notes.md | 12 ++++++++---- pages/it/Home.html | 5 +++++ style.scss | 5 +++++ 7 files changed, 71 insertions(+), 11 deletions(-) create mode 100644 pages/FAQ.md diff --git a/Gemfile.lock b/Gemfile.lock index 4ed6003..be2e8f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM html-pipeline (2.14.0) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (3.18.3) + html-proofer (3.18.5) addressable (~> 2.3) mercenary (~> 0.3) nokogumbo (~> 2.0) @@ -32,7 +32,7 @@ GEM typhoeus (~> 1.3) yell (~> 2.0) http_parser.rb (0.6.0) - i18n (1.8.5) + i18n (1.8.7) concurrent-ruby (~> 1.0) jekyll (4.2.0) addressable (~> 2.4) @@ -88,15 +88,16 @@ GEM liquid (4.0.3) liquid-c (4.0.0) liquid (>= 3.0.0) - listen (3.3.3) + listen (3.4.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) method_source (1.0.0) - mini_portile2 (2.4.0) - minitest (5.14.2) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.5.0) + minitest (5.14.3) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) nokogumbo (2.0.4) nokogiri (~> 1.8, >= 1.8.4) parallel (1.20.1) @@ -107,6 +108,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) + racc (1.5.2) rainbow (3.0.0) rb-fsevent (0.10.4) rb-inotify (0.10.1) diff --git a/_includes/nav.html b/_includes/nav.html index 12c1f52..de39abf 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -9,6 +9,7 @@
  • {% if page.lang == 'it' %}Perché{% else %}Why{% endif %}
  • {% if page.lang == 'it' %}Percorso{% else %}Path{% endif %}
  • {% if page.lang == 'it' %}Soluzioni{% else %}Solutions{% endif %}
  • +
  • FAQ
  • {% unless page.ref == nil %}