From ff12cd07ef3a385aa91a3afa62640774e1908812 Mon Sep 17 00:00:00 2001 From: Diego Rosales <34528029+Rosaldi@users.noreply.github.com> Date: Mon, 2 Mar 2020 19:00:05 -0500 Subject: [PATCH] Removed News from NavBar --- srctweb/Gemfile.lock | 6 ++++-- srctweb/_data/navigation.yml | 3 --- srctweb/_pages/news.html | 8 -------- .../{ => archive}/news/2018-04-29-Tales-of-IMT-2018.md | 0 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 srctweb/_pages/news.html rename srctweb/_posts/{ => archive}/news/2018-04-29-Tales-of-IMT-2018.md (100%) diff --git a/srctweb/Gemfile.lock b/srctweb/Gemfile.lock index 82f9673..989a5b5 100644 --- a/srctweb/Gemfile.lock +++ b/srctweb/Gemfile.lock @@ -5,6 +5,7 @@ GEM public_suffix (~> 2.0, >= 2.0.2) colorator (1.1.0) ffi (1.9.14) + ffi (1.9.14-x64-mingw32) forwardable-extended (2.6.0) jekyll (3.3.1) addressable (~> 2.4) @@ -40,13 +41,14 @@ GEM PLATFORMS ruby + x64-mingw32 DEPENDENCIES jekyll json RUBY VERSION - ruby 2.5.1p57 + ruby 2.6.5p114 BUNDLED WITH - 1.16.1 + 1.17.2 diff --git a/srctweb/_data/navigation.yml b/srctweb/_data/navigation.yml index b893c1d..84a60c2 100644 --- a/srctweb/_data/navigation.yml +++ b/srctweb/_data/navigation.yml @@ -6,9 +6,6 @@ main: - title: "Events" url: "/events/" - - title: "News" - url: "/news/" - - title: "Calendar" url: "/calendar/" diff --git a/srctweb/_pages/news.html b/srctweb/_pages/news.html deleted file mode 100644 index 95e43db..0000000 --- a/srctweb/_pages/news.html +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: category -title: "News" -description: "The latest information on our organization" -permalink: /news/ -category: news -archive: /archive/news/ ---- diff --git a/srctweb/_posts/news/2018-04-29-Tales-of-IMT-2018.md b/srctweb/_posts/archive/news/2018-04-29-Tales-of-IMT-2018.md similarity index 100% rename from srctweb/_posts/news/2018-04-29-Tales-of-IMT-2018.md rename to srctweb/_posts/archive/news/2018-04-29-Tales-of-IMT-2018.md -- GitLab