From dcf479d1e725fa93ac80bc60b7cb126cdc66f639 Mon Sep 17 00:00:00 2001 From: Stefan Ziegler Date: Thu, 1 Mar 2018 01:31:01 +0100 Subject: neue Unterseiten Ressourcen, Kontakte, Projekte, Anpassung Theme --- pelicanconf.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pelicanconf.py') 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 -- cgit v1.2.3