diff --git a/srctweb/Gemfile.lock b/srctweb/Gemfile.lock index 82f9673a3d4afa588feae9a8ccaca0d23bdc64d3..989a5b5fa1366f014f9ce768162a9788a4a72c7f 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 b893c1d031056ad2d3035c46aa626894cc40069f..84a60c2b15de3c7559f80a56babe3e244945f12b 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 95e43db1bc8098309275cf639636efd9bc341698..0000000000000000000000000000000000000000 --- 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