Commit graph

16 commits

Author SHA1 Message Date
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
Justin Mayer
b6dc55f96c Add poetry.lock to list of files for Git to ignore 2020-04-12 15:21:17 +02:00
Kevin Yap
1e0e541b57 Initial pass of removing Python 2 support
This commit removes Six as a dependency for Pelican, replacing the
relevant aliases with the proper Python 3 imports. It also removes
references to Python 2 logic that did not require Six.
2019-11-26 06:16:41 +09:00
Anthony Metzidis
12db9ba0e1 support ssl in pelican.server with --ssl, --cert & --key 2018-04-07 15:06:38 -07:00
Dirk Makowski
71995d5e1b Port pelican to python 3.
Stays compatible with 2.x series, thanks to an unified codebase.
2013-01-11 03:20:09 +01:00
Julian Berman
baeec62e07 Ignore coverage.py 2012-08-01 13:02:15 -04:00
Justin Mayer
083f302b19 Remove errant .DS_Store and add to .gitignore 2012-06-16 11:23:55 -07:00
Bruno Binet
5ac3fdec50 add output files for "samples" so that we can make functionnal testing 2012-03-30 13:42:11 +02:00
Mario Rodas
53c19cc9a0 adding tox 2011-07-02 15:54:24 -05:00
Mario Rodas
0183882cf7 ignoring tags file 2011-06-22 12:22:04 -05:00
Alexis Metaireau
fb219afeba Integrated the french documentation to the already existing one. 2011-01-25 16:35:59 +00:00
Alexis Metaireau
54c918a10e Add the output folder to the gitignore 2011-01-25 16:26:37 +00:00
Arnaud BOS
3ee595f927 Images support and add built files to gitignore 2011-01-05 13:32:54 +01:00
Alexis Metaireau
5af56793eb Add generated docs to gitignore. 2010-12-29 15:37:25 +01:00
Alexander Artemenko
1a31c74d5c .gitignore updated. 2010-12-17 00:32:27 +03:00
Alexander Artemenko
3decf7f519 Added .gitignore file. 2010-12-17 00:05:39 +03:00