summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 9d3b19f..0c7eae2 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -50,6 +50,10 @@ PAGE_URL = '{slug}'
PAGE_SAVE_AS = '{slug}.html'
DISPLAY_PAGES_ON_MENU = False
+MENUITEMS = (('About', './about.html'),
+ ('Research', './research.html'),
+ ('Notes', './notes.html'),)
+
# activate if there are more articles and tag page fixed
DISPLAY_TAGS_ON_SIDEBAR = False