From: Vladimír Vondruš Date: Sun, 2 Jan 2022 12:08:47 +0000 (+0100) Subject: doc: clarify the same for m.images default options. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=90097d763b19022995d2453b91e0e63ccf66809e;p=blog.git doc: clarify the same for m.images default options. --- diff --git a/doc/plugins/images.rst b/doc/plugins/images.rst index bfd796f5..034e2550 100644 --- a/doc/plugins/images.rst +++ b/doc/plugins/images.rst @@ -54,7 +54,10 @@ beautiful image galleries. Download the `m/images.py <{filename}/plugins.rst>`_ file, put it including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and add ``m.images`` package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin assumes -presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_. +presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_. The following +shows the minimal configuration together with default values of all available +options. Not specifying the option is equivalent to setting it to a default +value. .. code:: python @@ -74,7 +77,9 @@ library installed. Get it via ``pip`` or your distribution package manager: Simply list the plugin in your :py:`PLUGINS`. The `m.htmlsanity`_ plugin is available always, no need to mention it explicitly. The same dependencies as -for `Pelican`_ apply here. +for `Pelican`_ apply here. The following shows the minimal configuration +together with default values of all available options. Not specifying the +option is equivalent to setting it to a default value. .. code:: py