diff options
Diffstat (limited to 'pelicanconf.py')
| -rw-r--r-- | pelicanconf.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 904073f..c5f1bd9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -32,4 +32,8 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = 20 # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True
\ No newline at end of file +#RELATIVE_URLS = True + +MENUITEMS = (('blog', SITEURL),) +DISPLAY_PAGES_ON_MENU = True +DISPLAY_CATEGORIES_ON_MENU = False |
