aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-04-03 00:41:35 +0200
committerDavid Runge <dave@sleepmap.de>2015-04-03 00:41:35 +0200
commit1820ebff0a01c260ad4e0a4522a5135ea5aca18d (patch)
treec80976ab19886ebc63e4607f54b0e1cd6e400e07 /pelicanconf.py
parent397c229db1ae3b25b37e55bfd511fab946e28670 (diff)
downloadsleepmap-1820ebff0a01c260ad4e0a4522a5135ea5aca18d.tar.gz
sleepmap-1820ebff0a01c260ad4e0a4522a5135ea5aca18d.tar.bz2
sleepmap-1820ebff0a01c260ad4e0a4522a5135ea5aca18d.tar.xz
sleepmap-1820ebff0a01c260ad4e0a4522a5135ea5aca18d.zip
pelicanconf.py: Disabling DISPLAY_PAGES_ON_MENU and LOAD_CONTENT_CACHE
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py4
1 files changed, 3 insertions, 1 deletions
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<path>.*)\..*' # 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'