1
0
Fork 0
forked from github/pelican

Document -e / --extra-settings option flags

This commit is contained in:
Justin Mayer 2020-08-11 12:50:08 +02:00
commit 75ab2b219e

View file

@ -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)