mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add a --setting-overrides KEY=VAL commandline option to override arbitrary items from pelicanconf.py settings files. This adds flexibility in running pelican and helps reduce sprawl of settings files. Cast int and str setting overrides to their respective types. Support other setting types by treating them as json. Fallback to json when an override typecast errors. This should make it possible to set int values to None, resp. to json 'none'
19 lines
158 B
Text
19 lines
158 B
Text
*.egg-info
|
|
.*.swp
|
|
.*.swo
|
|
*.pyc
|
|
.DS_Store
|
|
.idea
|
|
docs/_build
|
|
docs/fr/_build
|
|
build
|
|
dist
|
|
tags
|
|
.tox
|
|
.coverage
|
|
htmlcov
|
|
*.orig
|
|
venv
|
|
samples/output
|
|
*.pem
|
|
poetry.lock
|