mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Document -e / --extra-settings option flags
This commit is contained in:
parent
d728cd2696
commit
04c0ea53e6
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ line::
|
||||||
If you used the ``pelican-quickstart`` command, your primary settings file will
|
If you used the ``pelican-quickstart`` command, your primary settings file will
|
||||||
be named ``pelicanconf.py`` by default.
|
be named ``pelicanconf.py`` by default.
|
||||||
|
|
||||||
|
You can also specify extra settings via ``-e`` / ``--extra-settings`` option
|
||||||
|
flags, which will override default settings as well as any defined within
|
||||||
|
settings files::
|
||||||
|
|
||||||
|
pelican content -e DELETE_OUTPUT_DIRECTORY=True
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
When experimenting with different settings (especially the metadata ones)
|
When experimenting with different settings (especially the metadata ones)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue