From 6ccdf64a42395616be78f4970d2acdb63218a6f0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 25 Oct 2015 12:40:39 +0100 Subject: pelicanconf.py: Moving the pelican-plugins directory into this repository (as submodule). --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') 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.*)\..*' # 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 -- cgit v1.2.3-54-g00ecf