mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs: Escape extra setting environment variables. Fix #3016
This commit is contained in:
parent
0989ed29be
commit
dcd3045f32
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ setting file. Note that values must follow JSON notation::
|
|||
|
||||
pelican content -e SITENAME='"A site"' READERS='{"html": null}' CACHE_CONTENT=true
|
||||
|
||||
Environment variables can also be used here but must be escaped appropriately::
|
||||
|
||||
pelican content -e API_KEY=''\"$API_KEY\"''
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue