diff options
Diffstat (limited to 'pelicanconf.py')
| -rw-r--r-- | pelicanconf.py | 4 |
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 |
