pelican/.gitignore
Peter Sabaini 34edcdf33d Override settings from the commandline
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'
2020-05-15 18:33:56 +02:00

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