aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-10-25 12:40:39 +0100
committerDavid Runge <dave@sleepmap.de>2015-10-25 12:40:39 +0100
commit6ccdf64a42395616be78f4970d2acdb63218a6f0 (patch)
tree4503e98bcce9c737ac7c21434ef985c68215986d /pelicanconf.py
parentff48ca0bc024eb9ade60721650ff7331701b8590 (diff)
downloadsleepmap-6ccdf64a42395616be78f4970d2acdb63218a6f0.tar.gz
sleepmap-6ccdf64a42395616be78f4970d2acdb63218a6f0.tar.bz2
sleepmap-6ccdf64a42395616be78f4970d2acdb63218a6f0.tar.xz
sleepmap-6ccdf64a42395616be78f4970d2acdb63218a6f0.zip
pelicanconf.py: Moving the pelican-plugins directory into this repository (as submodule).
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 146386f..1fba668 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -36,7 +36,7 @@ MENUITEMS = ()
PATH = 'content'
PATH_METADATA = 'pages/(?P<path>.*)\..*' # Make pages top-level (remove /pages/ from each URL)
# Plugins
-PLUGIN_PATHS = ['../pelican-plugins/']
+PLUGIN_PATHS = ['pelican-plugins/']
PLUGINS = [ 'i18n_subsites', 'pelican-page-hierarchy']
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True