1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
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
..
content Fix extension-matching bug in generators.py 2016-10-12 23:33:29 -07:00
mixed_content Make StaticGenerator skip content sources. Refs #1019. 2014-10-31 16:46:01 -07:00
nested_content/maindir Make PAGE_EXCLUDES work with subdirs. Fixes #1500. 2014-11-01 17:38:20 -07:00
output Use the summary as the feed's description, and put content in content 2016-10-22 16:36:09 -06:00
TestPages Generate {tag}-style links on pages correctly. Fixes #1513 2015-01-02 01:20:57 -07:00
__init__.py Add logging for warnings during test suite run 2015-10-22 09:45:04 +02:00
default_conf.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
support.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_cache.py Add tests to make sure cached content is properly added to generators 2016-12-10 05:18:35 -05:00
test_contents.py Add AUTHOR_SUBSTITUTIONS 2016-04-01 23:01:57 +03:00
test_generators.py Add two STATIC_ settings. Fix #1982 2016-12-30 02:45:37 -05:00
test_importer.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_pelican.py Updates test cases to use MARKDOWN 2016-11-02 21:11:42 +01:00
test_readers.py Fix #1325 and add test_find_empty_alt 2016-11-17 23:29:19 +00:00
test_rstdirectives.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_settings.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_testsuite.py Add logging for warnings during test suite run 2015-10-22 09:45:04 +02:00
test_urlwrappers.py Add AUTHOR_SUBSTITUTIONS 2016-04-01 23:01:57 +03:00
test_utils.py Fix translation metadata support 2016-11-20 20:01:56 +01:00