aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-01-22 01:47:28 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-01-22 01:47:28 +0100
commita6297ac0fdc7f517c66905dd448313c3fcd200f6 (patch)
treee0ae8f93014ba8bda1ccab23709fc15d712e7447 /pelicanconf.py
parentabb8acdb6623bb627b0454860d95da974ebfed36 (diff)
Reducing the amount of link pages I generate
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py4
1 files changed, 2 insertions, 2 deletions
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}'