summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorStefan Ziegler <stefan.ziegler_zst@gmx.de>2018-03-01 01:31:01 +0100
committerStefan Ziegler <stefan.ziegler_zst@gmx.de>2018-03-01 01:31:01 +0100
commitdcf479d1e725fa93ac80bc60b7cb126cdc66f639 (patch)
tree11fd8e95a3c5e020b4521f0b71d612daa6638eea /pelicanconf.py
parent44725def8c2a625fa3b1cb7a1cdabbf5facb42a3 (diff)
neue Unterseiten Ressourcen, Kontakte, Projekte, Anpassung Theme
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 6f02c18..fa35346 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -26,6 +26,10 @@ LINKS = ()
SOCIAL = ()
DEFAULT_PAGINATION = False
+DISPLAY_PAGES_ON_MENU = True
+DISPLAY_CATEGORIES_ON_MENU = True
+PAGE_PATHS = ['pages']
+PAGE_ORDER_BY = 'tags'
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True