pelican/docs
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
..
_static Really fix #1311 by declaring CSS overrides as !important 2014-04-28 22:08:34 +02:00
changelog.rst Prepare version 3.7.1.dev0 for next development cycle 2016-12-14 13:56:47 -08:00
conf.py Bump version 3.7.0 2016-12-12 14:05:20 -08:00
content.rst doc: updates MARKDOWN 2016-11-02 21:11:42 +01:00
contribute.rst Add warnings override for unittest in the docs 2016-09-16 15:22:46 -04:00
faq.rst Remove spurious whitespace in documentation source 2016-12-03 14:53:26 -08:00
importer.rst Correct Dotclear sample file link in importer docs 2015-02-18 09:41:27 -08:00
index.rst Enhance feedback and contributing guidelines 2014-06-30 18:34:18 -07:00
install.rst Minor typo in docs 2016-04-09 09:05:17 -04:00
internals.rst Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dict 2015-11-30 18:12:28 +01:00
Makefile Add the docs 2010-10-13 23:08:08 +01:00
pelican-themes.rst Fix spelling mistakes in docs 2015-05-24 13:08:23 +01:00
plugins.rst fix outdated content_object_init refs 2015-06-12 19:23:17 +02:00
publish.rst Remove spurious whitespace in documentation source 2016-12-03 14:53:26 -08:00
quickstart.rst Localize default lang and timezone in pelican-quickstart 2016-10-02 13:22:26 -04:00
report.rst Eliminate extraneous whitespace 2012-10-12 23:01:50 +02:00
settings.rst Add two STATIC_ settings. Fix #1982 2016-12-30 02:45:37 -05:00
themes.rst remove PAGES; use pages instead 2015-06-27 19:11:55 +02:00
tips.rst Docs: Custom 404 pages are pages -- not articles 2016-09-15 06:55:25 -06:00