Explorar el Código

Merge pull request #233 from 2xyo/master

Migrate Readme.rst documentation to PLUGIN_PATHS
Ondrej Grover hace 10 años
padre
commit
9d5f6447c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Readme.rst

+ 1 - 1
Readme.rst

@@ -15,7 +15,7 @@ Easiest way to install and use these plugins is cloning this repo::
 
 and activating the ones you want in your settings file::
 
-    PLUGIN_PATH = 'path/to/pelican-plugins'
+    PLUGIN_PATHS = ['path/to/pelican-plugins']
     PLUGINS = ['assets', 'sitemap', 'gravatar']
 
 ``PLUGIN_PATH`` can be a path relative to your settings file or an absolute path.