1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Alexandre de Verteuil b46fbb7879 Add two STATIC_ settings. Fix #1982
STATIC_CREATE_LINKS = False

Create links instead of copying files. If the content and output
directories are on the same device, then create hard links. Falls
back to symbolic links if the output directory is on a different
filesystem. If symlinks are created, don’t forget to add the -L or
--copy-links option to rsync when uploading your site.

STATIC_CHECK_IF_MODIFIED = False

If set to True, and STATIC_CREATE_LINKS is False, compare mtimes of
content and output files, and only copy content files that are newer
than existing output files.
2016-12-30 02:45:37 -05:00
..
tests Add two STATIC_ settings. Fix #1982 2016-12-30 02:45:37 -05:00
themes Upgrade legacy GA tracking code. 2016-09-21 18:05:04 +02:00
tools For python 2+, initialize locale. Fixes #2043 2016-12-16 23:10:53 +01:00
__init__.py Prepare version 3.7.1.dev0 for next development cycle 2016-12-14 13:56:47 -08:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py Fixes Exception name related bugs 2016-10-29 14:10:54 -04:00
generators.py Add two STATIC_ settings. Fix #1982 2016-12-30 02:45:37 -05:00
log.py Fixes Exception name related bugs 2016-10-29 14:10:54 -04:00
paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
readers.py Fix #1325 and add test_find_empty_alt 2016-11-17 23:29:19 +00:00
rstdirectives.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
server.py prevent server from dying when query strings present 2016-12-10 10:05:50 -08:00
settings.py Add two STATIC_ settings. Fix #1982 2016-12-30 02:45:37 -05:00
signals.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
urlwrappers.py Add AUTHOR_SUBSTITUTIONS 2016-04-01 23:01:57 +03:00
utils.py Improve logging in translation detection 2016-11-21 23:21:34 +01:00
writers.py Add option to include full content into RSS feeds 2016-11-20 00:06:27 +03:00