|
@@ -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',
|