yet another simple static gallery generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
432 B

=========
Plugins
=========
Signals
-------
.. data:: sigal.signals.img_resized
:noindex:
Called after the image is resized.
Write a new plugin
------------------
See an example with the copyright plugin:
.. literalinclude:: ../sigal/plugins/copyright.py
:language: python
Adjust plugin
-------------
.. automodule:: sigal.plugins.adjust
Copyright plugin
----------------
.. automodule:: sigal.plugins.copyright