1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
W. Trevor King 0dee76f259 samples: Remove EXTRA_PATH_METADATA entries for pictures
I'd added them earlier to test that a configuration edit could
preserve the original output locations.  However, it is likely that
you have quite a number of static files, and we shouldn't recommend
listing explicit paths for all of them.  With this configuration
change, the pictures will be copied into the output directory using
their original relative path (e.g. `pictures/Fat_Cat.jpg` without the
`static`).  Any |filename|-style links will be updated automatically.

If you *want* the pictures to end up in a `static` directory, it's
easier to just organize your source that way.
2013-06-15 20:52:16 -04:00
..
content Markdown summary should not include content footnote 2013-05-10 03:50:33 -04:00
output samples: Remove EXTRA_PATH_METADATA entries for pictures 2013-06-15 20:52:16 -04:00
TestPages Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
__init__.py Fix for issue #392 2013-03-27 18:17:11 -04:00
default_conf.py Update sample configurations from FILES_TO_COPY to EXTRA_PATH_METADATA 2013-06-12 15:02:31 -04:00
support.py tests.support: Use kwargs overrides in get_settings() 2013-06-02 14:24:27 -04:00
test_contents.py tests.support: Use kwargs overrides in get_settings() 2013-06-02 14:24:27 -04:00
test_generators.py test_generators: Replace CUR_DIR with CONTENT_DIR for subdir cat. detection 2013-06-12 17:36:01 -04:00
test_importer.py tests: Avoid hidden logic with better .assert*() method choices 2013-06-12 14:52:23 -04:00
test_pelican.py add feedback to user and refactor 'autoreload' code 2013-04-19 13:35:20 -04:00
test_readers.py test_readers: Update to new readers.read_file 2013-06-12 15:02:31 -04:00
test_settings.py settings: Make DEFAULT_CONFIG public 2013-06-02 13:32:10 -04:00
test_utils.py Merge pull request #928 from wking/iso-8601 2013-06-14 08:27:37 -07:00