From a6297ac0fdc7f517c66905dd448313c3fcd200f6 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 22 Jan 2018 01:47:28 +0100 Subject: Reducing the amount of link pages I generate --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index cb0547e..a4a7b01 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -38,11 +38,11 @@ DISPLAY_CATEGORIES_ON_MENU = False DISPLAY_PAGES_ON_MENU = False MENUITEMS = ( - ('Home', '/'), + ('WHOAMI', '/'), ('Blog', '/blog/'), # ('Guides', '/guides/'), # ('Showcase', '/showcase/'), - ('About Me', '/about/'), + # ('WHOAMI', '/whoami/'), ) ARTICLE_URL = '{category}/{slug}' -- cgit v1.2.3