Files
sigal/docs/configuration.rst
2023-01-02 17:24:08 +01:00

13 lines
457 B
ReStructuredText

===============
Configuration
===============
The configuration must be set in a ``sigal.conf.py`` file in the current
directory. It can also be specified with the ``-c`` flag. An example file with
explanations on the settings is available in ``sigal/templates/sigal.conf.py``
and is shown below. This file is copied to the current directory with the
``sigal init`` commmand.
.. literalinclude:: ../src/sigal/templates/sigal.conf.py
:language: python