mirror of https://github.com/saimn/sigal.git
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.
12 lines
453 B
12 lines
453 B
=============== |
|
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:: ../sigal/templates/sigal.conf.py |
|
:language: python
|
|
|