diff options
author | David Runge <dave@sleepmap.de> | 2015-10-25 12:40:39 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-10-25 12:40:39 +0100 |
commit | 6ccdf64a42395616be78f4970d2acdb63218a6f0 (patch) | |
tree | 4503e98bcce9c737ac7c21434ef985c68215986d | |
parent | ff48ca0bc024eb9ade60721650ff7331701b8590 (diff) | |
download | sleepmap-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).
-rw-r--r-- | pelicanconf.py | 2 |
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 |