forked from github/pelican
Document -e / --extra-settings option flags
This commit is contained in:
parent
e545a47cdc
commit
75ab2b219e
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
|
||||
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::
|
||||
|
||||
When experimenting with different settings (especially the metadata ones)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue