summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-10-15 16:55:58 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-10-15 16:56:37 +0200
commitdf76737b6f19226302eef87c02ebb2cf45e1d747 (patch)
tree989bb65fc12944f2da87ff95eb02680bce873cd1 /pelicanconf.py
parenta179c855e8a3ab73c1f96268f2e8cafecca7918a (diff)
template: Reorder links of menu bar
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"),
+]