summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 21:38:30 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 21:38:30 +0200
commit39b80382ac205719207f127e05d78b94fa6490e0 (patch)
treed715ccee9bae51aac364904d20a4ea8bf1ce7371 /pelicanconf.py
parenta6ac5ee0468dfc081065f4049423abc38dec54ba (diff)
downloadblog-39b80382ac205719207f127e05d78b94fa6490e0.zip
blog-39b80382ac205719207f127e05d78b94fa6490e0.tar.gz
blog-39b80382ac205719207f127e05d78b94fa6490e0.tar.bz2
navbar entries
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