Преглед изворни кода

Merge pull request #1028 from W7PEA/patch-1

SiteMap: Updated sample
Justin Mayer пре 5 година
родитељ
комит
5b22705dc5
1 измењених фајлова са 3 додато и 2 уклоњено
  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',