From 1820ebff0a01c260ad4e0a4522a5135ea5aca18d Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 3 Apr 2015 00:41:35 +0200 Subject: pelicanconf.py: Disabling DISPLAY_PAGES_ON_MENU and LOAD_CONTENT_CACHE --- pelicanconf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 4a6e8bd..b57e400 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -11,6 +11,7 @@ AUTHOR_FEED_RSS = None CATEGORY_FEED_ATOM = None DEFAULT_LANG = 'en' DEFAULT_PAGINATION = 30 +DISPLAY_PAGES_ON_MENU = False FEED_ALL_ATOM = None # mapping: language_code -> settings_overrides_dict I18N_SUBSITES = { @@ -28,11 +29,12 @@ LINKS = ( ('Freakquenzy Records e.V.', 'http://frqrec.de'), ('Waldeck-Freakquenz', 'http://waldeck-freakquenz.de'), ) +LOAD_CONTENT_CACHE = False PATH = 'content' PATH_METADATA = 'pages/(?P.*)\..*' # Make pages top-level (remove /pages/ from each URL) # Plugins PLUGIN_PATHS = ['../pelican-plugins/'] -PLUGINS = [ 'pelican-page-hierarchy', 'i18n_subsites' ] +PLUGINS = [ 'i18n_subsites', 'pelican-page-hierarchy'] # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True SITENAME = 'Sleep Map' -- cgit v1.2.3-54-g00ecf