summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 5903144..5b579d4 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -38,3 +38,12 @@ DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
+
+MENUITEMS = [
+ ("HOME", "pages/home.html"),
+ ("FAQ", "pages/faq.html"),
+ ("Documentation", "pages/documentation.html"),
+ ("Developers", "pages/developers.html"),
+ ("Introduction", "pages/introduction.html"),
+ ("Contact", "pages/contact.html"),
+]