From 45e8898d4a9670d9b452012896c607b8e9c7344c Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 28 Feb 2022 12:01:06 +0200 Subject: [PATCH] docs: Clean up blog header Minima theme by default adds all files in blog root (docs/) as links in the header. This looks ridiculous in our case: let's just have a link to blog front page. Signed-off-by: Jussi Kukkonen --- docs/_config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index 14b2124c..586bd60b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,5 +9,8 @@ github_username: theupdateframework show_excerpts: true # set to false to remove excerpts on the homepage +header_pages: # make sure ordinary docs are not linked from blog header + - index.md + theme: minima