Explorar o código

Merge pull request #1028 from W7PEA/patch-1

SiteMap: Updated sample
Justin Mayer %!s(int64=6) %!d(string=hai) anos
pai
achega
5b22705dc5
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      sitemap/Readme.rst

+ 3 - 2
sitemap/Readme.rst

@@ -59,8 +59,9 @@ The sitemap is saved in ``<output_path>/sitemap.<format>``.
 Here is an example configuration (it's also the default settings):
 
 .. code-block:: python
-
-    PLUGINS=['pelican.plugins.sitemap',]
+    # Where your plug-ins reside
+    PLUGIN_PATHS = ['/where/you/cloned/it/pelican-plugins/', ]
+    PLUGINS=['sitemap',]
 
     SITEMAP = {
         'format': 'xml',