From 04e8b378311967b0dad82ad13fcdd7f18aec3797 Mon Sep 17 00:00:00 2001 From: Henry Krumb Date: Mon, 23 Sep 2024 15:39:14 +0200 Subject: [PATCH] remove currently unwritten pages from navigation --- _config.yml | 6 +++--- _data/navigation.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 5a6af81..524b1e8 100644 --- a/_config.yml +++ b/_config.yml @@ -262,7 +262,7 @@ defaults: values: layout: single author_profile: true - share: true + share: false comments: false # _publications - scope: @@ -271,7 +271,7 @@ defaults: values: layout: single author_profile: true - share: true + share: false comments: false # _portfolio - scope: @@ -280,7 +280,7 @@ defaults: values: layout: single author_profile: true - share: true + share: false comment: false # _talks - scope: diff --git a/_data/navigation.yml b/_data/navigation.yml index 44edc02..af30029 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -8,14 +8,14 @@ main: - title: "Team" url: /team/ - - title: "Publications" - url: /publications/ + #- title: "Publications" + # url: /publications/ - - title: "Talks" - url: /talks/ + #- title: "Talks" + # url: /talks/ - title: "Teaching" url: /teaching/ - - title: "Blog Posts" - url: /year-archive/ + #- title: "Blog Posts" + # url: /year-archive/